<?xml version="1.0" encoding="UTF-8"?>
<!--
  TODO(REV-33): replace the origin below with the production domain, and generate
  per-case <url> entries from the backend once case URLs can be enumerated
  (/cases/:caseId). Only stable public routes from shared/config/routes.ts are
  listed for now.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://REPLACE_ME.example/</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://REPLACE_ME.example/cases</loc>
    <changefreq>daily</changefreq>
    <priority>0.8</priority>
  </url>
</urlset>
