<?xml version="1.0" encoding="UTF-8"?>
<!--
  PageLander root sitemap (sitemap index).

  Served from public/sitemap.xml when Base44's "Generate sitemap.xml"
  toggle is OFF (Dashboard → Growth → SEO & GEO).

  Strategy:
    • This root file is a SITEMAP INDEX pointing to three child sitemaps.
    • marketing → static marketing pages (this file's <url> entries via the
      first child, sitemap-marketing.xml).
    • /functions/sitemapXml      → real landing pages (/p/...).
    • /functions/feedSitemapXml  → per-feed-card share URLs.

  Why a sitemap index instead of one big <urlset>:
    The two backend sitemaps are dynamic and already self-contained. By
    referencing them here, Google discovers them automatically — no need
    to submit each one separately in Search Console.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://pagelander.app/sitemap-marketing.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://pagelander.app/functions/sitemapXml</loc>
  </sitemap>
  <sitemap>
    <loc>https://pagelander.app/functions/feedSitemapXml</loc>
  </sitemap>
</sitemapindex>
