Skip to content

Powerful SEO DX improvements that may or may not land in the Nuxt core.

Notifications You must be signed in to change notification settings

danielroe/harlan-zw-nuxt-seo-experiments

 
 

Repository files navigation

nuxt-seo-experiments

NPM version NPM Downloads GitHub stars

Powerful SEO DX improvements that may or may not land in the Nuxt core.


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

Features

  • ▲ Next.js inspired Metadata Files
  • ✨ Use SEO meta in your nuxt.config (app.seoMeta) and route rules
  • 🤖 Adds meta tags (og:title, og:description, etc.) from page title and description
  • 🧙 Correct tags that need to be absolute (i.e og:image)
  • 🧩 Site config template params useHead({ title: '%site.title' })

Installation

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

Documentation

📖 Read the full documentation for more information.

Sponsors

License

MIT License © 2022-PRESENT Harlan Wilton

About

Powerful SEO DX improvements that may or may not land in the Nuxt core.

Resources

Code of conduct

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Languages

  • TypeScript 92.8%
  • Vue 6.7%
  • Other 0.5%