What is the use of rel="nofollow" for links?

by thulashi 2014-09-30 20:40:01

The rel="nofollow" is an attribute you can set on an HTML <a> link tag, invented by Google, and adopted by others.

That links won't get any credit points when Google rank websites in the search results/

It removing the main incentive behind blog comment spammers robots.

Originally, the nofollow attribute appeared in the page-level meta tag, and instructed search engines not to follow (i.e., crawl) any outgoing links on the page. 

For example:

<a rel="nofollow" href="http://www.sample.com/">Sample</a>

Here are some cases in which you might want to consider using nofollow:

  • Untrusted content

  • Paid links 

  • Crawl prioritization

1611
like
0
dislike
0
mail
flag

You must LOGIN to add comments