Powerfully flexible XML Sitemaps that integrate seamlessly, for Nuxt.
Status: v3 Released π Please report any issues π Made possible by my Sponsor Program π Follow me @harlan_zw π¦ β’ Join Discord for help |
- π¦ Single and Multi Sitemap support
- π€ Integrates seamlessly with Nuxt I18n and Nuxt Content
- π€ Dynamic runtime URL support with caching by default
- π¨ Styled XML for easier debugging
- π Automatic
lastmod
, image discovery and best practice URLS - π Route config using route rules
- Install
nuxt-simple-sitemap
dependency to your project:
#
yarn add -D nuxt-simple-sitemap
#
npm install -D nuxt-simple-sitemap
#
pnpm i -D nuxt-simple-sitemap
- Add it to your
modules
section in yournuxt.config
:
export default defineNuxtConfig({
modules: ['nuxt-simple-sitemap']
})
π Read the full documentation for more information.
MIT License Β© 2022-PRESENT Harlan Wilton