-
Notifications
You must be signed in to change notification settings - Fork 905
Closed
Labels
no-issue-activityDiscuss has gone quiet. Auto-tagging to encourage people to re-engage with the issue (or close it!).Discuss has gone quiet. Auto-tagging to encourage people to re-engage with the issue (or close it!).
Description
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"
}
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
no-issue-activityDiscuss has gone quiet. Auto-tagging to encourage people to re-engage with the issue (or close it!).Discuss has gone quiet. Auto-tagging to encourage people to re-engage with the issue (or close it!).