<?xml version="1.0" encoding="UTF-8"?>
<!-- Three pages, and only the three a search result should land on: /book.html
     is noindex (it is a form, not a page) and /404.html is served by
     error_page, so neither belongs here.

     lastmod IS THE FILE'S LAST COMMIT DATE, from
     `git log -1 --format=%cI -- public/<file>`, and it is the only date here.
     changefreq and priority are gone: Google has said for years that it reads
     neither, and a hand-maintained "monthly" that nobody updates is a claim
     the file cannot keep. A lastmod that is wrong is worse than no lastmod,
     so if you edit a page, take the new date from git rather than from
     today.

     2026-09-18: the host moved from mnc.adminless.ai to
     company.adminless.ai (hard cut, no redirect — see
     website/RENAME-2026-09-18.md), so all three pages are rewritten in that
     commit and all three lastmods are that date. They are date-only rather
     than full ISO because the commit's time of day is not knowable from
     inside the commit, and an invented time is exactly the guess the rule
     above forbids. W3C Datetime, which the sitemap schema uses, permits the
     date-only form. -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://company.adminless.ai/</loc>
    <lastmod>2026-09-18</lastmod>
  </url>
  <url>
    <loc>https://company.adminless.ai/privacy.html</loc>
    <lastmod>2026-09-18</lastmod>
  </url>
  <url>
    <loc>https://company.adminless.ai/terms.html</loc>
    <lastmod>2026-09-18</lastmod>
  </url>
</urlset>
