<?xml version="1.0" encoding="UTF-8"?>
<!-- WHY: The XML declaration MUST be the first thing in the file (byte 0) per the
     XML spec. Comments before it make the document malformed, so browsers and
     search-engine crawlers (Google/Bing) reject the sitemap, hurting SEO. The
     @define traceability markers therefore live AFTER the declaration. -->
<!-- @define-start AIP-101 "AC: GET /robots.txt and GET /sitemap.xml return 200 on the deployed public site" -->
<!-- @define-start AIP-117 "AC: robots.txt and sitemap endpoints exist and behave as intended (as applicable)" -->
<!-- @define-start AIP-260 "robots.txt and sitemap.xml behavior defined and implemented with caching headers" -->
<!-- @define-start AIP-1403 "Configure SEO Essentials: robots.txt, Sitemap, and Canonical URLs" -->
<!-- @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.expertly.com/</loc>
    <lastmod>2026-04-06</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://my.ai.expertly.com/signup</loc>
    <lastmod>2026-04-06</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://my.ai.expertly.com/login</loc>
    <lastmod>2026-04-06</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
</urlset>
<!-- @define-end AIP-1403 -->
<!-- @define-end AIP-260 -->
<!-- @define-end AIP-117 -->
<!-- @define-end AIP-101 -->
