vuepress-plugin-jsonld
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

vuepress-plugin-jsonld

VuePress plugin for adding JSON-LD to pages

You can add JSONLD to pages using the ld prop in the frontmatter:

---
ld:
  '@type': Organization
  url: https://example.com
  logo: https://example.com/logo.png
  name: VuePress
---

You can follow the schema and write it in YAML.

Package Sidebar

Install

npm i vuepress-plugin-jsonld

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

9.54 kB

Total Files

14

Last publish

Collaborators

  • snazzah