Dynamic Subpages Not Listed in sitemap.xml (e.g., website.com/{city_name})
I have a large website with many dynamically generated subpages , for example : website .com / {city _name } (e .g . , website .com /berlin , website .com /muenchen , website .com /prag , etc . ) I want to list all these subpages in my sitemap .xml so that search engines can index them properly . Currently , only pages without a path parameter are listed in the sitemap , and none of the dynamic subpages (with {city _name } ) appear . How can I generate and include all these dynamic URLs in my sitemap .xml ? Is there a recommended approach or best practice for adding a large number of dynamic pages to the sitemap ? Thank you for your support ! @Luca Heck I think @Jonathan Fors is working on something you might have interest in : https://discord.com/channels/972416966683926538/972416966683926541/1382315166913532007 👍1👍1Thank you @Jonathan Fors I would like to host the sitemap on our servers though . For those who are interested , this is how it worked for me with Xano : At night I run a task every day that generates the sitemap using Lambda Function . This is created as an attachment file and stored in a sitemap database . A GET API /sitemap is then used to provide the cached .xml file , which is provided from the sitemap database . Always load the latest sitemap .