6

VideoObject タグ ( Schema.org ) を iframe に適用できますか? 彼ら自身の例とgooglewebmastercentral のこの例では、iframe が埋め込まれたビデオについては何も言及されていません。

iframe 内のメタまたはラッピング div を使用して iframe 自体に追加する必要がありますか?

<iframe itemprop="video" itemscope itemtype="http://schema.org/VideoObject" src="http://player.vimeo.com/video/CLIP_ID" width="400" height="225" frameborder="0">
    <meta itemprop="duration" content="T1M33S" />
</iframe>
4

2 に答える 2

4

はい、iframe を使用して VideoObject タグを動画埋め込みに適用できます。しかし、次の投稿を考えると、それが本当に役立つ場合は、この投稿をチェックしてください: http://www.reelseo.com/embedded-youtube-indexed-google/ .

また、あなたの (そして私の) 質問に答えるために、次の Google キーワードを使用しました: https://www.google.com/#q=schema.org+videoobject+iframe

于 2013-11-14T08:27:43.617 に答える
-1

Are you concerned of Google Snippet (Video Schema Markup)? I this is not possible because Meta tag should be found between head tag and iframe tag is usually embedding another page so this will be not detected through Google Snippet Testing Tool.

More information at http://searchenginewatch.com/article/2278710/Embedded-Video-Schema-Markup-A-7-Step-Checklist-for-Great-Results

于 2013-11-13T15:02:21.870 に答える