|
|
How do I "sculpt pagerank" on my site?I've been learning about how to write Web pages with HTML and recently had a friend ask me if I was paying attention to sculpting pagerank once my site went online. I have no idea what that means. Help! Wow, this is a complicated question. Let's start at the beginning: I congratulate you on your educational efforts. Even with the many online publishing tools, I still find it quite helpful to know that <b></b> gets you bold text and that an <a href> is a hypertext link, how you can include links to other pages on the Web. The reason that sculpting (or channeling or carving) pagerank is complicated is because we have to define pagerank (more properly written as PageRank), explain how it's calculated and why it's simultaneously super important and almost irrelevant to Web site owners. Back aeons ago -- at least in Internet time -- two Stanford grad students named Sergey Brin and Larry Page started thinking about how academic research papers used citations (we non-academics would call them references or footnotes) and how certain papers were cited far more often than others. What would happen if you could analyze all research papers in a particular area: would you be able to quickly identify the best, most influential papers? And if that was true, could you do the same thing with Web sites, simply analyzing which sites point to which other sites and then calculate the best sites by using this voting process? The two grad students dabbled with the idea and, to cut a long story short, founded Google. After years of the Web continuing its aggressive, chaotic evolution their original insight into a page relevance formula still holds true and now has the name of PageRank, or Google PageRank. To fully understand pagerank and how it can be channeled or sculpted, we need to add one additional concept: pagerank transference. The idea is that if you have a page with lots of pagerank that points to lots of other pages (let's say 20) each link gets 1/20th the pagerank of the originating page. If the page has a pagerank of 100, each link would get a transferred pagerank "vote" of 100/20, or 5. If that same page had only two outbound links however, then each link would get 100/2 or 50 points. Clearly, the more outbound links you have on a page, the less benefit each resultant destination page sees as the originating page gains in popularity. This is a bit confusing, but think about it this way: if we have a Web page with twenty outbound links (e.g., links pointing to other pages, either on our own site or another site) and our pagerank jumps from 100 to 200, each of those destination pages gains an additional vote of 5. Not so much. If we only have two outbound links, however, each sees a jump of 50 as our own page gains in pagerank! The obvious question is whether you can control the flow of pagerank so that you can have outbound links that don't get any votes? You can. That's what's called the "nofollow" attribute and to see how it works we need to briefly sidetrack and talk about HTML. A hypertext link on a Web page has two elements: the destination URL and the text that's to be shown as clickable. It looks like this: <a href="http://www.google.com/">visit scenic Google.com</a>
In this instance, "http://www.google.com/" is the target address where you'll be taken if you click on the words "visit scenic Google". You already know this if you're learning HTML, I'm sure. To have a hypertext link not pass along pagerank, the secret is to add the nofollow attribute, actually a value to the "rel" (short for 'relationship') attribute. It ends up looking like this: <a href="http://www.google.com/" rel="nofollow">visit scenic Google.com</a>
That's the secret trick. Neat, eh? I should note that those of us outside of Google know of PageRank as having a 0-10 score, where 10 is unbelievably rare. Anything above a PR4 is considered good, and PR7 and higher is great. I use a larger value in this column just to explain the concept. And, finally, should you use these nofollow attributes to control how pagerank is distributed? Sure. It certainly makes sense that you might not care if some pages on your site ever show up in a search result, so why waste the "vote" on them? For example, sitemaps, legal notices, user agreements, etc. Now you know.
More Useful Search Engine Optimization (SEO) Articles:
✔ How do I restructure my Wordpress blog without losing SEO?
I have a wordpress blog that was using categories in the url structure like this: /category_name/post_name/ Then I had read somewhere that if...
✔ Change in Web site navigation drops PageRank to zero?We changed our website recently and also changed the menus on it so some of our pages have a different path now. For...
✔ How do I implement add rel=author for Google serps?I notice that sometimes on the Google search results that the author of the article is displayed next to the match in the...
✔ Add a new site to my Google Webmaster Tools account?Thanks for your earlier blog entry about how to verify my account with Google Webmaster Tools! Now I want to add an additional...
✔ How do I verify my site with Google Webmaster Tools?I've heard that one of the best ways to improve my Google search ranking is to fix anything that's marked as incorrect in...
Let's stay in touch!
Sign up for my weekly AskDaveTaylor Newsletter and you'll receive even more tech and gadget help
right to your inbox, along with exclusive news and industry updates. It's good stuff. I promise!
Categorized:
Search Engine Optimization (SEO)
(Article 8420,
Written by Dave Taylor)
Tagged: google pagerank, pagerank sculpting, search engine optimization, seo Previous: How can my shell script test server status? Next: How do I upgrade my iPhone 3G to the latest software? Reader Comments To Date: 3Michel said, on August 6, 2008 5:10 AM:
please can I format my hard drive Tony said, on September 27, 2008 3:37 PM:
When you start a new site, it automatically has a PageRank of ZERO? If this means that google will penalise other sites for linking to it then how can you convince someone to link to your site? If your site has good fresh, niche content (eg certain type of real estate ), then does your pagerank increase automatically over time or is it ONLY relevant to the link formula? in which case Does PageRank even matter?
I do have a comment, now that you mention it!Check This Out Too... |
Recent Entries
Look for Answers
Recommended
All Our Categories
Apple iPad Help
Articles and Reviews Auctions and Online Shopping Blogs and Blogging Building Web Site Traffic Business and Management Computer and Internet Basics d) None of the Above Facebook Help Google Gmail Help Google Plus Help HTML, JavaScript and Web Site Programming Industry News and Trade Shows iPhone and Cell Phone Help iPod, Sony PSP and MP3 Player Help Kindle Fire Help Mac OS X Help Pay Per Click (PPC) Advertising Pinterest Help Search Engine Optimization (SEO) Shell Script Programming Tech Support Video Help The Writing Business Twitter, LinkedIn and Social Network Help Unix and Linux Help Video Game Tips and Help Windows PC Help Find Me on Google+ ADT on G+ |
Just a quick note/follow up question? I realize that "" will make the inner text bold, but why are we seeing strong being used these days? Is there a difference?