<?xml version="1.0" encoding="UTF-8"?>
<!--
  Security Flare sitemap.
  Static routes only for now. Per-control deep URLs (/controls/A.5.1, …)
  are discovered by crawlers via the catalogue index page's links.
  When we adopt TanStack Start SSR in Slice 5C, this becomes a server-
  rendered sitemap that enumerates every control from the catalogue.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://security-flare-web.leigh-owens.workers.dev/</loc>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://security-flare-web.leigh-owens.workers.dev/controls</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
</urlset>
