<?xml version="1.0" encoding="UTF-8"?>
<!--
  The two indexable pages, and only those two. /account/ and /explore/ each carry
  <meta name="robots" content="noindex, nofollow"> because both are login walls;
  listing them here would ask a crawler to fetch what the page then tells it to
  discard, and a sitemap that contradicts the pages it lists is reported back in
  Search Console as a defect rather than read as a hint.

  Absolute and always production, matching og:url and rel=canonical: these bytes
  are served from the test bucket too, where the stack sets an X-Robots-Tag of
  noindex and the generated robots.txt disallows everything — see
  scripts/build_site.mjs, which also writes the Sitemap: line pointing here.

  No lastmod, changefreq or priority. Google ignores the last two, and treats
  lastmod as a signal only where it is credibly maintained — which on a
  hand-written file of two URLs it would not be. This way nothing here can go
  stale; the cost of adding a page is remembering this file, which
  tests/test_website_seo.py enforces so that it needn't be remembered.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://birdbot.ca/</loc>
  </url>
  <url>
    <loc>https://birdbot.ca/privacy.html</loc>
  </url>
</urlset>
