<?xml version="1.0" encoding="UTF-8"?>
<!--
  WHY: sitemap.xml created 2026-04-26 as part of SEO audit fix.
  Google needs this to discover and index pages. Without it, discovery
  relies solely on backlinks which can take months.
  Only public-facing pages listed — authenticated pages excluded intentionally.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
        http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">

  <!-- Landing page — highest priority, changes infrequently -->
  <url>
    <loc>https://case-manage.pages.dev/</loc>
    <lastmod>2026-04-26</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Auth page — users may arrive here from ads/referrals -->
  <url>
    <loc>https://case-manage.pages.dev/auth</loc>
    <lastmod>2026-04-26</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.6</priority>
  </url>

</urlset>
