1

私はすでにこのトピックについて多くの調査を行っていますが、それを理解できないようです.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>

私はかなり長い間このトピックで立ち往生しているので、誰かが私を正しい方向に向けることができれば、私はとても感謝しています.

4

2 に答える 2

0

Google は、オーガニック検索に表示される動画スニペットの割合を減らしました。マークアップが技術的に正しい場合でも、それが原因である可能性があります。

以下の記事を参照してください。

http://boldcontentvideo.com/2014/08/12/google-reduces-video-rich-snippets/ http://www.blindfiveyearold.com/the-rich-snippets-algorithm

お役に立てれば!

于 2014-08-29T07:36:40.390 に答える