Fact Check Essential Schema Example
SEO Help and Tips
Fact Check Essential Schema Example
Here's an example of a schema markup for a Fact Check:
Example:
<script type='application/ld+json'>
{
"@context": "https://schema.org",
"@type": "ClaimReview",
"url": "https://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-20T00:00:00-07:00",
"appearance": {
"@type": "OpinionNewsArticle",
"headline": "Square Earth - Flat earthers for the Internet age",
"datePublished": "2016-06-22T00:00:00-07:00",
"author": {
"@type": "Person",
"url": "https://example.com/news/a122121",
"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",
"datePublished": "2016-06-20T00:00:00-07:00"
}
}
}
},
"author": {
"@type": "Organization",
"name": "Example.com science watch"
},
"reviewRating": {
"@type": "Rating",
"ratingValue": "1",
"bestRating": "5",
"worstRating": "1",
"alternateName": "False"
}
}
</script>
You can adjust the properties and values based on the specific details of your fact check.
Comments
Post a Comment
Thanks for your Comments.