If you have a web page that reviews a claim made by others, you can include
ClaimReview structured data on your web page. ClaimReview structured
data can enable a summarized version of your fact check to display in Google Search results
when your page appears in search results for that claim.
This guide describes the details on how to implement ClaimReview structured data.
If you don’t want to add structured data manually, you can check out the
Fact Check
Markup Tool. To learn more, visit
About the Fact Check
Markup Tool.
Example
Imagine a page that evaluates the claim that the earth is flat. Here is what a
search for "the world is flat" might look like in Google Search results if the page
provides a ClaimReview element (note that the actual visual design may change):

Here's an example of structured data on the page that hosts this fact check:
Guidelines
In addition to general guidelines that apply to all structured data markup, these additional guidelines apply to fact checks:
- To be eligible for fact check search results, your site must have several pages marked
with
ClaimReviewstructured data. - Fact checks associated with news articles can be shown in either News results or the combined search results view; all other fact checks can appear only in combined search results view.
- Fact checks of a news claim must meet the News Publisher criteria for fact checks.
- Fact checks are not guaranteed to be shown: inclusion of fact check elements in Google Search results is determined programmatically. Fact check elements are scored based on a programmatic ranking of the site. Sites are evaluated in a process similar to page ranking: if the site ranking is high enough, the fact check element can be displayed in search results along with your page. The entire process is conducted programmatically; human intervention only occurs when user feedback is filed as violating the Google News Publisher criteria for fact checks, general guidelines for structured data, or when the publisher (whether or not a news site) does not meet standards for accountability and transparency, readability or site misrepresentation as articulated in our Google News General Guidelines.
- A single page can host multiple
ClaimReviewelements, each for a separate claim. - If different reviewers on the page check the same fact, you can include a
separate
ClaimReviewelement for each reviewer's analysis. For more information, visit Posting multiple fact checks on a page. - The page hosting the
ClaimReviewelement must have at least a brief summary of the fact check and the evaluation, if not the full text. - You should host a specific
ClaimReviewon only one page on your site. Do not repeat the same fact check on multiple pages, unless they are variations of the same page (for example, you can post the sameClaimReviewon the mobile and desktop versions of a page). - If your website aggregates fact-check articles, ensure that all articles match the above criteria and that you provide an open and publicly available list of all fact-check websites you aggregate.
Posting multiple fact checks on a page
Multiple ClaimReview
elements on a single page don't need to be about the same claim, but they should all be
relevant to the main topic of the page. Most sites implement multiple fact checks per page
in one of two ways:
- Create a summary page with multiple summarized fact checks, each with its own
ClaimReviewelement. Post the full-text version of each fact check on its own page. EachClaimReviewelement on the summary page points to the full-page version rather than to the summary page. - OR
- Create a single page with multiple full-length reviews, each with an HTML anchor. Each
ClaimReviewelement points to thatsummary_page.html#anchor.
If a page hosts multiple ClaimReview elements, Google Search may display all
items in a carousel. The carousel only displays on mobile devices. For example:

Structured data type definitions
The following structured data types are required to implement fact checks:
You must include the required properties for your content to be eligible for display as a rich result. You can also include the recommended properties to add more information about your content, which could provide a better user experience.
If your organization is interested in implementing or experiencing issues with
ClaimReview,
submit
your contact information. Our team may reach out to you.
ClaimReview
The full definition of ClaimReview is available at
schema.org/ClaimReview.
| Required properties | |
|---|---|
claimReviewed |
A short summary of the claim being evaluated. Try to keep this less than 75 characters to minimize wrapping when displayed on a mobile device. |
reviewRating |
The assessment of the claim. This object supports both a numeric and a textual assessment. The textual value is currently the only value shown in search results. The numeric value is not shown to end users, but if available, may be used to evaluate consistency of fact checks across different sources. Different fact-checking projects have a variety of rating schemes which can have subtle differences, particularly for intermediate values. It is important to document such rating schemes to clarify the meaning of the numeric ratings. Minimally, there should be a number to text rating system for all your fact checks that carry numeric scores.
For more information, see Rating. |
url |
Link to the page hosting the full article of the fact check. If the page has multiple
The domain of this URL value must be the same domain as, or a subdomain of, the
page hosting this |
| Recommended properties | |||||
|---|---|---|---|---|---|
author |
The publisher of the fact check article, not the publisher of the
claim. The
|
||||
datePublished |
The date when the fact check was published |
||||
itemReviewed |
An object describing the claim being made. For more information, see
|
||||
Claim
The full definition of Claim is available at
schema.org/Claim.
| Recommended properties | |||||
|---|---|---|---|---|---|
appearance |
URL or CreativeWork A link to, or inline description of, a |
||||
author |
The author of the claim, not the author of the fact check. Don't include
the
|
||||
datePublished |
The date when the claim was made or entered public discourse (for example, when it became popular in social networks). |
||||
firstAppearance |
URL or CreativeWork A link to, or inline description of, a |
||||
Rating
The full definition of Rating is available at schema.org/Rating.
| Required properties | |
|---|---|
alternateName |
The truthfulness rating assigned to If using a longer sentence, be sure that the beginning of the sentence expresses the meaning, in case the sentence is truncated to fit the display. For example: "Mostly true in the specifics, although the overall claim is somewhat misleading" |
| Recommended properties | |
|---|---|
bestRating |
For numeric ratings, the best value possible in the scale from worst to best. Must be greater than
|
name |
Same as |
ratingValue |
A numeric rating of this claim, in the range |
worstRating |
For numeric ratings, the worst value possible in a scale from worst to best. Must be less than
|