Install Nuxt SEO

Get started with Nuxt SEO by installing the dependency to your project.

Install Nuxt SEO Alias

The @nuxtjs/seo module is an alias module that combines all the other SEO modules into a single installation.

bash
npx nuxi module add @nuxtjs/seo

Manual Installation

If you'd prefer more control over which modules you install, you can install them separately, please see the individual module pages for installation instructions.

Next Steps

All modules are now installed and configured!

See the Using the Modules guide to learn how to use them and make sure to check out the SEO Go Live Checklist once you're ready to ship.

Did this page help you?