Many websites (e.g. EazyDiner, Dine Out, Ou Bruncher, etc.) provide markups for both critic reviews (reviews written by professional critics) and user reviews using schema.org/Review. As schema.org/Review does not provide a clear distinction between critic reviews and user reviews at this time. It would be very useful to be able to differentiate which reviews are by critics.
I propose the adding CriticReview as a more specific of Review.
Example markup:
{
"@context":"http://schema.org/",
"@type":"CriticReview",
"itemReviewed":{
"@type":"Restaurant",
"image":"http://www.example.com/seafood-restaurant.jpg",
"name":"Legal Seafood"
},
"reviewRating":{
"@type":"Rating",
"ratingValue":"4"
},
"name":"A good seafood place.",
"author":{
"@type":"Person",
"name":"Bob Smith"
},
"reviewBody":"The seafood is great.",
"publisher":{
"@type":"Organization",
"name":"Washington Times"
}
}
Many websites (e.g. EazyDiner, Dine Out, Ou Bruncher, etc.) provide markups for both critic reviews (reviews written by professional critics) and user reviews using schema.org/Review. As schema.org/Review does not provide a clear distinction between critic reviews and user reviews at this time. It would be very useful to be able to differentiate which reviews are by critics.
I propose the adding CriticReview as a more specific of Review.
Example markup: