<?xml version="1.0" encoding="UTF-8"?>
<!--
  Mizell Software, mizellsoftware.com

  THE CLEAN URLs, NOT THE FILES. Every entry here is an address from CLEAN_PAGE_PATHS in
  server/index.mjs, never the .html file behind it. Listing /work.html would advertise a second
  address for the same page and split it against itself in exactly the way the canonical tags added
  the same day exist to prevent.

  ADMIN IS ABSENT AND THE 404 PAGE IS ABSENT. Neither is a page anybody should be sent to from a
  search result; the 404 carries `noindex` for the same reason.

  NO <lastmod>, DELIBERATELY. A date here has to be true, and nothing in this build knows when a page
  last meaningfully changed; a hand-typed date is wrong the day after somebody edits a paragraph and
  forgets this file, and a crawler that catches a site lying about lastmod discounts the signal
  entirely. An accurate omission beats a stale claim.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://mizellsoftware.com/</loc>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://mizellsoftware.com/work</loc>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://mizellsoftware.com/credentials</loc>
    <priority>0.8</priority>
  </url>
  <!-- Added 2026-08-13 with the page itself. It is 0.9 rather than 0.8 because it is the page every
       figure this site publishes lives on, and "what does it cost" is the query a stranger arrives
       on. (This said "the only price this site publishes" until 2026-08-15,
       ticket-1786479897901-qetpf6: /process carries three figures, the flat audit fee, the build
       range and the care plan floor, and the audit fee is on the front page too.)

       THE FIGURES WERE WRITTEN OUT HERE UNTIL 2026-08-26 AND ONE OF THEM HAD GONE STALE. The audit
       fee was repriced on 2026-08-24 by owner directive and this comment still carried the retired
       number, twice, for two days. THIS FILE IS SERVED RAW: express.static hands it over verbatim, so
       unlike every .html here its comments are not stripped and a stranger reads them. That is why
       the figures are named by what they are rather than by their value now. Name the page that
       carries a figure, never the figure itself, in a file whose comments the public can read. -->
  <url>
    <loc>https://mizellsoftware.com/process</loc>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://mizellsoftware.com/privacy</loc>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://mizellsoftware.com/data-safety</loc>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://mizellsoftware.com/training</loc>
    <priority>0.8</priority>
  </url>
</urlset>
