1.0.1 • Published 2 years ago

vuepress-plugin-jsonld v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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.

1.0.1

2 years ago

1.0.0

2 years ago