Deprecated - Nuxt components with Schema.org and SEO integrations
⚠️ After careful consideration, this package will no longer be developed. The core feature of this module,
useBreadcrumbItems will be moved to Nuxt SEO.
Fully styled and customizable components for improving your Nuxt SEO.
|
Status: Experimental Please report any issues 🐛 Made possible by my Sponsor Program 💖 Follow me @harlan_zw 🐦 • Join Discord for help |
ℹ️ Looking for a complete SEO solution? Check out Nuxt SEO Kit.
Adds all entries automatically with generated lastmod. Images are included from any <img> tags
Render icons in the components.
Translates accesibiliy labels for the language.
npm install --save-dev nuxt-seo-ui
# Using yarn
yarn add --dev nuxt-seo-ui
nuxt.config.ts
export default defineNuxtConfig({
modules: [
'nuxt-seo-ui',
],
})
enabledbooleanundefinedWill stop the module from running if set to false.
prefixstringsThe prefix to use for the components.
For example, setting Seo as the prefix will make components accessible as SeoBreadcrumbs.
globalbooleanfalseShould components be registered globally.
MIT License © 2022-PRESENT Harlan Wilton