2013-10-07 51 views
0

我们为租用对象评级网站嵌入了丰富网页摘要。下面的例子:当在谷歌搜索结果中列出主页上的丰富片段

http://www.google.de/webmasters/tools/richsnippets?q=http%3A%2F%2Fwww.sonnenquartiere.de%2Fferienwohnungen%2F4-wohnung-8-boardinghaus-norderney-2-zimmer-apartment.html

工作正常。

现在我们要汇总所有评级并将它们发布到首页上,以便首页本身在Google搜索结果中获得评分。我们之前做过: http://www.google.de/webmasters/tools/richsnippets?q=www.sonnenquartiere.de

我们之前做过,但Google搜索的结果仍未显示在汇总评分中。这里举个例子:

https://www.google.de/search?q=Boardinghaus+Norderney(第二位置的地方)

有什么我们能做得到这个工作?

回答

0

我确实注意到您的标记的一件事是您正在使用schema.org/WebPage标记来评估您的综合评论。因此,搜索引擎会将该架构视为您主页的评分。您应该使用具有更好描述您业务类型的架构的总体评级架构,或许是schema.org/LodgingBusiness类别中的一些。

0

我希望这不是太晚,我将能够提供帮助。

遵循标准程序是这种事情的最佳实践。确保你使用正确的标记。所以进行审核,审查,架构,如下例所示:

使用该工具生成的代码,然后根据该工作示例 http://www.microdatagenerator.com/reviews-schema/

例如修改网站:

<div itemscope itemtype="http://schema.org/Review"> 
    <div itemprop="itemReviewed" itemscope temtype="http://schema.org/Thing"><span itemprop="name">home mortgage</span> </div> 
    <div itemprop="author" itemscope itemtype="http://schema.org/Person"> 
    <span itemprop="name"> Nick M.</span> 
     </div><meta itemprop="datePublished" content = "01/01/2016"> 
    <div itemprop="reviewRating" itemscope itemtype="http://schema.org/Rating" 
    <meta itemprop="worstRating" content = "1"/><span itemprop="ratingValue">5</span>/<span itemprop="bestRating">5</span> stars </div> 
      <span itemprop="description">My experience with ABC Company was very good and I recommend it to everyone. </span> 
      </div> 

你拿这些代码并把你需要的部分带到你的网页上。

这个视频很棒: https://www.youtube.com/watch?v=N2PjWtybDOs