DEV TOOLBOX · SCHEMA MARKUP · NO SIGNUP
> schemapreview

Tech conference — Event

A multi-day tech conference with venue, tickets, performer, and status fields.

TYPE
02 — PROPERTIES
Location*
Address+
thumbnail preview
Tickets+
03 — PREVIEW
Google preview · approximate
SEP
15
WebStack 2026
📍 Centro de Congressos do Estoril
09:00
From 299.00
VALIDATION
✓ Eligible for rich result0 required missing · 0 recommended missing

All set. Copy the snippet below.

04 — COPY
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Event",
  "name": "WebStack 2026",
  "startDate": "2026-09-15T09:00",
  "location": {
    "@type": "Place",
    "name": "Centro de Congressos do Estoril",
    "address": {
      "@type": "PostalAddress",
      "streetAddress": "Avenida Amaral",
      "addressLocality": "Estoril",
      "addressRegion": "Lisboa",
      "postalCode": "2765-192",
      "addressCountry": "PT"
    }
  },
  "endDate": "2026-09-17T18:00",
  "eventStatus": "https://schema.org/EventScheduled",
  "eventAttendanceMode": "https://schema.org/MixedEventAttendanceMode",
  "image": "https://images.unsplash.com/photo-1540575467063-178a50c2df87?w=1200",
  "description": "Three days of talks on web performance, accessibility, and edge computing.",
  "offers": {
    "@type": "Offer",
    "price": 299,
    "priceCurrency": "EUR",
    "availability": "https://schema.org/InStock",
    "url": "https://webstack.example.com/tickets"
  },
  "performer": "Various international speakers"
}
</script>