<?xml version="1.0" encoding="UTF-8"?>
<!--
  Phase 0: only list URLs whose served canonical is correct.
  - "/" is self-canonical.
  - the two static .html pages set their own per-page canonical.
  Other SPA routes (/about, /beta, /tip-jar, /privacy) currently inherit the
  homepage canonical because there is no per-route head management yet, so
  listing them here would contradict that canonical. Add them once
  react-helmet-async sets per-route canonicals (Phase 1).
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://www.deadwax.io/</loc>
    <lastmod>2026-06-29</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://www.deadwax.io/how-we-built-it.html</loc>
    <lastmod>2026-06-29</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://www.deadwax.io/deep-dive.html</loc>
    <lastmod>2026-06-29</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
</urlset>
