I'm setting up a multi-language page and I want to use the new TYPO3 v9 on-board sitemap generation feature. I read the TYPO3 docs and set up a sitemap generation config for pages.
Now I can request https://example.com/sitemap.xml
- this gives me a sitemap-index file with one entry that is pointing to a valid sitemap.xml file, but I cannot see any of the other languages.
It is possible to request https://example.com/EN/sitemap.xml
also and I could add more Sitemap:
directives to robots.txt, but is that correct?
Can somebody give me a hint how to configure TYPO3 sitemap feature for multiple languages within my typoscript setup?
Best regards, Lex
BTW: I'm using <link rel="alternate" hreflang="en" href="https://example.com/en/">
in HTML head area, also.