Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@nuxtjs/seo) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Nuxt SEO
The complete SEO solution for Nuxt.
|
Status: v2 Released 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
- 📖 nuxt-simple-sitemap - Sitemap.xml Support
- 🤖 nuxt-simple-robots - Manage site crawling
- 🔎 nuxt-schema-org - Generate Schema.org JSON-LD for SEO
- △ nuxt-seo-experiments - Experimental SEO meta features
- 🖼️ nuxt-og-image - Generate dynamic social share images
- ✅ nuxt-link-checker - Check for broken links
Install
- Install
@nuxtjs/seodependency to your project:
pnpm i -D @nuxtjs/seo
yarn add -D @nuxtjs/seo
npm install -D @nuxtjs/seo- Add it to your
modulessection in yournuxt.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