0.4.4 • Published 6 months ago

nuxt-seo-ui v0.4.4

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

ℹ️ Looking for a complete SEO solution? Check out Nuxt SEO Kit.

Components

  • Breadcrumbs
  • More coming soon

Features

  • Zero-config integrations with: nuxt-icon, nuxt-site-config and @nuxtjs/i18n
  • Fully styled or headless, you choose
  • Accessible

Zero Config Integrations

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.

Install

npm install --save-dev nuxt-seo-ui

# Using yarn
yarn add --dev nuxt-seo-ui

Setup

nuxt.config.ts

export default defineNuxtConfig({
  modules: [
    'nuxt-seo-ui',
  ],
})

Usage

Module Config

enabled

  • Type: boolean
  • Default: undefined

Will stop the module from running if set to false.

prefix

  • Type: string
  • Default: s

The prefix to use for the components. For example, setting Seo as the prefix will make components accessible as SeoBreadcrumbs.

global

  • Type: boolean
  • Default: false

Should components be registered globally.

Sponsors

License

MIT License © 2022-PRESENT Harlan Wilton

0.3.6

7 months ago

0.4.4

6 months ago

0.4.1

7 months ago

0.4.0

7 months ago

0.4.3

6 months ago

0.4.2

7 months ago

0.3.5

8 months ago

0.3.2

8 months ago

0.3.4

8 months ago

0.3.3

8 months ago

0.3.1

10 months ago

0.2.2

10 months ago

0.2.1

10 months ago

0.1.5

11 months ago

0.1.4

11 months ago

0.0.0

11 months ago