Posted by Jawi on February 26, 2013 at 7:05am
1 follower
| Project: | XML sitemap |
| Version: | 7.x-2.x-dev |
| Component: | xmlsitemap.module |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
I'm using custom robots.txt files for every single domein by using the Domain Robots txt module.
The xml sitemap module automaticly adds a sitemap line to the robots.txt file. This is good for a single domain installation.
For a multi domain installation I have individual robot.txt files for each domain. I don't want this extra automatic sitmap lin in the custom robots.txt files. Wich looks like this:
- Sitemap: http://domain-x.eu/sitemap13.xml --> manual added sitemap with domain robots.txt module
- Sitemap: http://domain.com/sitemap.xml --> sitemap of base install
How can I exclude this line created by the xml sitmap module?