vprp
Jul 16th 2005, 5:25 pm
There are a lot of files on my forum that I don't want all search engine spiders to visit so I have them listed as:
User-agent: *
Disallow: /admincp/
Disallow: /attachments/
Disallow: /clientscript/
Additionally, there is one file that I want spidered by other spiders except for Googlebot. So I have added something like:
User-agent: googlebot
Disallow: /arcade.php
So my robots.txt file may look something like this:
User-agent: *
Disallow: /admincp/
Disallow: /attachments/
Disallow: /clientscript/
User-agent: googlebot
Disallow: /arcade.php
Does that mean that googlebot will not spider anything in /admincp, /attachments, /clientscript and arcade.php or will it only listen to what is directly specified for Googlebot? Meaning, will it only choose not to index arcade.php?
User-agent: *
Disallow: /admincp/
Disallow: /attachments/
Disallow: /clientscript/
Additionally, there is one file that I want spidered by other spiders except for Googlebot. So I have added something like:
User-agent: googlebot
Disallow: /arcade.php
So my robots.txt file may look something like this:
User-agent: *
Disallow: /admincp/
Disallow: /attachments/
Disallow: /clientscript/
User-agent: googlebot
Disallow: /arcade.php
Does that mean that googlebot will not spider anything in /admincp, /attachments, /clientscript and arcade.php or will it only listen to what is directly specified for Googlebot? Meaning, will it only choose not to index arcade.php?