<?xml version="1.0" encoding="UTF-8"?>
<!--
  Issue #146. One entry, because there is one indexable public page — everything
  the site says lives on it.

  Deliberately absent:

    /responses, /room, /wxrt2026   facilitator console and attendee rooms. All
                                   noindex, and disallowed in robots.txt.
    /r/*                           per-event attendee rooms, same reasoning.
    /404, /_not-found              error routes.
    /book/discovery-call,          publicly reachable but unlinked from the site
    /book/market-research          and meant to be shared directly. Listing them
                                   here would invite indexing of a bare booking
                                   calendar with no surrounding context, which
                                   competes with the homepage rather than helping
                                   it. They are now noindex outright (#161), so
                                   the omission here and the page meta agree.

  No <lastmod>. A hand-maintained date on a static file goes stale the first time
  the page changes without anyone remembering to touch this, and a stale lastmod
  is worse than none — it actively tells crawlers not to re-read.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://kaldhinsa.com/</loc>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
