我一直在研究我的网站和丰富的片段。最初,当我编写标记时,我检查了
它评估标记是正确的,之后我使用了谷歌抓取工具。执行这些操作后,丰富网页摘要似乎在谷歌上正常工作,每次我用谷歌搜索该网站时,它都会显示正确的丰富网页摘要。
然而,最近谷歌已经停止显示我网站的丰富网页摘要,有谁知道可能是什么原因?以下是我正在使用的标记,再次在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>
先感谢您。