Dynamic sitemap.xml with Quasar SSR
-
Any tip on how to generate a dynamic sitemap.xml to use in Google Search Console with Quasar SSR?
-
There are a couple of solutions.
https://www.npmjs.com/package/vue-router-sitemap
https://www.npmjs.com/package/vue-cli-plugin-sitemapScott
-
Thank you so much @s-molinari ,
I will look into this.
-
Be aware, the CLI functionality in the second plug-in won’t work with Quasar.
Scott
-
Hey! I already created my sitemap and have it copied to my dist folder under pwa, but it is not accessible by routing to https://mydomain/sitemap.xml
Where do I have to place it to make accessible?