Since Google doesn't use nofollow anymore what is smart alternative?
- by SharkTheDark
Since from 2009. Google count nofollow links also as outgoing link, what are alternative to stop Google count 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?