View Single Post
Old 2005-08-12, 06:17 PM   #2
amber438
Whatever don't kill ya makes ya stronger...
 
amber438's Avatar
 
Join Date: Apr 2003
Location: New York
Posts: 820
Send a message via ICQ to amber438
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!!


__________________
Red Hot Links
Red Hot Galleries
amber438 is offline   Reply With Quote