<?xml version="1.0" encoding="UTF-8"?>
<!--
  Hand-maintained, because this repository has no build step and is not getting one for three URLs.

  THAT MEANS IT GOES STALE SILENTLY. Adding a page here is already three edits - the file itself, its
  cp line in .gitlab-ci.yml, and the nav in all three pages, which are hand-synced. This is the
  fourth. A sitemap that is missing a page costs that page nothing immediate; it just never gets the
  hint, which is the kind of thing nobody notices for months.

  lastmod is a date, not a promise about content: bump it when a page's text actually changes, not
  on every deploy. A sitemap whose dates all move every time is one a crawler learns to ignore.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://maxermonitor.tech/</loc>
    <lastmod>2026-08-30</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://maxermonitor.tech/privacy.html</loc>
    <lastmod>2026-08-29</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://maxermonitor.tech/support.html</loc>
    <lastmod>2026-08-29</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
</urlset>
