<?xml version="1.0" encoding="UTF-8"?>
<!--
  The two pages meant to be found in search. Everything else on the site is
  either behind AuthRoute or not something we want ranking, and a sitemap is a
  list of what to crawl, not a list of what exists.

  Deliberately no lastmod, changefreq or priority. Google ignores the latter
  two outright, and a hardcoded lastmod that never moves is worse than none:
  once it is seen to be untrue the whole file stops being trusted.

  The loc values must match the canonical href built in index.html exactly,
  meaning apex host, no www, and no trailing slash except on the root.

  Note for future edits: a double hyphen cannot appear inside an XML comment.
  Writing one here makes the whole file not well-formed, nginx still serves it
  with status 200 as text/xml, and Google rejects it at parse time. Validate
  with: python3 -c "import xml.etree.ElementTree as E; E.parse('sitemap.xml')"
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://gearcalculators.com/</loc>
  </url>
  <url>
    <loc>https://gearcalculators.com/try-me</loc>
  </url>
</urlset>
