<?xml version="1.0" encoding="UTF-8"?>
<!--
  Two pages, which is the whole site. Written by hand rather than generated
  because generating two lines needs a build step that can itself go stale,
  and `tests/test_site.py` fails if a page is added under `site/` without
  appearing here.

  NO `lastmod` DATE. A date in a sitemap is a claim, and a hand-written one
  is a claim nobody updates: Google treats a `lastmod` it has learned to
  distrust as noise, and this file would earn that distrust the first time
  the page changed without it. The pages are two and both are in the index;
  there is nothing a stale date would buy.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://juralium.com/</loc>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://juralium.com/terms.html</loc>
    <priority>0.5</priority>
  </url>
</urlset>
