Free Event Schema Markup Generator

Use our FREE Schema.org Event structured data generator to create JSON-LD markups, including all of the required item properties.

After generating your code, always test it with Google Rich Results Test tool before using it.

Event Structured Data Code Example

<script type='application/ld+json'>
{
 "@context": "http://schema.org",
 "@type": "Event",
 "name": "Schema Markup Conference",
 "url": "https://seosmoothie.com/events/schema-markup-conference",
 "image": "https://seosmoothie.com/image.jpg",
 "description": "Schema markup is code that you place on your website to help the search engines return more informative results for users.",
 "startDate": "2021-03-23",
 "endDate": "2021-03-23",
 "location": {
  "@type": "Place",
  "name": "City Hall Small Business Center",
  "address": {
   "@type": "PostalAddress",
   "streetAddress": "Main Street",
   "addressLocality": "Galway City",
   "addressRegion": "Galway",
   "postalCode": "91G1234IE",
   "addressCountry": "Ireland"
  }
 }
}
</script>

Schema.org’s references: Event. Google’s documentation: Event.

Do you want to have this tool on your website?

You can have it for free: quick and easy implementation, just copy and paste the code snippet.