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
}
}