<?xml version="1.0" encoding="UTF-8"?>
<!--
  sitemap.xml — fomc-preview.sapiensq.com

  Only routes that are publicly meaningful as landing pages are listed.
  Intentional exclusions:
    /setup       — requires an LLM API key + meeting context; nothing
                   to read for an anonymous crawler.
    /room        — live simulation session, scoped to a WebSocket; no
                   stable URL semantics.
    /results     — same as /room.
    /past/[date] — dynamic route. Will get its own sitemap entries
                   once we ship generateStaticParams() driven by the
                   /api/v1/meetings past list.
    /feedback/done, /waitlist/done — thank-you pages, zero SEO value.
    /dev/seats   — dev-only surface.
    /api/*       — REST endpoints, not crawlable content.

  Live the moment robots.txt opens (PR #8); search engines ignore it
  while noindex is still in effect.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://fomc-preview.sapiensq.com/</loc>
    <lastmod>2026-05-27</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://fomc-preview.sapiensq.com/meetings</loc>
    <lastmod>2026-05-27</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://fomc-preview.sapiensq.com/waitlist</loc>
    <lastmod>2026-05-27</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://fomc-preview.sapiensq.com/feedback</loc>
    <lastmod>2026-05-27</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
</urlset>
