Forum Moderators: open
User-agent: *
Disallow:
I want all robots to visit and index as many pages on my site. Googlebot has come around the past week but doesn't follow links.
Thanks in advance, Randy
And welcome to WebmasterWorld! [webmasterworld.com]
Your robots.txt file seems perfectly valid to me. It will allow any spider to go anywhere in your site.
It is normal that Googlebot does not follow the links for some time after it crawled the robots.txt file. Give it a little more time.
<added> If you have private files like some statistics files, laying into some unprotected folder, it would be a good idea to ban bots from crawling it. ie:
User-agent: *
Disallow:/stats/
Disallow:/work_in_progress/
Disallow:/private_folder/
</added>
I always put one to at least free up the error log file from all the 404 caused by spiders scanning for it.
Googlebot generally waits 2 weeks after a first scan before it starts folowing the links. It can take up to 6 weeks.
Brett has a very cool robots.txt validator tool [searchengineworld.com] you might want to check out.