View Single Post
Old 08-16-2004, 06:19 AM   #7
ibrown
Green Mole
 
ibrown's Avatar
 
Join Date: Mar 2004
Location: London
Posts: 10
Quote:
Originally posted by vinyl-junkie
If you don't want a site indexed by the search engines, just put a robots.txt file in your root directory that looks like this:
Code:
User-agent: *
Disallow: /
User-agent: Phpdig
Disallow:
The last two statements are there because you don't want to chase away the phpdig spider.

Of course, if you don't want any human to see the link, that's a whole other story.
Just checked, and yes, I did have my robots.txt file in my root directory and coded correctly.

And yes, I don't want humans to see the link -- for reasons that are unnecessary to go into here.
ibrown is offline   Reply With Quote