Skip to content

Add a new type CriticReview as a more specific type of Review #1589

@gmackenz

Description

@gmackenz

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"
     }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    no-issue-activityDiscuss has gone quiet. Auto-tagging to encourage people to re-engage with the issue (or close it!).

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions