Schema.org Generator
Generieren Sie JSON-LD für Rich Results.
Als <script>-Tag
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Article",
"headline": "How to speed up your website",
"author": {
"@type": "Person",
"name": "Jane Doe"
},
"datePublished": "2026-07-13",
"image": [
"https://example.com/cover.jpg"
]
}
</script>