<?xml version="1.0" encoding="UTF-8"?>
<!--
  The four pages a visitor is meant to land on. 404.html is deliberately absent: it is
  reachable, but it is an error page, and it carries a noindex for the same reason.

  The URLs are the EXTENSIONLESS form, which is what the distribution's viewer-request
  function maps to .html and what every canonical link on the site points at. Listing
  /support.html here instead would hand a crawler a second URL for one page and invite it to
  pick the wrong one as canonical.

  No <lastmod>, on purpose. Nothing in this repo generates this file, so a date here is a
  hand-maintained claim about a file it does not live in, and the first edit that forgets it
  turns it into a lie a crawler acts on. An absent lastmod is read as "unknown", which is
  true; a stale one is read as "unchanged since", which is worse than saying nothing.
  If this ever needs to be accurate, generate it from `git log -1 --format=%cI` per file
  rather than typing it.

  No <priority> or <changefreq> either: Google ignores both and has said so.

  Pinned by `web/check.sh static`'s check_structured, which fails if a page exists under
  src/ and is not listed here, or is listed here and does not exist.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://stepgazelle.com/</loc>
  </url>
  <url>
    <loc>https://stepgazelle.com/support</loc>
  </url>
  <url>
    <loc>https://stepgazelle.com/privacy</loc>
  </url>
  <url>
    <loc>https://stepgazelle.com/links</loc>
  </url>
</urlset>
