Event pages and SEO
Structured data, canonical URLs and custom domains.
Every Konecto event page outputs schema.org Event structured data automatically:
{
"@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://konecto.ltd/e/founders-london" }
}
One canonical URL
When a custom domain is active, konecto.ltd/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.
Plain-text version for agents: llm.konecto.ltd/docs/event-page-seo.md