能否将Schema.org VideoObject标记应用于iFrame?

能否将Schema.org VideoObject标记应用于iFrame?,iframe,seo,microdata,schema.org,Iframe,Seo,Microdata,Schema.org,VideoObject标记()可以应用于iFrame吗?他们自己的例子,在嵌入iFrame的视频中没有提及任何内容 它应该添加到iframe本身,在iframe内部使用meta,还是使用包装div <iframe itemprop="video" itemscope itemtype="http://schema.org/VideoObject" src="http://player.vimeo.com/video/CLIP_ID" width="400" height="225" fra

VideoObject标记()可以应用于iFrame吗?他们自己的例子,在嵌入iFrame的视频中没有提及任何内容

它应该添加到iframe本身,在iframe内部使用meta,还是使用包装div

<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>

您是否关心Google Snippet(视频模式标记)?I这是不可能的,因为Meta标签应该在head标签和iframe标签之间找到,因为标签通常嵌入另一个页面,所以不会被检测到


更多信息参见

是的,VideoObject标记可以应用于使用iframe嵌入的视频。但是如果这真的有帮助的话,考虑到下面的帖子,这是一个问题,请查看这篇帖子:

另外,为了回答你(和我)的问题,我使用了以下谷歌关键词: