Sniper Man
New Coder
Is the following HTML code for displaying the top video of my blog's video pages correct? I am particularly interested in knowing if I have implemented the mainEntityOfPage itemprop tag of schema.org correctly.
HTML:
<meta itemprop="duration" content="PT1M33S">
<meta itemprop="thumbnail" content="https://thuitamaina.com/video_thumbnails/33.jpg">
<meta itemscope itemprop="mainEntityOfPage" itemtype="https://schema.org/VideoObject" itemid="https://thuitamaina.com/videos/33.mp4">
<video class="blog_images" poster="https://thuitamaina.com/video_thumbnails/33.jpg" controls controlsList="nodownload" oncontextmenu="return false">
<source src="https://thuitamaina.com/videos/33.mp4" type= "video/mp4">
</video>