Skip to content

Instantly share code, notes, and snippets.

@danbri
Created March 30, 2022 17:56
Show Gist options
  • Save danbri/0cc3fc147d6d34945d0f61dcc11bc409 to your computer and use it in GitHub Desktop.
Save danbri/0cc3fc147d6d34945d0f61dcc11bc409 to your computer and use it in GitHub Desktop.
{
"@context": "https://schema.org",
"@type": "ClaimReview",
"datePublished": "2016-06-22",
"url": "http://example.com/news/science/worldisflat.html",
"claimReviewed": "The world is flat",
"itemReviewed": {
"@type": "Claim",
"author": {
"@type": "Organization",
"name": "Square World Society",
"sameAs": "https://example.flatworlders.com/we-know-that-the-world-is-flat"
},
"datePublished": "2016-06-20",
"appearance": {
"@type": "OpinionNewsArticle",
"url": "http://skeptical.example.net/news/a122121",
"headline": "Square Earth - Flat earthers for the Internet age",
"datePublished": "2016-06-22",
"author": {
"@type": "Person",
"name": "T. Tellar"
},
"image": "https://example.com/photos/1x1/photo.jpg",
"publisher": {
"@type": "Organization",
"name": "Skeptical News",
"logo": {
"@type": "ImageObject",
"url": "https://example.com/logo.jpg"
}
}
}
},
"author": {
"@type": "Organization",
"name": "Example.com science watch"
},
"reviewRating": {
"@type": "Rating",
"ratingValue": "1",
"bestRating": "5",
"worstRating": "1",
"alternateName": "False"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment