-
I get a parsing error when I try to put this code snippet in the To ReproduceSteps to reproduce the behavior, please provide code snippets or a repository:
Expected behaviorI want to use Google's VideoObject in my Next.js app for SEO. (https://developers.google.com/search/docs/data-types/video#standard-example) Screenshots
System information
Additional contextAre json script types allowed? |
Beta Was this translation helpful? Give feedback.
Answered by
c0b41
Apr 27, 2020
Replies: 1 comment
-
you must be call <script
type="application/ld+json"
dangerouslySetInnerHTML={{
__html: JSON.stringify(jsonLtd)
}}
/> |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
timneutkens
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
you must be call
dangerouslySetInnerHTML
example: