Nuxt Sitemap v5.0.0 · Nuxt Sitemap · Nuxt SEO

-
-
-
-

[1.4K](https://github.com/harlan-zw/nuxt-seo)

[Nuxt SEO on GitHub](https://github.com/harlan-zw/nuxt-seo)

Sitemap

-
-
-
-
-
-
-
-
-
-

Search…```k`` /`

v8.0.12

- Playgrounds
- [Discord Support](https://discord.com/invite/275MBUBvgP)

### Changelog

### Releases

-
-
-
-
-
-

Releases

# Nuxt Sitemap v5.0.0

[Copy for LLMs](https://nuxtseo.com/docs/sitemap/releases/v5.md)

## [🚨 Breaking Changes](#breaking-changes)

### [Package Renamed to `@nuxtjs/sitemap`](#package-renamed-to-nuxtjssitemap)

This module is now the official Sitemap module for Nuxt. To properly reflect this, the package has been renamed to `@nuxtjs/sitemap` from `nuxt-simple-sitemap` and the GitHub repository has been moved to [nuxt-modules/sitemap](https://github.com/nuxt-modules/sitemap).

1. Update the dependency

```
{
  "dependencies": {
-    "nuxt-simple-sitemap": "*"
+    "@nuxtjs/sitemap": "^5.0.0"
  }
}
```

1. Update your `nuxt.config`.

```
export default defineNuxtConfig({
  modules: [
-   'nuxt-simple-sitemap'
+  '@nuxtjs/sitemap'
  ]
})
```

## [Features 🚀](#features)

## [   🐞 Bug Fixes](#bug-fixes)

### [Improved Cache Debugging](#improved-cache-debugging)

- Set browser cache time to match `cacheMaxAgeSeconds`  -  by @harlan-zw [`(00d17)`](https://github.com/nuxt-modules/sitemap/commit/00d176e)
- Iso timestamp for debugging cache  -  by @harlan-zw [`(db3f3)`](https://github.com/nuxt-modules/sitemap/commit/db3f337)
- Cache headers for prerendered sitemap  -  by @harlan-zw [`(57bef)`](https://github.com/nuxt-modules/sitemap/commit/57bef21)
- More explicit caching  -  by @harlan-zw [`(328b7)`](https://github.com/nuxt-modules/sitemap/commit/328b737)

### [More Consistent DevTools UI](#more-consistent-devtools-ui)

The DevTools has been updated to match the branding of the other Nuxt SEO module DevTools. [`(bc4ae)`](https://github.com/nuxt-modules/sitemap/commit/bc4aebc)

### [Others](#others)

- Redirect multi sitemap `sitemap.xml` using route rules  -  by @harlan-zw [`(e1bee)`](https://github.com/nuxt-modules/sitemap/commit/e1bee81)

#####      [View changes on GitHub](https://github.com/nuxt-modules/sitemap/compare/v4.4.1...v5.0.0)

[Edit this page](https://github.com/nuxt-modules/sitemap/edit/main/docs/content/5.releases/6.v5.md)

[Markdown For LLMs](https://nuxtseo.com/docs/sitemap/releases/v5.md)

Did this page help you?

On this page

- [🚨 Breaking Changes](#breaking-changes)
- [Features 🚀](#features)
- [   🐞 Bug Fixes](#bug-fixes)

[GitHub](https://github.com/harlan-zw/nuxt-seo) [ Discord](https://discord.com/invite/275MBUBvgP)

###

-
-

Modules

-
-
-
-
-
-
-
-
-

###

-
-
-

###

Nuxt

-
-
-
-
-

Vue

-
-
-
-
-
-
-
-

###

-
-
-
-
-
-
-
-
-
-

Copyright © 2023-2026 Harlan Wilton - [MIT License](https://github.com/harlan-zw/nuxt-seo/blob/main/license) · [mdream](https://mdream.dev)