<?xml version="1.0" encoding="UTF-8"?>
<!--
  The apex domain only. Listings live on directory.halmarket.dev, which
  generates its own sitemap from the live catalogue — both are cross-submitted
  from robots.txt.

  This file is static, so lastmod has to be edited by hand when a page changes.
  Two pages is worth the hand-edit; a third would be worth generating.

  Both <loc> values must be the URL that answers 200, not one that redirects to
  it. /sell was listed here while the page lived at web/sell/index.html, which
  Cloudflare serves canonically at /sell/ — so the sitemap and the page's own
  canonical tag both pointed at a 307. The page is now web/sell.html, which
  answers at /sell directly. If it ever moves back into a directory, these
  values move with it.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://halmarket.dev/</loc>
    <lastmod>2026-08-25</lastmod>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://halmarket.dev/sell</loc>
    <lastmod>2026-08-25</lastmod>
    <priority>0.9</priority>
  </url>
</urlset>
