<?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.

  ONE URL, DELIBERATELY. Only the marketing homepage is meant to be indexed; every other page is
  Disallowed in robots.txt. Listing a disallowed URL here would contradict that file and is a
  common way to earn "Indexed, though blocked by robots.txt" 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>
</urlset>
