Created
September 1, 2016 20:05
-
-
Save strategyst/bc79a15396af5c3c24bd5ad7577ec868 to your computer and use it in GitHub Desktop.
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": "VideoObject", | |
"name": "Why Super Shop is Great", | |
"description": "Find out why Super Shop is great and all of our products are super!", | |
"thumbnailUrl": "http://www.example.com/thumbnail.jpg", | |
"uploadDate": "2016-06-05T08:00:00+08:00", | |
"duration": "PT1M33S", | |
"contentUrl": "http://www.example.com/supershop.flv", | |
"embedUrl": "http://www.example.com/videoplayer.swf?video=123", | |
"interactionCount": "2347" | |
} | |
</script> | |
<script type="application/ld+json"> | |
{ | |
"@context": "http://schema.org", | |
"@type": "VideoObject", | |
"name": "Take a Tour of Super Shop", | |
"description": "Take a tour around one of Super Shops stores.", | |
"thumbnailUrl": "http://www.example.com/thumbnail.jpg", | |
"uploadDate": "2016-07-05T08:00:00+08:00", | |
"duration": "PT1M50S", | |
"contentUrl": "http://www.example.com/supershop-2.flv", | |
"embedUrl": "http://www.example.com/videoplayer.swf?video=124", | |
"interactionCount": "4562" | |
} | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment