Skip to content
Search engines 5511dd3

PageRank Sculpting and a New Way to Hide Links from GoogleBot's Eyes

Cezary Lech

This YouMoz entry was submitted by one of our community members. The author’s views are entirely their own (excluding an unlikely case of hypnosis) and may not reflect the views of Moz.

Table of Contents

Cezary Lech

PageRank Sculpting and a New Way to Hide Links from GoogleBot's Eyes

This YouMoz entry was submitted by one of our community members. The author’s views are entirely their own (excluding an unlikely case of hypnosis) and may not reflect the views of Moz.

Most of you probably remember the article about changes in PageRank algorithm connected to rel=nofollow attribute and Rand's new ideas about PageRank Sculpting. Today I want to show you a new mechanism that is a bit better at controling the flow of PageRank within our pages than rel=nofollow and other well known methods. In This post I will show You how to remove links from GoogleBot Eyes.

What is PageRank Sculpting all about?

PageRank Sculpting is a SEO technique involving hiding from Googlebot those links which are valuable for users only, for instance: "sign up", "sign in", "privacy", "legal notice" and so on.

Such pages are most often site-wide linked, which means they are linked from each page. That means they gain PageRank which we could theoretically redirect to really important pages.

What is the new PageRank Sculpting technique all about?

We carried out a test of the new technique of hiding links on one of the Polish opinion-forming blogs.

You can see it in the screenshots below:

the blog's
top

The blog's top contained several links which, from the SEO point of view, were definitely too strongly linked - namely, site-wide links redirect too much PageRank to less important pages. We implemented the new technique on these links (you can read about the technique further). Now, let's look at the site in the Google Cache. The screenshot below shows the text equivalent of the screenshot above as cached by Google:

Google cache of the blog's top

You can see in the Google cache that links which at first sight look like regular clickable links for Google bot, in plain HTML, are just text. Only 3 in 8 links are visible for GoogleBot.


How we did it ?!

Quick view into the page source will tell you everything:

Google cache of the blog's top

and:

new pagerank scuplting html code

Piece of HTML source code responsible for removing links from GoogleBot eyes.


Area tag in HTML

I came across Area tag by accident while doing a SEO Audit for one of our clients. It occured that a big part of links, at first glance fully SEO friendly, was NOT indexed by Google. Quick scan of a page source code and... eureka!

Above screens show us clearly that Google does not index those links. What is more, embedding alt="" and title="" within the area of the "area" tag makes Google see links as image and index alt text instead of links. In the user's perspective, this is a simple clickable link!

The method has some shortcomings:  

  • No hover HTML operation  
  • Not enough "bulletproof" solution 
  • Complicates the code  
  • Difficult to implement on the text links

The area tag also supports "onclick" function, so we can track such things like number of clicks on this type of links in Google Analytics. More info about area tag you can find here: http://www.w3schools.com/TAGS/tag_area.asp

New PageRank Sculpting is implemented also on a huge polish automotive site: http://www.autocentrum.pl/

 

Back to Top

With Moz Pro, you have the tools you need to get SEO right — all in one place.

Read Next

How Pipedrive Increased Organic Sign-Ups by 33% with BOFU Content

How Pipedrive Increased Organic Sign-Ups by 33% with BOFU Content

Sep 18, 2024
How to Optimize for Google's Featured Snippets [Updated for 2024]

How to Optimize for Google's Featured Snippets [Updated for 2024]

Aug 20, 2024
How to Write AI Content Optimized for E-E-A-T

How to Write AI Content Optimized for E-E-A-T

Apr 23, 2024

Comments

Please keep your comments TAGFEE by following the community etiquette

Comments are closed. Got a burning question? Head to our Q&A section to start a new conversation.