<?xml version="1.0" encoding="UTF-8"?>
<!--
  One URL, on purpose. Everything else on this subdomain is per-user — the running
  questionnaire, a report, an account — and is disallowed in robots.txt.

  Static rather than generated. The previous app/sitemap.ts set lastmod to
  `new Date()`, so it claimed the page had changed on every request; a lastmod
  that is always "now" carries no information and crawlers learn to ignore it.

  UPDATE `lastmod` BY HAND when the landing page content actually changes. That is
  the cost of a static file, and it is the right trade here: one URL that changes
  rarely, versus a date that lies on every fetch.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://ai-checkup.techatrium.com/</loc>
    <lastmod>2026-08-20</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
