View Single Post
Old 11-28-2022, 12:03 PM  
lakerslive
Confirmed User
 
Industry Role:
Join Date: Aug 2012
Posts: 929
Do I need Schema for direct mp4

Example

I am embeddeda domain.com/video.mp4 on my CMS,

Do I need schema for it? and is below the correct way?

<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "VideoObject",
"name": "Name Goes Here",
"description": ,
"thumbnailUrl": "https://www.domain.com/post_images/1-amie-clark.jpg",
"uploadDate": "2022-04-21",
"duration": "PT50M3S",
"publisher": {
"@type": "Organization",
"name": "Dan",
"logo": {
"@type": "ImageObject",
"url": "https://www.domain.com/img/profile.png",
"width": 50,
"height": 50
}
},
"contentUrl": "https://www.domain.com/video/free-advice-how-to-pay-for-assisted-living/",
"potentialAction": {
"@type": "SeekToAction",
"target": "https://www.domain.com/video/cool-video/={seek_to_second_number}",
"startOffset-input": "required name=seek_to_second_number"
}
}
</script>

thanks
lakerslive is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote