---
title: "Install Nuxt SEO"
description: "Get started with Nuxt SEO by installing the dependency to your project."
canonical_url: "https://nuxtseo.com/docs/nuxt-seo/getting-started/installation"
last_updated: "2026-05-13T18:58:43.614Z"
---

## Install Nuxt SEO Alias

The `@nuxtjs/seo` module is an alias module that bundles the core SEO modules into a single installation.

<module-install name="@nuxtjs/seo">



</module-install>

<tip>

Generate an Agent Skill for this package using [skilld](https://github.com/harlan-zw/skilld):

```bash
npx skilld add @nuxtjs/seo
```

</tip>

### Install Modules Individually

If you only need specific modules or want version pinning control, install them separately. Each module works independently and you can mix and match as needed.

<callout icon="i-heroicons-information-circle">

`nuxt-site-config` installs automatically with any SEO module. You do not need to add it manually.

</callout>

<all-modules>



</all-modules>

### Standalone Modules

These modules are not included in `@nuxtjs/seo` but can be installed alongside it or on their own.

#### Skew Protection

Solve Nuxt version skews with persistent assets and instant updates.

<module-install name="nuxt-skew-protection">



</module-install>

See the [Skew Protection docs](/docs/skew-protection/getting-started/introduction) for configuration options.

#### AI Ready

Best practice AI & LLM discoverability for Nuxt sites. Generates `llms.txt`, `llms-full.txt`, and `robots.txt` AI directives.

<module-install name="nuxt-ai-ready">



</module-install>

See the [AI Ready docs](/docs/ai-ready/getting-started/introduction) for configuration options.

## Next Steps

All modules are now installed and configured.

See the [Using the Modules](/docs/nuxt-seo/guides/using-the-modules) guide to learn how to use them.

### Troubleshooting

If you run into any issues, check out the [Troubleshooting](/docs/nuxt-seo/getting-started/troubleshooting) guide. Below
are the [StackBlitz](https://stackblitz.com) playgrounds for Nuxt SEO:

- [Basic Setup Example](https://stackblitz.com/edit/nuxt-starter-gfrej6?file=nuxt.config.ts)
- [I18n Integration Example](https://stackblitz.com/edit/nuxt-starter-dh68fjqb?file=nuxt.config.ts)
- [Nuxt Content Integration Example](https://stackblitz.com/edit/nuxt-starter-xlkqkcqr?file=nuxt.config.ts)
