【发布时间】:2015-01-03 22:59:54
【问题描述】:
我一直在我的网站上工作,并且丰富了 sn-ps。 最初,当我编写标记时,我检查了
它评估标记是正确的,之后我使用了 Google Crawl 工具。 执行完这些操作后,丰富的 sn-ps 似乎在 google 上正常工作,并且每次我搜索该网站时,它都会显示正确的丰富 sn-ps。
但是,最近 google 已停止为我的网站显示丰富的 sn-ps,有人知道可能是什么原因吗? 以下是我正在使用的标记,再次在https://www.google.com/webmasters/tools/richsnippets 上评估它表明没有问题。
<div itemprop="review" itemscope itemtype="http://schema.org/Review">
<meta itemprop="itemReviewed" content="Table Hire">
<meta itemprop="author" content="Markus Sean">
<meta itemprop="datePublished" content="2012-05-10">
<div itemprop="reviewRating" itemscope itemtype="http://schema.org/Rating">
<meta itemprop="worstRating" content = "1">
<meta itemprop="ratingValue" content = "5">
<meta itemprop="bestRating" content = "5">
</div>
</div>
提前谢谢你。
【问题讨论】:
-
Google 设置了一个更新、更好的工具:developers.google.com/webmasters/structured-data/testing-tool 来测试丰富的 sn-ps。我已经用这个检查过了,它是正确的。您在哪个 URL 上提供 sn-p?
标签: google-search rich-snippets google-rich-snippets