<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap index for the WeCommune platform host.

  We deliberately do NOT list per-community routes here when a community
  owns its own custom domain — those URLs canonicalize to the custom
  domain (see CommunityContext.getShareUrl). Listing them under
  wecommune.lovable.app would compete with the canonical and create
  duplicate-content signals.

  Each community's own sitemap is generated dynamically by the `sitemap`
  edge function and served from that community's own host by the
  Cloudflare worker (see docs/CLOUDFLARE_WORKER.md), so the sitemap and the
  URLs it lists share an origin.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://wecommune.lovable.app/platform-sitemap.xml</loc>
  </sitemap>
  <sitemap>
    <!-- Notebook community — custom domain note-book.co.il -->
    <loc>https://note-book.co.il/sitemap.xml</loc>
  </sitemap>
</sitemapindex>
