harlan-zw / nuxt-schema-org

The quickest and easiest way to build Schema.org graphs for Nuxt.

Home Page:https://nuxtseo.com/schema-org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nuxt-schema-org

NPM version NPM Downloads GitHub stars

The quickest and easiest way to build Schema.org graphs for Nuxt. Powered by [Unhead](https://unhead.unjs.io).


Status: v3 Released πŸŽ‰
Please report any issues πŸ›
Made possible by my Sponsor Program πŸ’–
Follow me @harlan_zw 🐦 β€’ Join Discord for help

Features

  • 😎 Simple API based on Google and Yoast best practices
  • πŸ§™ 30+ Nodes with automated relations, date, URL resolving and more for best practice Schema.org
  • πŸ’‘ Simple global meta provides for minimal boilerplate
  • 🌳 Minimal code, optimised for tree-shaking and SSR
  • Nuxt Dev Tools integration

Installation

  1. Install nuxt-schema-org dependency to your project:
#
yarn add -D nuxt-schema-org
#
npm install -D nuxt-schema-org
#
pnpm i -D nuxt-schema-org
  1. Add it to your modules section in your nuxt.config:
export default defineNuxtConfig({
  modules: ['nuxt-schema-org']
})

Documentation

πŸ“– Read the full documentation for more information.

Demos

Sponsors

License

MIT License Β© 2022-PRESENT Harlan Wilton

About

The quickest and easiest way to build Schema.org graphs for Nuxt.

https://nuxtseo.com/schema-org


Languages

Language:Vue 58.5%Language:TypeScript 41.3%Language:JavaScript 0.3%