Getting Started
Nuxt SEO gives you sitemaps, robots.txt, meta tags, Schema.org, and OG images in one install. Zero config, sensible defaults.
npx nuxi module add @nuxtjs/seo
New to SEO? See the Nuxt SEO Guide first.
Modules Included
Robots v5.7.1
8.4M
512
Tame the robots crawling and indexing your site with ease.
Sitemap v7.6.0
9.8M
418
Powerfully flexible XML Sitemaps that integrate seamlessly.
OG Image v6.0.0-beta.47
3.4M
514
Generate OG Images with Vue templates in Nuxt.
Schema.org v5.0.10
3.7M
186
The quickest and easiest way to build Schema.org graphs.
Link Checker v4.3.9
2.7M
97
Find and magically fix links that may be negatively effecting your SEO.
SEO Utils v7.0.19
2M
122
SEO utilities to improve your Nuxt sites discoverability and shareability.
Install all at once with @nuxtjs/seo, or pick individual modules.
Features
- Zero config: sensible defaults by default
- Modules work together: Site Config shares URL, name, and metadata across all modules
- DevTools integration: debug and preview SEO output
- I18n ready: full multilingual support with Nuxt I18n
- Edge compatible: Vercel, Netlify, Cloudflare, and more
Site Config
All modules need your site URL for canonical links and sitemaps. Set it once:
export default defineNuxtConfig({
site: {
url: 'https://example.com',
name: 'My Site'
}
})
Every module uses these values. No duplication.
Site Config v3.2.21
10M
78
Powerful build and runtime shared site configuration for Nuxt modules.
Did this page help you?
On this page