我已经对这个主题进行了很多研究,但我似乎无法弄清楚,我已经尝试了所有尝试在谷歌搜索结果中获取我的视频片段的方法,但没有成功。我使用了所有正确的 schema.org 标记,还使用了视频 xml 站点地图。我试图从中获取片段的页面上只有一个视频,我正在使用谷歌提供的工具对其进行测试。我的页面已完全验证。
这是我的视频对象的代码:
<div id="Platenstelling-horizontaal" class="columns cols-8" itemscope itemtype="http://schema.org/VideoObject">
<h2>Video:<span itemprop="name"> Handeling metalen platen in de platenstelling horizontaal<span></h2>
<meta itemprop="thumbnailURL" content="http://www.eurostorage.be/_styles/_assets/movies/platenstelling_horizontaal/horizontaal1_thumb.JPG">
<meta itemprop="duration" content="T50S">
<meta itemprop="uploadDate" content="2013-11-13" />
<meta itemprop="contentUrl" content="//jwpsrv.com/feed/1VAJvmIw.rss" />
<span itemprop="description">In deze 3D-video ziet u de opslag en handeling van metalen platen in de platenstelling horizontaal.</span>
<div id='player1VAJvmIw'></div>
<script type='text/javascript'>
jwplayer('player1VAJvmIw').setup({
playlist: '//jwpsrv.com/feed/1VAJvmIw.rss',
width: '100%',
aspectratio: '16:9',
primary: 'flash'
});
</script>
</div>
如果有人能指出我正确的方向,我会非常感激,因为我已经在这个话题上停留了很长一段时间。