Google announced on the developer blog yesterday that there is a new knowledge graph format, this one for critic reviews. You can see it now, Google says, for movie related searches.
Google will show you critic reviews for movies in the knowledge graph section. Google promises that critic reviews for TV shows and books will be coming this year as well. Here is a picture of what it may look on mobile:
To get this working for your critic review web site, you need to add the critic reviews structured data.
Here are the properties:
Property | Type | Description |
---|---|---|
author (Required) |
Person | Annotation for the author of the review. |
author.name (Required) |
Text | Name of the author of the review.
|
author.sameAs |
URL | URL to a page that unambiguously identified the author, e.g. the author's official website, a profile page, a Wikipedia article. |
datePublished (Required) |
Date | Date of the review's first publication, in ISO 8601 format. |
inLanguage (Recommended) |
Text | The BCP-47 language code of the review description, e.g. "ja" is Japanese. Strongly recommended for non-English reviews. |
description (Required) |
Text | Snippet from the body of the actual review that captures the author's opinion about the review subject. This snippet will be used on the Google Search result page, as shown in the mocks above. All of the following criteria should be met, else the review will be excluded from the feature.
|
publisher (Required) |
Organization | Annotation for the publisher of the review. |
publisher.name (Required) |
Text | Name of the publisher of the review, e.g. "The New York Times". |
publisher.sameAs |
URL | URL of the publisher's official website or Wikipedia page. |
reviewRating |
Rating | Annotation for the score assigned to the item being reviewed. |
reviewRating.bestRating |
Text | The highest value allowed in the reviewer's rating system. If this field is omitted, 5 is assumed. Letter grades are allowed, e.g. "A". |
reviewRating.worstRating |
Text | The lowest value allowed in the reviewer's rating system. If this field is omitted, 1 is assumed. Letter grades are allowed, e.g. "C-". |
reviewRating.ratingValue |
Text | The rating given to the reviewed item. Letter grades are allowed, e.g. "B+". |
aggregateRating |
AggregateRating | Annotation for the average score assigned to the item being reviewed. This typically applies to user ratings rather than professional critic ratings. |
aggregateRating.bestRating |
Text | The highest value allowed in the reviewer's rating system. If this field is omitted, 5 is assumed. Letter grades are allowed, e.g. "A". |
aggregateRating.worstRating |
Text | The lowest value allowed in the reviewer's rating system. If this field is omitted, 1 is assumed. Letter grades are allowed, e.g. "C-". |
aggregateRating.ratingValue |
Text | The average rating given to the reviewed item. Letter grades are allowed, e.g. "B+". |
aggregateRating.ratingCount |
Numeric | The number of ratings given to the reviewed item. |
url |
URL | Canonical URL of the web page that contains the full text of the review.
|
itemReviewed (Required) |
Movie, Book, MusicAlbum | Annotation for the creative work being reviewed. See below for details of each type of creative work. |
Forum discussion at Google+.