Event JSON-LDGenerator
Generate structured data for events to improve search engine visibility
Event Information
Generated JSON-LD
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Event",
"name": "Your Event Name",
"startDate": "2024-12-31T19:00:00",
"location": {
"@type": "Place",
"name": "Event Location"
},
"description": "Event description",
"organizer": {
"@type": "Organization",
"name": "Organizer Name"
},
"url": "https://example.com/event",
"offers": {
"@type": "Offer",
"url": "https://example.com/tickets",
"price": "50",
"priceCurrency": "USD",
"availability": "https://schema.org/InStock"
}
}
</script>