网站不会在搜索列表中显示审核结构化数据

时间:2015-04-15 10:04:05

标签: google-search schema.org google-webmaster-tools microdata structured-data

我使用Google结构化数据标记创建了一个网站,以便将其输出为"评论"在搜索列表中。

例如,这是页面的HTML:

<div itemscope itemtype="http://data-vocabulary.org/Review"> 
<span class="info-text">Pattern: <a href="http://amzn.to/1uKQOSs" target="_blank"><span class="pattern-author" itemprop="itemreviewed">Simplicity 2648</span></a></span>
    <p class="info-description">"<span itemprop="description"><em>The &quot;Amazing Fit&quot; dresses are quite promising, but I still needed adjustments, so it didn&#039;t make a huge difference. This pattern is well drafted though, and the result is great."</em></span></p>
    <span style="display:none;" itemprop="reviewer">Francesca Haselden          </span>
    <time itemprop="dtreviewed" datetime="2014-03-18">Tue 18 Mar</time>
    <span style="display:none;" itemprop="rating">4</span>
</div>

如您所见,我已将itemprop属性包含以下数据:

  • itemreviewed
  • 描述
  • dtreviewed
  • 等级

当我将代码放在Structured Data Testing Tool之上时,它会正确验证并正确显示所有收集的信息。

但是当我搜索我的搜索字词时,虽然我在第二页上显示了列表,但没有评论。没有星级评分等。它与我在Google上看到的其他结构化数据评论的方式不同。

以上代码已在我的网站上发布了6周,并且根据网站管理员工具已多次抓取,因此我无法通过花时间重新抓取结构化数据来解决这个问题。 / p>

0 个答案:

没有答案