<?xml version="1.0" encoding="UTF-8"?>
<!--
  Every page on this site worth indexing, which is all four of them. The 404
  page is left out because it carries a noindex.

  URLs are the extensionless form. That is what the Worker serves:
  /privacy.html answers 307 to /privacy, so listing the .html would hand a
  crawler a redirect instead of a page.

  There is no lastmod, for the reason antipodetech.com has none. An honest one
  would have to come from the commit that last changed each file, and
  Cloudflare builds from a shallow clone where every file's history is the head
  commit, so the date would always be the day of the last deploy. A date that
  is always today is worse than no date, because Google learns not to trust it.

  Scripts/build-site.sh fails the build when this file and site/ disagree, so a
  page added without a line here cannot ship uncrawled.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://scrimshaw.antipodetech.com/</loc>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://scrimshaw.antipodetech.com/support</loc>
    <priority>0.4</priority>
  </url>
  <url>
    <loc>https://scrimshaw.antipodetech.com/privacy</loc>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://scrimshaw.antipodetech.com/terms</loc>
    <priority>0.3</priority>
  </url>
</urlset>
