surveywp / kk-star-ratings

kk Star Ratings wordpress plugin
https://wordpress.org/plugins/kk-star-ratings
Other
118 stars 44 forks source link

Fix: "At least one of ratingCount or reviewCount is required." #65

Closed jmastr closed 5 years ago

jmastr commented 5 years ago

Initially if you enable the plugin with Google Rich Snippet support and you don't have any reviews yet the markup is not valid. The AggregateRating object is created, but it has two missing required fields:

If we have no score yet, we do not create the AggregateRating object at all.

Closes #64

kamalkhan commented 5 years ago

Thank you.