Powerful SEO DX improvements that may or may not land in the Nuxt core.
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 |
app.seoMeta) and route rulesog:title, og:description, etc.) from page title and descriptionog:image)useHead({ title: '%site.title' })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
modules section in your nuxt.config:export default defineNuxtConfig({
modules: ['nuxt-seo-experiments']
})
π Read the full documentation for more information.
MIT License Β© 2022-PRESENT Harlan Wilton