Modules
simple-sitemap
simple-sitemap
Powerfully flexible XML Sitemaps that integrate seamlessly.
nuxt-simple-sitemap
Powerfully flexible XML Sitemaps that integrate seamlessly, for Nuxt.
Status: v4 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 more complete SEO solution for Nuxt? This module is included as part of Nuxt SEO.
- 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']
})
Documentation
๐ Read the full documentation for more information.
StackBlitz Demos / Reproductions
Sponsors
License
MIT License ยฉ 2022-PRESENT Harlan Wilton