Since Google reduces the value of links alongside nofollow links, what is an alternative?
Posted
by
SharkTheDark
on Pro Webmasters
See other posts from Pro Webmasters
or by SharkTheDark
Published on 2012-03-26T15:44:44Z
Indexed on
2012/03/27
5:40 UTC
Read the original article
Hit count: 155
Since 2009, Google counts nofollow
links also as outgoing links, and thus reduces the value of the other links. What are some alternatives to stop Google counting outside links from my page?
If I make links appear on my page source like this:
<span hrefs="http://link" rel="nofollow" link="true">Link Name</span>
and then in JavaScript replace span with a tag and replace hrefs with href for every span tag that has link="true".
Will this help?
© Pro Webmasters or respective owner