<?xml version="1.0" encoding="UTF-8"?>
<!--
  Public marketing routes only.

  EXCLUDED and why:
    /app, /admin     - behind <SignedIn>; nothing for a crawler but a redirect.
    /signin, /verify - auth flow, thin content, no search intent.
    /signup          - Clerk-rendered auth surface. It is the primary CTA target,
                       but the page itself is a form with no indexable content;
                       linking to it from the pages below is what matters.
    /start           - NOT LISTED because that route does not exist. Listing it
                       would send crawlers to the SPA catch-all, which serves the
                       homepage under a second URL: a soft 404 and duplicate
                       content. Add the route first, then add it here.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://i2systems.ai/</loc>
    <lastmod>2026-08-11</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://i2systems.ai/product</loc>
    <lastmod>2026-08-11</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://i2systems.ai/join</loc>
    <lastmod>2026-08-11</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
</urlset>
