Closed (fixed)
Project:
XML sitemap
Version:
7.x-2.0-rc1
Component:
Other
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
30 Jan 2012 at 20:59 UTC
Updated:
14 Feb 2012 at 14:20 UTC
I am consulting on a website project that is using XML Sitemap 7.x. Their robots.txt is set to:
User-agent: *
Disallow: /
When I mentioned this to the site owner, he checked with the developer who said this was correct because they are submitting the XML sitemap to Google automatically using the module. This seems odd, to say the least.
Would there ever be a legitimate reason to replace the default Drupal 7 robots.txt with this one?
Thanks,
Maria
Comments
Comment #1
dave reidNo, the modules have every reason to work together. Note that the robots.txt you specified is telling all search engines to ignore all pages, even if they were pinged or have a list of pages that should be updated.
Comment #2
justmagicmaria commentedThank you, Dave, for your quick response and for confirming what I suspected.