<?xml version="1.0" encoding="UTF-8"?>
<!--
  MyGymDay — sitemap.xml

  Seven URLs, which is every page a person is meant to land on. V3 added the
  seventh, careers.html, and it earns its line for a reason the other six do
  not share: a job page is the one page people search for by name. Absent on
  purpose: 404.html (nobody should be sent there deliberately) and
  _reference/ (the component gallery and the og-image forge, both noindex).

  A CLOSED POSITION KEEPS ITS LINE HERE. careers.html reads the posting row
  and renders "position closed" instead of disappearing, so the URL still
  answers. Pulling it out of the sitemap the week hiring pauses would throw
  away the page's history for nothing.

  No <changefreq> and no <priority>. Google has said for years that it
  ignores both, and inventing "weekly" for a page nobody has scheduled an
  edit to would be a guess dressed as a fact. <lastmod> is real: all seven
  pages were edited on this date, when Careers went into every header and
  every footer.

  Sitemap URLs must be absolute and must match the host that serves them,
  so this file carries seven of the origin's occurrences. Every place the
  origin appears is listed in README.md under "The origin, and the one edit
  that moves it" — one find-and-replace moves the lot.

  The home entry ends in a bare slash; the rest keep .html, because that is
  the only form valid on every free host. Cloudflare Pages and Netlify serve
  these extensionless and redirect the .html URL to the clean path, which
  costs one hop and settles on the same page. GitHub Pages serves .html and
  would 404 on an extensionless URL, so .html is the safe form.

  THE ORDER MIRRORS THE HEADER — home, gyms, careers, support — and then the
  two legal pages and the deletion route. Order carries no ranking weight;
  it is that way so anyone holding this file next to the nav can see in one
  pass that nothing is missing.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <url>
    <loc>https://mygymday.app/</loc>
    <lastmod>2026-09-05</lastmod>
  </url>

  <url>
    <loc>https://mygymday.app/partners.html</loc>
    <lastmod>2026-09-05</lastmod>
  </url>

  <url>
    <loc>https://mygymday.app/careers.html</loc>
    <lastmod>2026-09-05</lastmod>
  </url>

  <url>
    <loc>https://mygymday.app/support.html</loc>
    <lastmod>2026-09-05</lastmod>
  </url>

  <url>
    <loc>https://mygymday.app/privacy.html</loc>
    <lastmod>2026-09-05</lastmod>
  </url>

  <url>
    <loc>https://mygymday.app/terms.html</loc>
    <lastmod>2026-09-05</lastmod>
  </url>

  <url>
    <loc>https://mygymday.app/delete-account.html</loc>
    <lastmod>2026-09-05</lastmod>
  </url>

</urlset>
