<?xml version="1.0" encoding="UTF-8"?>
<!--
  The four route pages. Kept by hand, and checked by scripts/package-release.mjs
  so adding a fifth HTML file without listing it here fails the build.

  No <lastmod>: it is optional, and a hand-written date that stops being
  updated is worse than no date at all.

  The home page is listed as the bare domain, not /index.html, which is what
  tells a crawler those two URLs are one page. The canonical tags in the HTML
  say the same thing.

  The track application at /tracks/capacity-command/ is deliberately absent:
  it renders entirely in the browser, so an indexed copy would be a blank page.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://practi-works.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://practi-works.com/capacity-command.html</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://practi-works.com/about.html</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://practi-works.com/contact.html</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
</urlset>
