# Event pages and SEO

Section: Build
Page: https://docs.konec.to/event-page-seo

Structured data, canonical URLs and custom domains.

Every Konecto event page outputs schema.org Event structured data automatically:

``json
{
  "@context": "https://schema.org",
  "@type": "Event",
  "name": "Founders Meetup London",
  "startDate": "2026-11-14T18:30:00+00:00",
  "endDate": "2026-11-14T21:30:00+00:00",
  "eventStatus": "https://schema.org/EventScheduled",
  "eventAttendanceMode": "https://schema.org/OfflineEventAttendanceMode",
  "location": { "@type": "Place", "name": "The Loft", "address": "London" },
  "organizer": { "@type": "Organization", "name": "Founders Club" },
  "offers": { "@type": "Offer", "price": "20.00", "priceCurrency": "GBP", "availability": "https://schema.org/InStock", "url": "https://konec.to/e/founders-london" }
}
``

## One canonical URL
When a custom domain is active, konec.to/e/<slug> returns a 301 redirect to it, so search engines index one page.

## Custom sites
If you build your own site, add Event structured data yourself. The Public API returns everything you need.
