<?xml version="1.0" encoding="UTF-8"?>
<!--
  StatHammer sitemap — lists ONLY canonical, independently-indexable URLs.

  The SPA serves a single static index.html for every route with a fixed
  <link rel="canonical" href="https://stathammer.app/">, so every non-home
  route declares the homepage as its canonical. Listing those routes here
  contradicts their canonical tag: Google honours the canonical and files
  them under "Alternate page with proper canonical tag" (not indexed) — the
  exact Search Console notice this trim resolves. A sitemap should advertise
  canonical URLs only, so only "/" belongs here today.

  To make a sub-route (e.g. /import, /support, /contact) independently
  indexable, first give it its own self-referencing canonical + a unique
  <title>/description — e.g. server-side per-route canonical injection in the
  SPA-serving handler — and only THEN add it back below.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://stathammer.app/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
