Generator für strukturierte Daten (JSON-LD)

Strukturierter Logodaten-Generator

<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"url": "",
"logo": ""
}
</script>

FAQ Generator für strukturierte Daten

<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [{
"@type": "Question",
"name": "",
"acceptedAnswer": {
"@type": "Answer",
"text": ""
}
}, {
"@type": "Question",
"name": "",
"acceptedAnswer": {
"@type": "Answer",
"text": ""
}
}]
}
</script>

Generator für strukturierte Daten von Softwareanwendungen

<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "",
"operatingSystem": "IOS",
"applicationCategory": "GameApplication",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "",
"ratingCount": ""
},
"offers": {
"@type": "Offer",
"price": "",
"priceCurrency": "USD"
}
}
</script>

Markup-Generator für strukturierte Logodaten

Sie können die organisatorisch strukturierten Daten erstellen, indem Sie das Logo und die URL-Informationen Ihrer Website ausfüllen.

Generator für strukturierte Organisationsdaten

Überprüfen Sie die strukturierten Daten, die mit dem Logo Structured Data Generator erstellt wurden, mit dem Test für Rich-Suchergebnisse.