This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type ="application/ld+json"> | |
{ | |
"@context": "https://schema.org", | |
"@type": "VideoObject", | |
"name": "Title of the video", | |
"description": "Description of the video", | |
"keywords": "video tags, comma separated", | |
"@id": "https://www.example.com/where-video-is-ebedded/page.html", | |
"thumbnailUrl": "https://www.example.com/thumbnail/video-preview.jpg", | |
"contentUrl": "https://www.youtube.com/watch?v=abc123", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type = "application/ld+json"> { | |
"@context": "http://schema.org", | |
"@type": "FAQPage", | |
"name": "Title of the page", | |
"mainEntity": [{ | |
"@type": "Question", | |
"name": "Is this the first question?", | |
"answerCount": 1, | |
"acceptedAnswer": { | |
"@type": "Answer", |