<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static fallback only. In production /sitemap.xml is served DYNAMICALLY by
  functions/_middleware.ts on Cloudflare Pages so it returns per-host content:
    - ecomseba.com (main platform)        → platform pages (/, /shop-register, /documentation)
    - <tenant>.com (tenant custom domain) → that tenant's products + landing pages + custom pages
  This static file is only used for local preview or if the function fails.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://ecomseba.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://ecomseba.com/shop-register</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://ecomseba.com/documentation</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
</urlset>
