<?xml version="1.0" encoding="UTF-8"?>
<!--
  The pages a stranger can reach, which is all of them that are worth indexing.

  WRITTEN BY HAND, AND SHORT ENOUGH THAT THIS IS THE RIGHT CHOICE. Seven static
  routes, changed a few times a year. A generator would be a build step, a
  dependency and a thing to keep in step with the router, to produce a file
  somebody can read in full on one screen.

  NO lastmod. A date here is a promise to a crawler about when the page last
  changed, and a hand-written one goes stale the first time it is forgotten —
  at which point it is worse than absent, because it actively tells a crawler
  not to bother. Omitting it lets the crawler decide from what it fetches.

  What is missing is deliberate: /verify carries a one-use token, /a/<id> is
  somebody else's audit, /app is behind sign-in. robots.txt says the same.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://finetooth.net/</loc>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://finetooth.net/about</loc>
  </url>
  <url>
    <loc>https://finetooth.net/contact</loc>
  </url>
  <url>
    <loc>https://finetooth.net/bot</loc>
  </url>
  <url>
    <loc>https://finetooth.net/privacy</loc>
  </url>
  <url>
    <loc>https://finetooth.net/terms</loc>
  </url>
  <url>
    <loc>https://finetooth.net/refunds</loc>
  </url>
</urlset>
