<?xml version="1.0" encoding="UTF-8"?>
<!--
  Only publicly reachable, non-auth URLs belong here. The app itself is a
  single shell at / that client-side redirects to /login.html when there is no
  session, so / is the one canonical entry point — /login.html carries a
  rel=canonical back to it rather than appearing as its own entry.

  The legal pages are served at extensionless URLs (/legal/privacy, not
  /legal/privacy.html — the .html form 404s), so those are the forms listed.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://hiddenprism.app/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://hiddenprism.app/legal/privacy</loc>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://hiddenprism.app/legal/terms</loc>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
