hi,
I don't think that ZenCart comes with a robotos.txt file as standard, you need to create one (someone correct me if I am wrong on this)
All you really need to do to create one is past the following into a notepad file, and save it to your main directory as robots.txt. The following between the ~~~~ is a sample:
~~~~
User-agent: *
Disallow: catalog/images/
Disallow: catalog/docs/
Disallow: catalog/download/
Disallow: catalog/admin/
~~~~
This file helps control whether you block or let search engine robots index your site. In this example it is telling all search engine bots that they can index anything within the site except those 4 directories.
The robots.txt file is not a necessity for your site, but it will help with MSN search as they seem to better index websites that have it.
To learn more about what it does, visit:
http://www.robotstxt.org/wc/robots.html
Bookmarks