Hi, I’m using the gatsby-plugin-advanced-sitemap
for a website I’m building and the sitemap works great, but I wanted to ask a question about naming those generated xml files. For example when you give the name ‘website’ for a sitemap:
it generated the file name with the prefix sitemap- then the name given like shown above:
“https:example.com/sitemap-website.xml”
So I wanted to know if there is a way to move that prefix to the end of the file name like in this case:
“website-sitemap.xml”? Knowing that is more preferable for crawlers.
For more about that Multiple Sitemaps in the same directory | Google Search Central Blog | Google Developers
Thank you