6

VideoObject 标签 ( Schema.org ) 可以应用于 iframe 吗?他们自己的例子和googlewebmastercentral 上的这个例子没有提到嵌入 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>
4

2 回答 2

4

是的,可以将 VideoObject 标签应用于使用 iframe 嵌入的视频。但如果它真的有帮助,鉴于以下帖子,是问题,请查看此帖子: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

您是否担心 Google Snippet(视频架构标记)?我这是不可能的,因为应该在head标签和iframe标签之间找到 Meta 标签,通常嵌入另一个页面,所以这不会通过Google Snippet Testing Tool检测到。

更多信息请访问http://searchenginewatch.com/article/2278710/Embedded-Video-Schema-Markup-A-7-Step-Checklist-for-Great-Results

于 2013-11-13T15:02:21.870 回答