Nuxt UI Pro v1.0 is out with 50+ Vue components.

seo-experiments
seo-experiments

Powerful SEO DX improvements.

nuxt-seo-experiments

NPM versionNPM DownloadsGitHub 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