How To Add NoFollow Tags into HTML Links

There are many occasions where you want to link to a website, but you don't want to follow links on this pages.For an example we can take Advertising and affiliate links. If Google catches you passing PageRank from a paid link, they view it as spam, and you could end up being removed from Google's database.

There's an good solution for this. Use the nofollow tag. Google won't follow the link, and you'll remain in good standing with the search engine. You can use a nofollow meta tag to negate links for an entire page, but this isn't necessary for every page.

You can use nofollow on individual links by simply typing rel="nofollow" after the link in the href tag.To add NoFollow Tags into your html links use the code below.

<a href="YOUR-LINK-HERE" rel="nofollow">LINK-NAME</a>


Note : Replace YOUR-LINK-HERE and LINK-NAME with your real details.

Look at the example below.

<a href="http://affiliate-program.amazon.com/gp/associates/join?tag=blotipandtr06-20" rel="nofollow">Amazon</a>

0 comments:

Post a Comment

 

Support By Blogger