JSON-LD Support #157
Closed
DMiradakis
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Yes, it does, just use the correct type with innerHTML, you can even provide a plain object useHead({
script: [
{
type: 'application/ld+json',
innerHTML: '<schema>',
},
],
}) I'd suggest using https://unhead-schema-org.harlanzw.com/ though |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Does Unhead currently support JSON-LD? I can't seem to find references to it in the docs.
Beta Was this translation helpful? Give feedback.
All reactions