<?xml version="1.0" encoding="UTF-8"?>

<!--
  The landing page, and deliberately nothing else.

  robots.txt allows `/$` and disallows `/james`, so listing the profile here
  would be this file asking a crawler to index a page the same site has just
  told it to leave alone. A sitemap is a request, not a permission, and a
  contradictory pair is how a site ends up indexed by accident.

  `/privacy` is crawlable but left out on the same reasoning it is not linked
  from anywhere prominent: it is there for someone reading this site, not for
  someone searching for it.

  No <lastmod>. A date here has to be maintained by hand, nothing in the build
  updates it, and a stale one is a worse signal than none — see the same
  reasoning about promises the code does not keep in README, "Known
  limitations".
-->

<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://arewecompatible.nz/</loc>
  </url>
</urlset>
