This package has been deprecated

Author message:

Package has been migrated to @nuxtjs/sitemap.

nuxt-simple-sitemap
TypeScript icon, indicating that this package has built-in type declarations

4.4.1 • Public • Published

nuxt-simple-sitemap

NPM version NPM Downloads GitHub stars

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.

  1. 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
  1. Add it to your modules section in your nuxt.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

Readme

Keywords

none

Package Sidebar

Install

npm i nuxt-simple-sitemap

Weekly Downloads

16,544

Version

4.4.1

License

MIT

Unpacked Size

444 kB

Total Files

76

Last publish

Collaborators

  • harlan_zw