<?xml version="1.0" encoding="UTF-8"?>
<!-- @define EIM-211 "robots.txt and sitemap.xml behavior is defined and implemented for the public site" -->
<!-- @define EIM-193 "Indexing and Discovery (sitemap.xml)" -->
<!-- @define EIM-174 "Provide sitemap.xml when the app has indexable public routes" -->
<!-- @define EIM-197 "sitemap.xml is served for public routes (minimal list allowed)" -->
<!-- @define EIM-198 "AC: GET /sitemap.xml returns 200 XML and contains canonical public URLs" -->
<!-- WHY: Lists public pages for search engine discovery. Only marketing/public
     pages are included; authenticated routes are excluded. -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://implement.ai.devintensive.com/landing</loc>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://implement.ai.devintensive.com/features</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://implement.ai.devintensive.com/pricing</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
</urlset>
