<?xml version="1.0" encoding="UTF-8"?>
<!--
  Hand-maintained: Stikfit is a single-page app with exactly three indexable
  URLs (the app itself and two static pages), so a build-time generator would
  be more moving parts than the thing it generates. Add a <url> here if a new
  public page is ever added under public/.
  URLs are extensionless: Cloudflare Pages 308s /launch.html -> /launch and
  /privacy.html -> /privacy, so the .html forms are redirects, not pages.
  Submit at: Google Search Console -> Sitemaps -> https://stikfit.pages.dev/sitemap.xml
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://stikfit.pages.dev/</loc>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://stikfit.pages.dev/launch</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://stikfit.pages.dev/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
