JSON-LD Video Schema Markup Generator

Use this tool to generate JSON-LD Video schema markups based on Schema.org standards. This tool includes all required item properties and more.

Add Video

JSON-LD Video Schema Markup

<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "VideoObject",
"name": "",
"description": "",
"thumbnailUrl": [
""
],
"uploadDate": "",
"duration": "PTMS",
"datePublished": "",
"contentUrl": "",
"embedUrl": "",
"potentialAction": {
"@type": "SeekToAction",
"target": "={seek_to_second_number}",
"startOffset-input": "required name=seek_to_second_number"
}
}
</script>