Example Code:
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
<META NAME="GOOGLEBOT" CONTENT="NOINDEX, NOFOLLOW">
<a href="http://www.ezer.com/" rel="nofollow">discount pharmaceuticals</a>
------------------------------------------------------
only two things you need to know
noindex and nofollow because index and follow are defaults
ex: sample.html use following meta tag::
<head>
<meta name="robots" content="noindex,nofollow" >
</head>
noindex : robots do not index the page(sample.html)
nofollow : robots do not index all hrefs from the page
----------------------------------------------------
<meta name="robots" content="index,nofollow" >
tell robots to index this page but do not index all hrefs this page
attention: reciprocal exchange links with this kind of site
may lower down your backlinks count
|