Design und Assets
Event-Schema-Generator
Erzeuge Event JSON-LD structured data.
Eingabe
Event-Schema-Generator
event Schemajson-ldseostructured data
Ausgabe
Generated event Schema
{
"@context": "https://schema.org",
"@type": "Event",
"name": "Tool Builders Meetup",
"startDate": "2026-06-01",
"endDate": "2026-06-01",
"location": {
"@type": "Place",
"name": "Berlin Hub",
"address": "Alexanderplatz, Berlin"
},
"offers": {
"@type": "Offer",
"price": "0.00",
"priceCurrency": "USD",
"availability": "https://schema.org/InStock"
}
}
