I am implementing schema ratings and reviews on the same page. Users can add a star rating or add a review with a star rating. When this happens I combining the two and outputtng the ratingvalue.
I can get them both working using the google data testing tool with reviewCount or ratingCount. Though I am wondering which is better to use, the reviewCount or ratingCount, or it doesn't matter?
Cheers
Both are different.
reviewCount: The count of total number of reviews.
ratingCount: The count of total number of ratings.
Please refer here for further details