Page is a not externally linkable
mivox - 12:01 am on Jan 24, 2001 (gmt 0)
2. make a list of everything on your site you DON'T want robots/spiders to visit, and list in in robots.txt like so: User-agent: * etc., etc. The * after disallow means NO spider is supposed to visit the files & directories in this section. If you only want to ban specific robots from certain files, add a second section like so (replace the * with the user-agent of the spider you want to ban): User-agent: Googlebot/2.1 User-agent: FAST-WebCrawler/2.2 Etc., etc...
1. name it robots.txt *not* spider.txt
Disallow: /directory1
Disallow: /directory2/file1.htm
Disallow: /don't_want_google_here
Disallow: /don't_want_FAST_here