<?xml version="1.0" encoding="UTF-8"?>
<!--
  One URL, and that is correct rather than lazy.

  Every other page this site ships is deliberately noindex: /login, /signup and /forgot
  are utility pages with nothing to rank for, and /app is a gated dashboard. Listing any
  of them here would tell a crawler to index a page the page itself says not to, which
  Search Console reports as an error. scripts/check-site.mjs fails the build on exactly
  that contradiction — it caught this file listing all three.

  robots.txt still allows those pages to be fetched, on purpose. A Disallow would stop
  crawlers ever reading the noindex, and since the homepage links to the dashboard it
  could then be indexed from that link alone.

  Add a URL here when a page is added that is genuinely worth landing on: an about page,
  a pricing page, a post. Not before.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://axiointel.com/</loc>
    <lastmod>2026-09-15</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
