The Claim Review Markup structures data related to Fact Checks. The markup is implemented for web pages that review a claim made by others. Using the Markup displays a summarized version of your fact check over Google Search results when your page appears over search results for that claim.
PRO TIP 👨🏻🏫 : Make use of the Fact Check tool, if you do not want to add Structured Data Manually.
Pro TIP 👨🏻🏫 : Please refer to the previous posts of the series to know How To Add Structured Data In Detail.
A. What Are The Guidelines To Follow? 👇
B. Technical Guidelines: 👇
How Do I Post Multiple Fact Checks On A Page? Doing So, Follow One Of The Following Methods:
What Are The Various Structured Data Types Used For Implementing Fact Checks?
The following three structured data types are required to implement fact checks
A. ClaimReview: Summary of the claim being evaluated. It should not be more than 75 characteristics to minimize wrapping when being displayed on mobile devices.
ReviewRating: The entity holds the said assessment of the claim. The entity can hold both numeric and textual assessments, however, textual is the only one shown in search results currently.
There must be a number or text rating system for all fact checks carrying numeric scores.
Example:
1 = “FALSE”
2 = “FALSE” And so on.
URL: The link to the pages hosting the full fact check article. Ensure that the fact check has an HTML anchor.
The URL domain must be similar to the domain or subdomain of the page hosting the ClaimReview element.
Author: The said publisher of the fact check or the claim. The author must be an organisation or person, having the following properties:
Name: The entity holds the name of the organisation or person who publishes the fact check
URL: The said URL of the publisher of the fact check.
DatePublished: The entity holds the date when the fact check was published.
ItemReviewed: The entity holds the object which describes the claim being reviewed.
PRO TIP 👨🏻🏫 : Google Search recommends CreativeWork as the ItemReviewed.
B. Claim:
The entity holds the said claim to be reviewed.
A. Appearance: The said link or inline links of a CreativeWork in which this claim appears.
B. Author: The author of the said claim not the author of the fact check. Do not include this authority property if the claim does not have an author. If the said property is added, then define the following entities:
The said URL can be:
C. DatePublished : The date when the said claim was made or entered the public disclosure.
D. FirstAppearance : The said link or inline description of a CreativeWork in which the said claim first appears.
C. Rating:
AlternateName: The entity holds the true rating assigned to ClaimReview. It is a short word or phrase. Example: ‘True’ or ‘False’.
When using a long sentence, ensure that the beginning of the sentence states the meaning of the sentence is abbreviated to fit the display.
BestRating: For numeric ratings, it states the best value possible on the worst to best scale. It must be greater than the worst rating and evaluated as a number.
Name: Similar to an alternative name and used when the alternative name is not provided. It is recommended to specify an alternate name instead.
Rating Value: The rating value of the claim. It is in the numeric form. It is the best rating-worst rating inclusive. Although integer values are included they are not required. The closer is the numeric rating to the best rating, the more true it is and vice versa.
It is evaluated as a number.
WorstRating: The worst possible for numeric ratings on a scale from worst to best. It must be lesser than BestRating and should be evaluated as a number.
PRO TIP 👨🏻🏫: For Knowing How To Monitor Search Results with Search console and Fix Troubleshooting problems please refer to the previous posts of the series.