Updating Nuxt Modules · Nuxt SEO

-
-
-
-

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

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

Nuxt SEO

-
-
-
-
-
-
-
-
-
-

Search…```k`` /`

v5.1.3

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

### Getting Started

-
-
-
-

### Core Concepts

-
-
-
-
-
-
-
-
-

Core Concepts

# Updating Nuxt Modules

[Copy for LLMs](https://nuxtseo.com/docs/nuxt-seo/guides/updating-modules.md)

## [Update Command](#update-command)

Since `@nuxtjs/seo` bundles the core submodules, you only need to update the main package. Standalone modules like `nuxt-skew-protection` and `nuxt-ai-ready` are updated independently.

pnpm

npm

yarn

bun

```
pnpm update @nuxtjs/seo --latest
```

```
npm update @nuxtjs/seo@latest
```

```
yarn upgrade @nuxtjs/seo --latest
```

```
bun update @nuxtjs/seo --latest
```

## [When Updates Get Stuck](#when-updates-get-stuck)

Package managers can cache old versions. If updates aren't applying:

pnpm

npm

yarn

bun

```
rm -rf node_modules pnpm-lock.yaml && pnpm install
```

```
rm -rf node_modules package-lock.json && npm install
```

```
rm -rf node_modules yarn.lock && yarn install
```

```
rm -rf node_modules bun.lockb && bun install
```

## [Check for Breaking Changes](#check-for-breaking-changes)

Before updating major versions, check the [GitHub Releases](https://github.com/nuxt-modules/seo/releases) for migration notes.

Individual module changelogs:

- [Sitemap](https://github.com/nuxt-modules/sitemap/releases)
- [Robots](https://github.com/nuxt-modules/robots/releases)
- [OG Image](https://github.com/nuxt-modules/og-image/releases)
- [Schema.org](https://github.com/nuxt-modules/schema-org/releases)
- [Link Checker](https://github.com/nuxt-modules/link-checker/releases)
- [SEO Utils](https://github.com/nuxt-modules/seo-utils/releases)

## [Verify the Update](#verify-the-update)

After updating, check your installed version:

```
npx nuxi info
```

Look for `@nuxtjs/seo` in the modules list.

[Edit this page](https://github.com/harlan-zw/nuxt-seo/edit/main/docs/content/2.guides/7.updating-modules.md)

[Markdown For LLMs](https://nuxtseo.com/docs/nuxt-seo/guides/updating-modules.md)

Did this page help you?

### Related

On this page

- [Update Command](#update-command)
- [When Updates Get Stuck](#when-updates-get-stuck)
- [Check for Breaking Changes](#check-for-breaking-changes)
- [Verify the Update](#verify-the-update)

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