2013-10-07 68 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