sitemap
sitemap
Powerfully flexible XML Sitemaps that integrate seamlessly.
@nuxtjs/sitemap
Powerfully flexible XML Sitemaps that integrate seamlessly, for Nuxt. Previously nuxt-simple-sitemap.
Status: v5 Released ๐ Please report any issues ๐ Made possible by my Sponsor Program ๐ Follow me @harlan_zw ๐ฆ โข Join Discord for help |
Features
- ๐ด Single
/sitemap.xml
or multiple/posts-sitemap.xml
,/pages-sitemap.xml
- ๐ Fetch your sitemap URLs from anywhere
- ๐ Automatic
lastmod
, image discovery and best practice sitemaps - ๐ SWR caching, route rules support
- ๐จ Debug using the Nuxt DevTools integration or the XML Stylesheet
- ๐ค Integrates seamlessly with Nuxt I18n and Nuxt Content
Installation
๐ก Need a complete SEO solution for Nuxt? Check out Nuxt SEO.
๐ก Using Nuxt 2? Use the nuxt-community/sitemap-module docs.
- Install
@nuxtjs/sitemap
dependency to your project:
pnpm add -D @nuxtjs/sitemap
#
yarn add -D @nuxtjs/sitemap
#
npm install -D @nuxtjs/sitemap
- Add it to your
modules
section in yournuxt.config
:
export default defineNuxtConfig({
modules: ['@nuxtjs/sitemap']
})
Documentation
๐ Read the full documentation for more information.
StackBlitz Demos / Reproductions
Sponsors
License
MIT License ยฉ 2022-PRESENT Harlan Wilton