---
title: "Nuxt Sitemap v5.0.0 · Nuxt Sitemap · Nuxt SEO"
canonical_url: "https://nuxtseo.com/docs/sitemap/releases/v5"
last_updated: "2026-08-15T11:10:26.789Z"
meta:
  description: "Release notes for v5.0.0 of Nuxt Sitemap."
  "og:description": "Release notes for v5.0.0 of Nuxt Sitemap."
  "og:title": "Nuxt Sitemap v5.0.0 · Nuxt Sitemap · Nuxt SEO"
---

Nuxt SEO on GitHub

Switch to SitemapSwitch to Nuxt SEOSwitch to RobotsSwitch to OG ImageSwitch to Schema.orgSwitch to Link CheckerSwitch to SEO UtilsSwitch to Site ConfigSwitch to Skew ProtectionSwitch to AI Ready

**Releases**

# **Nuxt Sitemap v5.0.0**

## 🚨 Breaking Changes

**Package renamed to `**@nuxtjs/sitemap**`.** 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

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

2. Update your `**nuxt.config**`.

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

##    🐞 Bug Fixes

### 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

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

- 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)

**Was this page helpful?**

### **Related **

[**Nuxt Sitemap v6.0.0**](https://nuxtseo.com/docs/sitemap/releases/v6)

[**Nuxt Sitemap v4.0.0**](https://nuxtseo.com/docs/sitemap/releases/v4)

[**Install Nuxt Sitemap**](https://nuxtseo.com/docs/sitemap/getting-started/installation)

[**v6.0.0** Release notes for v6.0.0 of Nuxt Sitemap.](https://nuxtseo.com/docs/sitemap/releases/v6) [**v4.0.0** Release notes for v4.0.0 of Nuxt Sitemap.](https://nuxtseo.com/docs/sitemap/releases/v4)