1.0.1 • Published 3 years ago

vuepress-plugin-jsonld v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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

3 years ago

1.0.0

3 years ago