---
title: "v5.0.0"
description: "Release notes for v5.0.0 - Module renamed to Nuxt SEO Utils."
canonical_url: "https://nuxtseo.com/docs/seo-utils/releases/v5"
last_updated: "2026-05-25T11:24:01.487Z"
---

## Module Renamed To Nuxt Seo Utils

The module has been renamed to `nuxt-seo-utils` to better reflect the functionality it provides.

The original name of the module was `nuxt-seo-experiments`, hinting that the features weren't stable and that they would land in the Nuxt core. This is no longer the case, and the module has been renamed to reflect this.

With this rename the module scope changes to include the random functionality that Nuxt SEO was previously providing:

- `useBreadcrumbItems()` composable
- Config: `redirectToCanonicalSiteUrl`
- Config: `fallbackTitle`
- Config: `automaticDefaults`

The new docs will reflect these.

## Changelog

###    🚨 Breaking Changes

- Migrate module to `nuxt-seo-utils`  -  by @harlan-zw [<samp>

(10148)

</samp>

](https://github.com/harlan-zw/nuxt-seo-utils/commit/10148d1)

#####     [View changes on GitHub](https://github.com/harlan-zw/nuxt-seo-utils/compare/v4.0.1...v5.0.0)
