kurosaki4d
Power Member
- Apr 24, 2018
- 694
- 83
Hello,
I have some reviews pages to which i would like to create some rich snipets (schema).
And i wanted to know if i set myself manually the values to the following parameters will Google approve of that in terms of SEO? or is it mandatory for these ratings to be dynamically generated by the reviews left by the users ?
If anyone has a clear idea on the subject, i would very much appreciate your feedbacks.
Thank you
I have some reviews pages to which i would like to create some rich snipets (schema).
And i wanted to know if i set myself manually the values to the following parameters will Google approve of that in terms of SEO? or is it mandatory for these ratings to be dynamically generated by the reviews left by the users ?
If anyone has a clear idea on the subject, i would very much appreciate your feedbacks.
Thank you
Code:
{
"@context": "http://schema.org/",
"@type": "AggregateRating",
"itemreviewed": "software",
"bestRating": "9",
"worstRating": "2",
"ratingValue": "7,5",
"reviewCount": "50"
}