npx nuxt module add @nuxtjs/seonpm i @nuxtjs/seoYou will need to manually add the module to your Nuxt config.
export default defineNuxtConfig({
modules: [
'@nuxtjs/seo',
],
})
yarn add @nuxtjs/seoYou will need to manually add the module to your Nuxt config.
export default defineNuxtConfig({
modules: [
'@nuxtjs/seo',
],
})
pnpm i @nuxtjs/seoYou will need to manually add the module to your Nuxt config.
export default defineNuxtConfig({
modules: [
'@nuxtjs/seo',
],
})
bun i @nuxtjs/seoYou will need to manually add the module to your Nuxt config.
export default defineNuxtConfig({
modules: [
'@nuxtjs/seo',
],
})
Install individual modules instead:
Check Nuxt DevTools for the SEO tab, or visit /sitemap.xml and /robots.txt in your browser.
See Using the Modules to configure each module.
Try Nuxt SEO without installing: