Setup

Install via NPM or Yarn

Add nuxt-seo dependency to your project:

npm install nuxt-seo
yarn add nuxt-seo

Setup

Then, add nuxt-seo to the modules section of nuxt.config.js:

nuxt.config.js
{
  modules: [
    'nuxt-seo'
  ],
  seo: {
    // Module Options
  }
}
Edit this page on GitHub Updated at Sat, Apr 30, 2022