私はすでにこのトピックについて多くの調査を行っていますが、それを理解できないようです.Google検索結果にビデオスニペットを表示するためにあらゆることを試しましたが、うまくいきません. すべての正しい schema.org マークアップを使用し、ビデオ xml サイトマップも使用しました。スニペットを取得しようとしているページにはビデオが 1 つしかなく、Google が提供するツールでテストしています。マイページは完全に検証されています。
私のビデオオブジェクトのコードは次のとおりです。
<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>
私はかなり長い間このトピックで立ち往生しているので、誰かが私を正しい方向に向けることができれば、私はとても感謝しています.