التصميم والموارد
مولد Event Schema
إنشاء Event JSON-LD structured data.
الإدخال
مولد Event Schema
event schemaJSON-ldseostructured data
الإخراج
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"
}
}
