<?xml version="1.0" encoding="UTF-8"?>
<!-- Decision 2026-09-14 (audit P1 #7): cloud.bluesignal.xyz is an application.
     The sign-in page at / is its only indexable URL — its head is static in
     cloud.html — and every other route is disallowed in robots.txt and renders
     noindex. Cloud is deliberately NOT behind the prerender worker
     (workers/prerender/wrangler.toml); there is nothing on it for a crawler
     to render. -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <!-- Homepage / Landing -->
  <url>
    <loc>https://cloud.bluesignal.xyz/</loc>
    <lastmod>2025-12-07</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <!--
    Note: Most BlueSignal Cloud pages require authentication.
    Only the landing page is publicly indexable.
    Authenticated routes are excluded from sitemap.
  -->
</urlset>
