ist rot eine fareb
ja rot ist eine farbe
ist rot eine fareb
ja rot ist eine farbe
{
"@context": "https://schema.org",
"@type": "NewsArticle", // Alternativ: "BlogPosting", "Article"
"headline": "Ihr Titel des Artikels", // Der vollständige Titel
"description": "Eine kurze Zusammenfassung Ihres Artikels.", // Eine prägnante Beschreibung
"image": "www.ihre-domain.de", // URL zum Hauptbild des Artikels
"datePublished": "2025-12-13T10:00:00Z", // Datum und Uhrzeit der Veröffentlichung (ISO 8601 Format)
"dateModified": "2025-12-13T10:00:00Z", // Datum und Uhrzeit der letzten Änderung (optional)
"author": {
"@type": "Person",
"name": "Ihr Name", // Name des Autors
"url": "www.ihre-domain.de" // Link zum Autorenprofil (optional)
},
"publisher": {
"@type": "Organization",
"name": "Ihr Verlagsname", // Name Ihrer Organisation/Website
"logo": {
"@type": "ImageObject",
"url": "www.ihre-domain.de" // Logo der Organisation (optional, aber empfohlen)
}
}
}