vuepress-plugin-jsonld
v1.0.1
Published
VuePress plugin for adding JSON-LD to pages
Downloads
2
Readme
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.