Skip to content

Instantly share code, notes, and snippets.

@strategyst
Created September 1, 2016 20:05
Show Gist options
  • Save strategyst/bc79a15396af5c3c24bd5ad7577ec868 to your computer and use it in GitHub Desktop.
Save strategyst/bc79a15396af5c3c24bd5ad7577ec868 to your computer and use it in GitHub Desktop.
<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