Many bots and content scrapers use the default "/sitemap.xml"
In order to reduce unwanted traffic, I should be able to change the default path ("/sitemap.xml") to some custom string.
While I can do some of this by altering the path in the simple_sitemap.sitemap_default route, this doesn't change the paths in the sitemap overview. They remain "/sitemap.xml?page=1", etc
Modifying the base URL in the same vain leads to problems with the SitemapPathProcessor, that has "sitemap.xml" hard coded.
[] discuss whether this is SEO friendly - I think I only want to submit the sitemap using GSC and similar; I don't want other unknown bots to crawl the site endlessly
[] add setting in UI at '/admin/config/search/simplesitemap/settings'
[] implementation
Active
4.0
Code