Markup Schema.org Evento in formato JSON
Generatore markup Evento. Ottieni il codice JSON per dati strutturati Evento.
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Event",
"name": "",
"startDate": "2025-07-21T19:00-05:00",
"endDate": "2025-07-21T23:00-05:00",
"eventAttendanceMode": "https://schema.org/OfflineEventAttendanceMode",
"eventStatus": "https://schema.org/EventScheduled",
"location": {
"@type": "Place",
"name": "",
"address": {
"@type": "PostalAddress",
"streetAddress": "",
"addressLocality": "",
"postalCode": "",
"addressRegion": "",
"addressCountry": ""
}
},
"image": [
""
],
"description": "Breve descrizione Evento",
"offers": {
"@type": "Offer",
"url": "",
"price": "",
"priceCurrency": "€",
"availability": "https://schema.org/InStock",
"validFrom": "2024-05-21T12:00"
},
"organizer": {
"@type": "Organization",
"name": "Organizzatore",
"url": ""
}
}
</script>