rel="nofollow" Alternatives
by Sanju[ Edit ] 2009-01-12 11:36:36
Before Google, Yahoo, and MSN introduced the rel="nofollow" attribute, webmasters were achieving similar results using JavaScript links and PHP scripted links.
A normal HTML link looks like this:
<a href="http://hioxindia.com">HIOX INDIA FAQ</a>
And works like this:
HIOX INDIA FAQ
A JavaScript link looks like this:
<a href="javascript:var handle=window.open('http://hioxindia.com')">HIOX INDIA FAQ</a>
And works like this:
HIOX INDIA FAQ