<?xml version="1.0" encoding="UTF-8"?>
<!--
  NO DOUBLE HYPHENS IN THIS COMMENT. XML forbids the sequence inside a comment, and the first
  version of this file used one as an em dash. The result was a hard parse error at that
  character, so the whole sitemap was invalid and Search Console reported "Couldn't fetch".
  The rest of this repo uses a double hyphen freely in JS, SQL and HTML comments. XML is the
  one place it is illegal. Use a comma or a full stop instead.

  TWO URLS ARE LISTED: the marketing homepage and /join, the provider recruitment landing page.
  Every other page stays out of the index by carrying a noindex meta tag, not by being disallowed
  in robots.txt, which no longer disallows anything at all. Adding a page here requires removing
  its noindex FIRST, or it earns "Submitted URL marked noindex" in Search Console.

  legal.html is intentionally absent. It carries no noindex and is not Disallowed, so it stays
  crawlable if linked, but it is not being actively submitted.

  lastmod goes stale silently. Update it when the homepage's content actually changes, not on
  every unrelated deploy. A lastmod that always says "today" is ignored.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://casegogo.com/</loc>
    <lastmod>2026-08-08</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://casegogo.com/join</loc>
    <lastmod>2026-08-24</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
</urlset>
