<?xml version="1.0" encoding="UTF-8"?>
<!-- @define AIP-071 "Provide sitemap.xml when the app has indexable public routes" -->
<!-- @define AIP-117 "AC: robots.txt and sitemap endpoints exist and behave as intended" -->
<!-- @define AIP-260 "robots.txt and sitemap.xml behavior is defined and implemented for the public site" -->
<!-- @define AIP-088 "sitemap.xml is served for public routes (minimal list allowed)" -->
<!-- @define AIP-090 "GET /sitemap.xml returns 200 XML and contains canonical public URLs" -->
<!-- @define AIP-101 "sitemap.xml accessible at /sitemap.xml on the deployed site" -->
<!-- @define AIP-116 "Release gate: Web App Essentials validated" -->
<!-- @define AIP-117 "AC: robots.txt and sitemap endpoints exist and behave as intended" -->
<!-- @define AIP-562 "Crawler follows sitemap.xml to canonical public URLs" -->
<!-- @define AIP-1403 "Set Up SEO Essentials — sitemap.xml with lastmod" -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://my.ai.devintensive.com/</loc>
    <lastmod>2026-04-06</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://my.ai.devintensive.com/signup</loc>
    <lastmod>2026-04-06</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://my.ai.devintensive.com/login</loc>
    <lastmod>2026-04-06</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
</urlset>
