<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sismo Café — public sitemap.

  It lists exactly one URL, and that is deliberate. The public site IS the
  announcement: the apex serves `/` and nothing else, and every dashboard route
  404s there (see apps/sismocafe/Caddyfile). Adding an operational path here
  would advertise a surface that does not exist on this domain.

  No <lastmod>: the page's visible content changes on its own as the countdown
  runs and flips to "now open", so any date written here would be wrong within a
  day, and nobody would remember to bump it. A stale lastmod is worse than none —
  crawlers learn to distrust the whole file.

  No <changefreq> or <priority> either: Google ignores both.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://sismocafe.com/</loc>
  </url>
</urlset>
