<?xml version="1.0" encoding="UTF-8"?>
<!--
  One URL, deliberately.

  Every screen in the app lives after the '#' (`/#/gear`, `/#/terms`, …) — go_router uses hash
  routing, so the fragment is never sent to the server and search engines drop it before fetching.
  Listing `https://www.gearmeter.app/#/terms` here would not add a page; it would be read as a
  duplicate of the root. Making the legal pages independently crawlable needs real paths and
  server-rendered HTML, which is a different piece of work.

  www, not the apex: the proxy 301s gearmeter.app to www.gearmeter.app (deploy/apache/vhosts.conf),
  so that is the canonical host and the only one worth submitting.

  No <lastmod>: a hand-maintained date that nobody updates with each deploy is a claim that goes
  stale, and crawlers treat a stale one as a reason to come back less often. Omitting it is valid —
  only <loc> is required.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://www.gearmeter.app/</loc>
    <changefreq>monthly</changefreq>
  </url>
</urlset>
