Ich lese mich grade beruflich ins "semantic web" und "rich markup" etc. ein. Jetzt hab ich das hier entdeckt:
google erkennt mittlerweile eine eigne Kategorie in seinen "rich search results" an die nur fürs debooonken zuständig ist.
<html>
<head>
<title>Die Haut ist ein Organ</title>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "ClaimReview",
"url": "https://example.com/news/science/worldisflat.html",
"claimReviewed": "Die Haut ist ein Organ",
"itemReviewed": {
"@type": "Claim",
"author": {
"@type": "Organization",
"name": "Dreger Medical Care LLC",
"sameAs": "https://kluk.drachenlord.de/Haut-organ"
},
"datePublished": "2016-06-20",
"appearance": {
"@type": "OpinionNewsArticle",
"url": "https://example.com/news/a122121",
"headline": "Haut ist ein Organ - Behauptet Dummkopf",
"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"
}
}
</script>
</head>
<body>
</body>
</html>









