我一直在使用我的网站和丰富的代码段。 最初,当我写下标记时,我检查了
并评估标记是否正确,之后我使用了Google抓取工具。 执行这些操作后,丰富的片段似乎在谷歌上正常工作,每次我搜索网站时,它用于显示正确的丰富网页摘要。
然而,最近谷歌已停止显示我的网站的丰富网页摘要,有谁知道可能是什么原因? 以下是我正在使用的加价,再次在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>
提前谢谢。
答案 0 :(得分:1)
答案 1 :(得分:0)
Google只接受来自内页的代码段。如果您在网站主页上添加了摘要,则搜索结果中不会显示这些摘录。看看谷歌搜索结果,你会发现它们显示了内页链接的片段。