<?xml version="1.0" encoding="UTF-8"?>
<!--
  Hand maintained on purpose. There are six public routes and they change
  rarely, so a generator would be more machinery than the problem deserves.

  /build is deliberately absent and must stay absent. It is one document
  written for one reader, and listing it here would be the fastest way to make
  it public. Three other things hold that line: robots.txt disallows it, the
  page writes `noindex, nofollow` into the head on mount, and vercel.json sends
  X-Robots-Tag on the response. Adding a <url> for it below would defeat all
  three.

  /result is absent for the same mechanical reasons and a different one: it
  renders whatever is in the visitor's own localStorage, so there is no such
  thing as a canonical copy of it to index. /profile, the instrument itself, is
  listed and carries the second highest priority on the site, because it is the
  only thing here a stranger can use without speaking to anyone.

  /library is listed and ranks below /profile rather than beside it. The book on
  it is not finished, so the page is currently more announcement than thing, and
  a priority that says otherwise would be the sitemap making a claim the page
  itself declines to make.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url><loc>https://jerrah.ai/</loc><priority>1.0</priority></url>
  <url><loc>https://jerrah.ai/profile</loc><priority>0.8</priority></url>
  <url><loc>https://jerrah.ai/library</loc><priority>0.6</priority></url>
  <url><loc>https://jerrah.ai/privacy</loc><priority>0.3</priority></url>
  <url><loc>https://jerrah.ai/terms</loc><priority>0.3</priority></url>
  <url><loc>https://jerrah.ai/disclaimer</loc><priority>0.3</priority></url>
</urlset>
