nuxt-seo-experiments
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
- 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
- Add it to your
modules
section in yournuxt.config
:
export default defineNuxtConfig({
modules: ['nuxt-seo-experiments']
})
Documentation
๐ Read the full documentation for more information.
Sponsors
License
MIT License ยฉ 2022-PRESENT Harlan Wilton