Google richsnippet videoobject不会显示为视频

时间:2013-11-18 16:29:17

标签: schema.org rich-snippets serp google-rich-snippets

在我的视频页面上我放了视频对象元数据,但谷歌不知道这一点?

我错过了什么吗?

这是我的代码:

<meta itemprop="name" content="Video namei" />
<meta itemprop="description" content="Video description" />
<meta itemprop="duration" content="PT05M13S" />
<meta itemprop="url" content="url at the browsers address bar"/>
<meta itemprop="thumbnailURL" content="image url from cdn" />
<span itemtype="http://schema.org/ImageObject" itemscope="" itemprop="thumbnail">
   <link href="same url with thumbnailURL" itemprop="contentUrl" />
   <meta content="640" itemprop="width" />
   <meta content="360" itemprop="height" />
</span>
<meta itemprop="embedURL" content="embed video link (swf)" />
<meta itemprop='playerType' content='Flash' />
<meta itemprop="uploadDate" content="2013-11-18T17:57:00+0200" />
<meta itemprop="width" content="640" />
<meta itemprop="height" content="360" />

1 个答案:

答案 0 :(得分:0)

您应该将所有视频标记嵌套在视频对象架构中,并且您也不应该使用元标记隐藏视频标题和说明。您需要使用span标签。最后,请确保您的标记包含contentURL项目属性,因为Google会使用它来生成视频预览并帮助他们验证您的视频。