Forum Moderators: open
Should I even place one on site even if it's blank for google, does it cause problems if there is not a robots file there?
If you'd like to stop seeing all those 404 errors, just add this robots.txt to your site's root directory:
User-agent: *
Disallow:
Include the trailing blank line - It was in the specification, and some primitive robots require it, or did in the past.
HTH,
Jim