Demo Lab

Live search source boundary

SEO search and live search meet at a server boundary: the page keeps product UI while the service decides live or fallback.

SEO search is not the data source

The URL and SEO copy describe a landing page. The source boundary decides whether events come from Ticketmaster or controlled fallback.

Controlled fallback

Without an API key, or when the live response is empty or invalid, EventMap still renders server HTML from controlled events.

  1. URL search state
  2. product category UI
  3. live provider
  4. normalise
  5. fallback
  6. compact pagination
  7. server-rendered HTML

Example URLs

/en/search/music/en/search/sports/en/search/arts/en/search/film/en/search?q=jazz/en/search/music?q=jazz
Back to Demo Lab