Forum Moderators: goodroi
If you have no robots.txt file and you monitor your server error log, you will find many errors related to the missing robots.txt file. These errors can be eliminated --making the error log much more useful for finding real errors-- by uploading a blank robots.txt file to your server. Alternatively, a robots.txt file containing only
User-agent: *will serve the same purpose -- to allow all robots access to all resources, but eliminate 404 errors on robots.txt fetches.
Disallow:
Jim