<?xml version="1.0" encoding="UTF-8"?>
<!--
  The three indexable routes. The two print routes are deliberately absent:
  they are the same content in a different wrapper, they carry
  <meta name="robots" content="noindex">, and they are Disallowed in robots.txt.
  Listing a page here and forbidding it there is a contradiction a crawler
  resolves by trusting neither.

  No trailing slashes. The Worker serves /log, not /log/ (html_handling is
  "drop-trailing-slash" in wrangler.site.jsonc), and these must match the
  canonical tags the prerenderer writes into each page.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url><loc>https://adamwlyon.com/</loc><priority>1.0</priority></url>
  <url><loc>https://adamwlyon.com/log</loc><priority>0.8</priority></url>
  <url><loc>https://adamwlyon.com/certs</loc><priority>0.8</priority></url>
</urlset>
