Install Nuxt SEO
Get started with Nuxt SEO by installing the dependency to your project.
Install Nuxt SEO Alias
The
bash
npx nuxi module add @nuxtjs/seo
bash
npm i @nuxtjs/seo
You will need to manually add the module to your Nuxt config.
nuxt.config.ts
export default defineNuxtConfig({
modules: [
'nuxt-og-image',
],
})
bash
yarn add @nuxtjs/seo
You will need to manually add the module to your Nuxt config.
nuxt.config.ts
export default defineNuxtConfig({
modules: [
'nuxt-og-image',
],
})
bash
pnpm i @nuxtjs/seo
You will need to manually add the module to your Nuxt config.
nuxt.config.ts
export default defineNuxtConfig({
modules: [
'nuxt-og-image',
],
})
bash
bun i @nuxtjs/seo
You will need to manually add the module to your Nuxt config.
nuxt.config.ts
export default defineNuxtConfig({
modules: [
'nuxt-og-image',
],
})
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.
Robots v4.1.11
1M
422
Tame the robots crawling and indexing your site with ease.
Sitemap v6.1.5
1.3M
332
Powerfully flexible XML Sitemaps that integrate seamlessly.
OG Image v3.0.7
346K
410
Generate OG Images with Vue templates in Nuxt.
Schema.org v3.4.1
405K
149
The quickest and easiest way to build Schema.org graphs.
Link Checker v3.1.3
286K
88
Find and magically fix links that may be negatively effecting your SEO.
SEO Utils v5.0.2
588
78
SEO utilities to improve your Nuxt sites discoverability and shareability.
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?