Rich snippet not enabled, on aggregated review pages
-
We have a website where you can book on restaurants, and afterwards you can review the restaurant you visited.
So we have this page: https://www.r2n.dk/restauranter/restaurant-bonjour-vietnam (We have one for each restaurant). English version https://www.r2n.dk/en/restauranter/restaurant-bonjour-vietnam
The page is marked up in microData, and when I test the site in google structured data it shows no errors https://search.google.com/structured-data/testing-tool#url=https%3A%2F%2Fwww.r2n.dk%2Frestauranter%2Frestaurant-bonjour-vietnam .
But the page does not show up on google with a rich snippet (The review stars). I am thinking it might be one of the following things. Either it is because there is multiple "Restaurants" on the page, where the others appear in recommended restaurants, where we also marked them up as much as possible. Or else it could be because the reviews are hidden behind the "Anmeldelser"(Reviews) button, where they are retrieved via a ajax request, but if this was the case I don't get why this other site where the reviews does not appear is working fine: https://www.just-eat.dk/restaurants-bonjourvietnam
Also it is a week since we finaly correctly implemented the structured data on the page, so I don't know if I should wait a longer time(Though the page has been cached by google multiple times since we updated the code)
-
Hi Christian,
After I implemented the right structured data it took 5 weeks for Google to show the stars. So you might need to have some more patience. Also the updates of number of reviews lags a few weeks so the number of reviews in the Rich Snippets are a few weeks behind the real number of reviews. I have only my own reviews so this is a lot easier I guess. I placed the code in the footer so it shows on all pages (except Homepage).
Good luck!
Tymen
PS: The code I used:
****http://schema.org/LocalBusiness" itemscope="" class="fc_rating">
Eppinga.nl" itemprop="name">
http://schema.org/AggregateRating" itemprop="aggregateRating" itemscope="">
Wij scoren 4.6 van 5 sterren, berekend uit 83 reviews van klanten.****
-
Hi Tymen
Thanks for your response, I thought as soon as the page was cached, it would enable the rich snippet, but seems I have some waiting to do

I will wait a couple of months until I get worried then