Jump to content

Rating start for Google - German rating system


Igorsb

Recommended Posts

Hi,

 

I use jReviews and I have problem with rating stars with google. Website is located in Germany and rating system is 1(best) to 6 (worst). I have setup everything on website, but problem is with google.

 

For example:

When user make rating, best rating is 1, but in google result rating is with start 1 of 5. It's not good, it need to be 5/5 stars, because rating 1 is best rating.

 

Example code - wrong:

<span class="jrDetailsRatingValue">1</span>

<meta itemprop="ratingValue" content="1">

 

But it sholud be:

<span class="jrDetailsRatingValue">1</span>

<meta itemprop="ratingValue" content="6">

 

Is there some way to use sting/preg replace to replace content="1" with content="6", content="2" with content="5"......... and content="6" with content="1".

 

Thank you!!

Link to comment
×
×
  • Create New...