Quote:
Originally Posted by Wazza
nofollow means - don't follow the links on this page but index it
no index is the tag you need
in the head of the page you don't want indexed
<meta name="robots" content="noindex,nofollow">
or if you want the links followed
<meta name="robots" content="noindex,follow">
Alternatively you may choose to use a robots.txt file - which needs to be placed in your root directory.
User-agent: *
Disallow: /2257.html <- for the file name
Disallow: /2257/ <- for an entire directory
For further info - try http://www.robotstxt.org/
|viking|
|
ahh..that's it.. i was being brain dead as usual!
I knew that..hehe
thank you!!
