<?xml version="1.0" encoding="UTF-8"?>
<!--
  Comlero sitemap — the indexable public pages on comlero.com.

  Served by the React app (this repo, public/), but reachable at
  https://comlero.com/sitemap.xml because the comlero-router Worker routes
  /sitemap.xml to the app (every OTHER /sitemap* path still goes to the Astro
  marketing site). See cloudflare/comlero-router/.

  Scope = stable, clearly-public pages only:
    - the localised marketing landing pages (/, /nl, /fr) with hreflang
    - public legal / info / lead-gen pages
  Per-studio dynamic pages (/s/:slug, /trial/:slug, /membership/:slug) are a
  later phase — they need DB enumeration + per-page meta tags first.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">

  <!-- Marketing landing — localised (en = / = x-default, nl = /nl, fr = /fr) -->
  <url>
    <loc>https://comlero.com/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://comlero.com/"/>
    <xhtml:link rel="alternate" hreflang="nl" href="https://comlero.com/nl"/>
    <xhtml:link rel="alternate" hreflang="fr" href="https://comlero.com/fr"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://comlero.com/"/>
    <lastmod>2026-06-30</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://comlero.com/nl</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://comlero.com/"/>
    <xhtml:link rel="alternate" hreflang="nl" href="https://comlero.com/nl"/>
    <xhtml:link rel="alternate" hreflang="fr" href="https://comlero.com/fr"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://comlero.com/"/>
    <lastmod>2026-06-30</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://comlero.com/fr</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://comlero.com/"/>
    <xhtml:link rel="alternate" hreflang="nl" href="https://comlero.com/nl"/>
    <xhtml:link rel="alternate" hreflang="fr" href="https://comlero.com/fr"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://comlero.com/"/>
    <lastmod>2026-06-30</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Lead-gen / marketing -->
  <url>
    <loc>https://comlero.com/demo</loc>
    <lastmod>2026-06-30</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- Support / help -->
  <url>
    <loc>https://comlero.com/support</loc>
    <lastmod>2026-06-30</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>

  <!-- Integration info pages (also public per Marketplace requirements) -->
  <url>
    <loc>https://comlero.com/zoom-integration</loc>
    <lastmod>2026-06-30</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://comlero.com/meet-integration</loc>
    <lastmod>2026-06-30</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

  <!-- Legal -->
  <url>
    <loc>https://comlero.com/privacy</loc>
    <lastmod>2026-06-30</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://comlero.com/terms</loc>
    <lastmod>2026-06-30</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://comlero.com/legal/sub-processors</loc>
    <lastmod>2026-06-30</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://comlero.com/data-deletion</loc>
    <lastmod>2026-06-30</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

</urlset>
