@nuxtjs/seo
TypeScript icon, indicating that this package has built-in type declarations

2.0.0-rc.10 • Public • Published

Nuxt SEO

NPM version NPM Downloads GitHub stars

The complete SEO solution for Nuxt.


Status: v2 RC is available
Please report any issues 🐛
Made possible by my Sponsor Program 💖
Follow me @harlan_zw 🐦 • Join Discord for help

Background

Technical SEO is hard. It requires many moving parts that need to work well together. Configuring all of these parts correctly is a challenge.

Nuxt SEO is the total SEO solution for Nuxt. It combines 7 SEO modules and best practices into one module that requires minimal effort to configure.

With powerful APIs built for fully dynamic sites and zero-config defaults for static sites.

Modules

Install

  1. Install @nuxtjs/seo dependency to your project:
pnpm i -D @nuxtjs/seo
yarn add -D @nuxtjs/seo
npm install -D @nuxtjs/seo
  1. Add it to your modules section in your nuxt.config:
export default defineNuxtConfig({
  modules: ['@nuxtjs/seo']
})

That's it!

All features are enabled by default. Learn more by exploring the documentation

Sponsors

License

MIT License © 2022-PRESENT Harlan Wilton

Readme

Keywords

none

Package Sidebar

Install

npm i @nuxtjs/seo

Homepage

nuxtseo.com/

Weekly Downloads

8,647

Version

2.0.0-rc.10

License

MIT

Unpacked Size

24.6 kB

Total Files

26

Last publish

Collaborators

  • harlan_zw