Closed
Description
If you'd like to have several sitemap files for google you can't name them differently:
sitemap-de.xml
sitemap-en.xml
as Magento always says:
Path "/sitemap-de.xml" is not available and cannot be used.
The reason is:
File: app/code/Magento/Backend/etc/config.xml:42
…
<general>
<file>
<sitemap_generate_valid_paths>
<available>
<any_path>/*/sitemap.xml</any_path>
</available>
</sitemap_generate_valid_paths>
</file>
…
So the only valid filename is not "for example sitemap.xml" but "exactly sitemap.xml"
Best,
Rico
Metadata
Assignees
Labels
No labels