我的网站上有一个“评论聚合”微数据片段,谷歌已缓存它,但它没有出现在评级星标的谷歌搜索结果中。
包含微数据的网址是:
这是片段:
<div class="ui-corner-bottom" id="micro-data-reviews" itemscope="" itemtype="http://data-vocabulary.org/Review-aggregate">
<span itemprop="itemreviewed">RNSalert</span> is rated
<span itemprop="rating" itemscope="" itemtype="http://data-vocabulary.org/Rating">
<span itemprop="average">9.0</span>
out of <span itemprop="best">10</span>
</span>
based on <a href="http://www.trustpilot.co.uk/review/rnsalert.com" target="_blank"><span itemprop="votes">16</span> independent ratings</a>.
</div>
使用Google的结构化数据测试工具,它显示正在正确解析微数据......
http://www.google.com/webmasters/tools/richsnippets?url=http%3A%2F%2Fwww.rnsalert.com%2F&html=
然而谷歌搜索结果并没有显示出来。页面已缓存。
在谷歌搜索“RNS提醒”,您将获得列为第一个有机结果的页面。
有什么想法吗?
非常感谢,
丹
答案 0 :(得分:0)
Google应该识别schema.org中定义的所有类型,但它仅支持这些内容类型的搜索结果中的丰富网页摘要:
来源:
http://support.google.com/webmasters/bin/answer.py?hl=en&answer=99170&topic=1088472&ctx=topic
此外,您可能需要一段时间才能在搜索结果中看到它们 - 甚至可能是几天。
答案 1 :(得分:0)
我95%确定您的评分/评论明星会出现在Google的网络搜索结果中,您还必须在网站/页面上设置Google作者身份。 6个月以前,这个步骤不是必需的。
答案 2 :(得分:0)
您的网页包含审核聚合的微数据,但与产品或商品无关。
查看此处的示例https://schema.org/AggregateRating
汇总需要在另一个项目的范围内:
<div itemscope itemtype="http://schema.org/Restaurant">
<span itemprop="name">GreatFood</span>
<div itemprop="aggregateRating" itemscope itemtype="http://schema.org/AggregateRating">
<span itemprop="ratingValue">4</span> stars -
based on <span itemprop="reviewCount">250</span> reviews
</div>
<div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
<span itemprop="streetAddress">1901 Lemur Ave</span>
<span itemprop="addressLocality">Sunnyvale</span>,
<span itemprop="addressRegion">CA</span> <span itemprop="postalCode">94086</span>
</div>
<span itemprop="telephone">(408) 714-1489</span>
<a itemprop="url" href="http://www.dishdash.com">www.greatfood.com</a>
Hours:
<meta itemprop="openingHours" content="Mo-Sa 11:00-14:30">Mon-Sat 11am - 2:30pm
<meta itemprop="openingHours" content="Mo-Th 17:00-21:30">Mon-Thu 5pm - 9:30pm
<meta itemprop="openingHours" content="Fr-Sa 17:00-22:00">Fri-Sat 5pm - 10:00pm
Categories:
<span itemprop="servesCuisine">
Middle Eastern
</span>,
<span itemprop="servesCuisine">
Mediterranean
</span>
Price Range: <span itemprop="priceRange">$$</span>
Takes Reservations: Yes
</div>
不幸的是,仅仅因为您在网站上放置了某些内容并不意味着Google必须在搜索结果中显示该内容。
我认为在显示任何内容之前,他们需要对您的网站有一定的信任度。如果没有,那么每个人都会用5星标记他们自己的产品/帖子,所以它在搜索列表页面看起来不错。
根据我的经验,当您的网站包含对其他人的产品的投票比您自己的产品更多时,在列表中获得评级明星要容易得多。
答案 3 :(得分:0)
搜索预览为近似值。
您的数据的真实Google搜索结果可能会有所不同。
搜索预览是说明性的。
我们不保证您预览的内容会显示在搜索结果中。您的内容可能会出现在相关查询的搜索结果中,但该内容必须首先通过我们的系统才能在实际搜索结果中显示之前进行适当的索引和排名。如果违反我们的质量指南,我们保留自行决定过滤掉任何结果的权利。最后,您内容的所有预览工具网址仅在有限期间内有效(例如数周)。