Mobile app version of vmapp.org
Login or Join
Rambettina238

: Aggregate Rating not displayed in Google search results I have applied structured aggregate rating to my website using Schema.org but after a couple of months the 1 to 5 rich snippets are not

@Rambettina238

Posted in: #GoogleSearch #RichSnippets

I have applied structured aggregate rating to my website using Schema.org but after a couple of months the 1 to 5 rich snippets are not displaying for the given set of URLs in Google.

Here is an example URL:
docur.co/documentary/asteroids-the-good-the-bad-and-the-ugly
To me this page should be displaying the rich snippets as I have tested it using the Google Rich snippet testing tool and it has flagged no issues.

So my question is: Is the site just not authoritative enough to display rich snippets yet (I have read that Google displays rich snippets "at discretion") or is there an error in my code that is not being picked up by the tool which is hindering the display, or something else?

UPDATE: I have updated my code according to @unor recommendation which clearly states rating only. I have introduced more fresh URL's into the Google index which already have ratings but the rich snippet is still not displaying...

10.03% popularity Vote Up Vote Down


Login to follow query

More posts by @Rambettina238

3 Comments

Sorted by latest first Latest Oldest Best

 

@BetL925

Displaying of rich snippets isn't a must from Google. Even if the structured markup is error free, rich snippets could remain not displayed. I see two main causes for non-displaying of rich snippets:


there are too much pages in index and a big part of indexed pages is valueless, like the whole content in folders year, tag, u, category etc.
there too few pages with rating amount > 0


I would let indexed only content in the folder /documentary/ all other pages i would set to noindex, follow.

Then i would setup documentary page titles without watch documentary at the beginning.

After both steps i would upload new sitemap, only with documentary-pages and wait a bit.

10% popularity Vote Up Vote Down


 

@Shanna517

Not saying that this is the reason for the problem, but it seems that you shouldn’t use reviewCount unless you have reviews (in contrast to ratings, which ratingCount is for).

From Google’s guidelines for the Reviews/Rating Rich Snippet:


Make sure the reviews and ratings you mark up are readily available to users from the marked-up page. It should be immediately obvious to users that the page has review or ratings content.


Your example page says that there are 4 reviews (<span class=ratingCount itemprop="reviewCount ratingCount">4</span>), but it has 4 ratings, not 4 reviews, as also confirmed by the page content:


Reviews (0)

10% popularity Vote Up Vote Down


 

@Ravi8258870

I can't see an error. As you say, Google displays them "at discretion" so you may be doing everything right and still not see Rich Snippets.

That said, worth noting there was a bug with review snippets for a period in February and, judging from Mozcast, another blip last week.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme