XML Sitemap
Since ext: 4.0 there's no custom code regarding the XML sitemaps
apart from the templates used to render the XML sitemap's source code.
Troubleshooting
In case the URLs listed in the "sitemap index" file (usually /sitemap.)
aren't "frontend URLs" (but their API variant), consider setting one of the two
following configurations:
- either 
frontendbeing defined in the site'sApi Proxy config.yaml  - or this in the site's 
settings.:yaml  
headless:
  sitemap:
    key: frontendBase
            
        Copied!