0

我一直在研究我的网站和丰富的片段。最初,当我编写标记时,我检查了

https://www.google.com/webmasters/tools/richsnippets

它评估标记是正确的,之后我使用了谷歌抓取工具。执行这些操作后,丰富网页摘要似乎在谷歌上正常工作,每次我用谷歌搜索该网站时,它都会显示正确的丰富网页摘要。

然而,最近谷歌已经停止显示我网站的丰富网页摘要,有谁知道可能是什么原因?以下是我正在使用的标记,再次在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>

先感谢您。

4

2 回答 2

1

问题是您只使用元标记。

谷歌说:

Google 将忽略人类用户看不到的内容,因此您应该标记访问者将在您的网页上看到的文本。

丰富网页摘要未出现

于 2015-02-07T16:21:27.653 回答
0

Google 只接受来自内页的片段。如果您在网站主页上添加了片段,它将不会显示在搜索结果中。查看谷歌搜索结果,您会发现它们显示带有内页链接的片段。

于 2015-07-24T19:19:36.687 回答