<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static sitemap stub. The api-server also exposes a host-aware
  `/sitemap.xml` (see `artifacts/api-server/src/routes/marketing-seo.ts`)
  which produces fully-qualified <loc> URLs — but in the path-routed
  deployment topology requests to `/robots.txt` and `/sitemap.xml`
  hit the suite (root path), so we keep this file as the canonical
  build-time fallback.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.00</priority>
  </url>
  <url>
    <loc>/?lang=en</loc>
    <changefreq>weekly</changefreq>
    <priority>0.90</priority>
  </url>
  <url>
    <loc>/sign-up</loc>
    <changefreq>monthly</changefreq>
    <priority>0.80</priority>
  </url>
</urlset>
