简体   繁体   English

网站未在搜索列表中显示评论结构化数据

[英]Site does not show review structured data in search listings

I have created a site using the Google Structured Data markup in order to make it output as a "review" in the search listings. 我已经使用Google结构化数据标记创建了一个网站,以使其在搜索列表中作为“评论”输出。

For example, this is the HTML for the page: 例如,这是页面的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>

As you can see I have included the itemprop attribute with the following data: 如您所见,我在以下数据中包含了itemprop属性:

  • itemreviewed itemreviewed
  • description 描述
  • reviewer 评论家
  • dtreviewed dtreviewed
  • rating 评分

When I put the code above through the Structured Data Testing Tool it validates correctly and shows me all the info it has gathered, correctly. 当我通过结构化数据测试工具将代码放在上面时,它可以正确验证并正确显示所有已收集的信息。

But when I perform a search for my search term, although I show up on the second page for listings, there is no review. 但是,当我搜索我的搜索字词时,尽管我显示在列表的第二页上,但没有进行审核。 No star rating etc. It does not present itself the same way I am seeing other structured data reviews showing on Google. 没有星级评等。它的显示方式与我在Google上看到的其他结构化数据评论不同。

The above code has been live on my site for 6 weeks and according to webmaster tools has been crawled several times, so I can't see it being an issue with taking time to re-crawl the structured data. 上面的代码在我的网站上已经存在6个星期,并且根据网站站长工具已经进行了几次爬网,因此我认为花时间重新抓取结构化数据并不是问题。

One possible explanation is that Google does not trust this information enough to display it in search results. 一种可能的解释是,Google对信息的信任程度不足以在搜索结果中显示它。 The more Google trusts a website, the more it is likely to show such information. Google对网站的信任程度越高,显示此类信息的可能性就越大。

Another explanation is that Google thinks it is not interesting for users to display such information in search results. 另一个解释是Google认为用户在搜索结果中显示此类信息并不有趣。

Unfortunately, you can't control what Google displays in search results. 不幸的是,您无法控制Google在搜索结果中显示的内容。 If you believe there is bug, you can always open a thread in the Webmaster Forum. 如果您认为有错误,可以随时在网站站长论坛中打开一个线程。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 结构化数据徽标在Google搜索中不可见 - Structured data logo is not visible in Google Search Google自定义搜索,结构化数据不起作用 - Google Custom Search, structured data not working 自 Google 更新以来的结构化数据(报价)无效:应提供报价或评论或聚合评级之一 - Invalid structured data (offer) since Google Update : one of offers or review or aggregateRating should be provided 是否可以在标准Google搜索中按微数据/结构化数据进行搜索? - Is it possible to search by microdata/structured data in a standard Google search? Google网站搜索…在结果中显示产品图片吗? - Google site search… show product pictures in results? 该网站如何使他们的网站在Google搜索上互动? - How does this site make their site on Google search interactive? Google 自定义搜索未显示正确结果 - Google Custom Search Does not show correct results Google搜索中“carousel”代码段的结构化数据:是否有必要将“ItemList”作为根元素? - Structured data for “carousel” snippet in Google Search: is it necessary to make “ItemList” the root element? JobPosting结构化数据 - JobPosting Structured Data Google(搜索)如何为其移动网站提供服务? - How does google (search) serve its mobile site?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM