rel="nofollow" Alternatives

by Sanju 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

Tagged in:

1588
like
0
dislike
0
mail
flag

You must LOGIN to add comments