<?xml version="1.0" encoding="UTF-8"?>
<!-- @define EQ-071 "Provide sitemap.xml when the app has indexable public routes" -->
<!-- @define EQ-088 "sitemap.xml is served for public routes (minimal list allowed)" -->
<!-- @define EQ-090 "AC: GET /sitemap.xml returns 200 XML and contains canonical public URLs" -->
<!-- @define EQ-072 "Use canonical URL guidance to avoid duplicate indexing" -->
<!-- @define EFL-101 "AC: GET /robots.txt and GET /sitemap.xml return 200 on the deployed public site" -->
<!-- @define EQ-260 "sitemap.xml behavior is defined and implemented for the public site" -->
<!-- @define EQ-117 "sitemap endpoints exist and behave as intended" -->
<!-- WHY: Lists public pages for search engine discovery. Only the public
     landing page is included; authenticated routes are excluded. -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://qa.ai.devintensive.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
