You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By the way: It would be better to give the user a choice if he wants to display the schema. Or at least an information that you do output schema would be nice. And if you force to output the schema, please make sure that it is correct.
Thank's for apply filters so that I can remove it myself as a developer. 😊 ♥️
The text was updated successfully, but these errors were encountered:
There is a misconsepction about the calculation of the aggregateRating
On this line:
mai-testimonials/classes/class-testimonials.php
Line 782 in 562f3e4
you sum up every
ratingValue
from every testimonial displayed.The documentation of AggregateRating says:
aggregateRating.ratingValue
just should be "The rating for the content."aggregateRating.bestRating
just should be "The highest value allowed in this rating system."Since every testimonial outpouts a
ratingValue
of 5, your schema should always outputno matter how many ratings are counted. So there is no calculation of
ratingValue
orbestRating
necessary at all.I'd also suggest to add the property
bestRating
to thereview.reviewRating
schema as well so that it looks like this:By the way: It would be better to give the user a choice if he wants to display the schema. Or at least an information that you do output schema would be nice. And if you force to output the schema, please make sure that it is correct.♥️
Thank's for apply filters so that I can remove it myself as a developer. 😊
The text was updated successfully, but these errors were encountered: