Inferensys

Glossary

ClaimReview Markup

A structured data schema used by publishers to tag fact-checked articles, enabling search engines to identify and display verified information.
Developer reviewing semantic search engine results on laptop, relevance scores visible, technical search demo.
FACT-CHECKING STRUCTURED DATA

What is ClaimReview Markup?

A standardized schema.org vocabulary used by publishers to tag fact-checked articles, enabling search engines to identify and prominently display verified information in search results.

ClaimReview is a structured data markup defined by schema.org that allows publishers to explicitly label a specific claim and its corresponding fact-check rating within an article. By embedding this machine-readable code, a publisher communicates the exact statement being evaluated, the author of the claim, and the final veracity judgment—such as True, False, or Mixture—directly to search engine crawlers.

This markup is the technical backbone of automated fact-check labeling in Google News and Search. When implemented correctly, it triggers rich results that display a fact-check snippet directly beneath the article link, increasing the visibility of verified information. The schema relies on a standardized reviewRating system, often using a 1-to-5 scale, to allow platforms to aggregate trust signals and combat misinformation algorithmically.

STRUCTURED DATA ANATOMY

Core Properties of ClaimReview

The ClaimReview schema is a structured data vocabulary that enables publishers to tag fact-checked articles with machine-readable verdicts, allowing search engines to surface verified information directly in results.

01

claimReviewed

The exact textual assertion being fact-checked. This property captures the claim in its original wording to ensure precision.

  • Must be a short, self-contained statement
  • Avoid paraphrasing; preserve the original phrasing
  • Example: "The Earth is flat" rather than "A claim about the Earth's shape"
  • Search engines use this field to match queries against verified claims
02

reviewRating

A nested Rating type that encodes the factual verdict. This is the core machine-readable output of the fact-checking process.

  • ratingValue: A numeric score (e.g., 1 for false, 5 for true)
  • alternateName: The human-readable label ("False", "Mostly True", "Pants on Fire")
  • bestRating/worstRating: Define the scale boundaries
  • Enables search engines to display visual truth indicators
03

author

Identifies the Organization or Person that conducted the fact-check. This property is critical for establishing source credibility.

  • Must reference a recognized fact-checking entity
  • Used by Google to verify publisher eligibility for fact-check features
  • Links to the publisher's Knowledge Graph entity
  • Non-credentialed authors may cause markup to be ignored
04

itemReviewed

Describes the creative work or statement that contains the claim. This contextualizes where the assertion originated.

  • @type: Typically Claim, CreativeWork, or Statement
  • author: The original speaker or writer of the claim
  • datePublished: When the claim was made
  • appearance: Links to the URL where the claim appeared
  • Provides provenance tracking for the disputed information
05

url

The canonical URL of the full fact-check article. This property directs both users and crawlers to the complete analysis.

  • Must point to the fact-check page itself, not the homepage
  • Used as the landing page in search result displays
  • Should be a stable, permanent link
  • Critical for citation integrity in AI-generated summaries
06

datePublished

The ISO 8601 timestamp when the fact-check was published. Temporal metadata is essential for assessing recency and relevance.

  • Format: YYYY-MM-DD or full ISO 8601 datetime
  • Enables filtering by freshness in search results
  • Combined with dateModified for update tracking
  • Stale fact-checks may be deprioritized by ranking algorithms
CLAIMREVIEW MARKUP

Frequently Asked Questions

Clear, technical answers to the most common questions about implementing and understanding the ClaimReview structured data schema for fact-checking.

ClaimReview is a structured data schema (a specific @type within Schema.org) used by publishers to tag fact-checked articles, enabling search engines like Google to identify, extract, and display verified information directly in search results. It works by embedding a JSON-LD object in the HTML of a fact-check article that explicitly defines the claim being reviewed, the author of the claim, and the review rating (e.g., 'True', 'False', 'Misleading'). This machine-readable annotation allows algorithms to bypass natural language ambiguity and programmatically understand the veracity of a statement. The schema connects a CreativeWork (the fact-check article) to a ClaimReview object, which contains a claimReviewed property and an itemReviewed property pointing to the Claim. The definitive reviewRating is then assigned, creating a high-confidence signal for platforms prioritizing authoritative content.

Prasad Kumkar

About the author

Prasad Kumkar

CEO & MD, Inference Systems

Prasad Kumkar is the CEO & MD of Inference Systems and writes about AI systems architecture, LLM infrastructure, model serving, evaluation, and production deployment. Over 5+ years, he has worked across computer vision models, L5 autonomous vehicle systems, and LLM research, with a focus on taking complex AI ideas into real-world engineering systems.

His work and writing cover AI systems, large language models, AI agents, multimodal systems, autonomous systems, inference optimization, RAG, evaluation, and production AI engineering.