npx nuxt module add nuxt-seo-utilsnpm i nuxt-seo-utilsYou will need to manually add the module to your Nuxt config.
export default defineNuxtConfig({
modules: [
'nuxt-seo-utils',
],
})
yarn add nuxt-seo-utilsYou will need to manually add the module to your Nuxt config.
export default defineNuxtConfig({
modules: [
'nuxt-seo-utils',
],
})
pnpm i nuxt-seo-utilsYou will need to manually add the module to your Nuxt config.
export default defineNuxtConfig({
modules: [
'nuxt-seo-utils',
],
})
bun i nuxt-seo-utilsYou will need to manually add the module to your Nuxt config.
export default defineNuxtConfig({
modules: [
'nuxt-seo-utils',
],
})
Please check the features set out in the introduction to see what the module is doing.
Most changes can be found within the Seo Meta DevTools tab or the page source.
Time to put the module to work: