Skip to content

Instantly share code, notes, and snippets.

@rsiddle
Last active November 8, 2017 11:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rsiddle/9b98c61ec7d402ad4f02d1bb1a062635 to your computer and use it in GitHub Desktop.
Save rsiddle/9b98c61ec7d402ad4f02d1bb1a062635 to your computer and use it in GitHub Desktop.
ClaimReview Schema.org Markup Example
<div itemscope="" itemtype="http://schema.org/ClaimReview">
An example paragraph reviewing a claim expressed in another document.
<dl>
<dt>Date published:</dt>
<dd itemprop="datePublished">2014-07-23</dd>
<dt>Review url:</dt>
<dd itemprop="url">http://www.politifact.com/texas/statements/2014/jul/23/rick-perry/rick-perry-claim-about-3000-homicides-illegal-immi/</dd>
<dt>Review by:</dt>
<dd>
<span itemprop="author" itemscope="" itemtype="http://schema.org/Organization">
<span itemprop="name"><a itemprop="url" href="http://www.politifact.com/">Politifact</a></span>
<img itemprop="image" src="http://static.politifact.com/mediapage/jpgs/politifact-logo-big.jpg" alt="Politifact" />
<link itemprop="sameAs" href="http://twitter.com/politifact"/>
</span>
</dd>
</dl>
<h3>Claim reviewed:</h3>
<blockquote itemprop="claimReviewed">
More than 3,000 homicides were committed by 'illegal aliens' over the past six years.
</blockquote>
<span itemprop="reviewRating" itemscope="" itemtype="http://schema.org/Rating">
Rating: <span itemprop="ratingValue">1</span>
(best score: <span itemprop="bestRating">6</span>),
"<span itemprop="alternateName">True</span>".
<img itemprop="image" src="http://static.politifact.com.s3.amazonaws.com/rulings/tom-pantsonfire.gif" alt="Politifact Pants on Fire rating logo" />
</span>
<h4>Item reviewed:</h4>
<div itemprop="itemReviewed" itemscope="" itemtype="http://schema.org/CreativeWork">
<ul>
<li itemprop="author" itemscope="" itemtype="http://schema.org/Person">Claim author's name: <span itemprop="name">Rich Perry</span>.
Job title: "<span itemprop="jobTitle">Former Governor of Texas</span>".
<link itemprop="sameAs" href="https://en.wikipedia.org/wiki/Rick_Perry"/>
<a itemprop="sameAs" href="https://rickperry.org/">rickperry.org</a>
<img itemprop="image"
src="https://upload.wikimedia.org/wikipedia/commons/thumb/1/15/Gov._Perry_CPAC_February_2015.jpg/440px-Gov._Perry_CPAC_February_2015.jpg"
alt="photo of R.Perry."/>
</li>
<li>Claim original document: "<span itemprop="name">The St. Petersburg Times interview</span>"
(<span itemprop="datePublished">2014-07-17</span>)</li>
</ul>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment