Generate and serve dynamic `sitemap.xml` files for Nuxt 2 projects automatically.
This Nuxt 2 module simplifies creating and serving `sitemap.xml` files for your website. It supports automatic generation or dynamic serving, helping improve your site's SEO without manual updates. You install it using `npm install @nuxtjs/sitemap` and configure it within your `nuxt.config.js` file.
Generate and serve dynamic `sitemap.xml` files for Nuxt 2 projects automatically.
Nuxt 2 developers needing to automate `sitemap.xml` creation and management for SEO purposes should use this.