Star ratings shown incorrect on Google
-
Hi again!
Still loving the plugin but I’ve found an interesting issue when review ratings are indexed in Google.
When Google finds star ratings on a webpage it may choose to shown these ratings on their search results. Unfortunately it reads ratings by your plugin incorrectly.
I have two examples, first look at this review:
https://www.bogtanken.dk/anmeldelser/anmeldelse-af-mithos/
As you can see it has been given an overall rating of 5 (ignored by Google). It has been given sub ratings of: 4.7, 4.9 and 4.8.
Unfortunately Google reads these ratings as:
A score of 4.8 was given on a scale where 4.7 is the lowest and 4.9 is the highest score.You can see how Google index this by searching the string below. Note how Google displays the score as 2.5 out of 5 stars:
“mithos anmeldelse bogtanken”Lets also look at this review:
https://www.bogtanken.dk/anmeldelser/lucie-anmeldelse/As you can see it has been given an overall rating of 5 (ignored by Google). It has been given sub ratings of: 4.8, 4.8 and 4.9.
Google reads these ratings as:
A score of 4.8 was given on a scale where 4.8 is the lowest and 4.9 is the highest score.You can see how Google index this by searching the string below. Note how Google displays the score as 1 out of 5 stars:
“lucie anmeldelse bogtanken”The problem must be the words you use for the sub ratings:
“reviewRating”:{“@type”:”Rating”,”worstRating”:”4.7″,”bestRating”:”4.9″,”ratingValue”:”4.8″}}If this could be corrected somehow so that the names worstRating, bestRating and ratingValue was given to:
worstRating was 1, bestRating was 5 and ratingValue was the overall rating given.
The subrating names should be something that would not confuse Google such as “subratA”, “subratB”, “subratC”.
But thats just my suggested solution based on my very limited knowledge of your scripts coding.Thank you for once again for your great plugin.
The page I need help with: [log in to see the link]
- The topic ‘Star ratings shown incorrect on Google’ is closed to new replies.