<?xml version="1.0" encoding="UTF-8"?>
<!--
  ============================================================================
  sitemap.xml — XML sitemap for the Nay Systems site
  ============================================================================
  PURPOSE
    List the site's URLs for search engines. This is a single-page site, so
    there is exactly one <url> entry (the root).
  UPSTREAM DEPENDENCIES
    None. Static file served from the site root by Netlify.
  DOWNSTREAM CONSUMERS
    Search engines discover this file via the Sitemap line in robots.txt, and
    it can be submitted directly in Google Search Console.
  SPECIAL CONSIDERATIONS
    - <loc> is absolute and MUST match the live domain configured in Netlify.
      It currently says nay.systems; the repo's CNAME file (a GitHub Pages
      artifact, unused by Netlify) says naysystems.com — see the open
      "Domain mismatch" issue.
    - <lastmod> is maintained by hand; update it when index.html changes, or
      remove it if it can't be kept accurate (see the open sitemap issue).
  ============================================================================
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://nay.systems/</loc>
    <lastmod>2026-04-05</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
