<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap INDEX for https://poripati.app (#2225).

  This file is a <sitemapindex>, not a <urlset>: it points crawlers at the
  two child sitemaps that make up the site.

    * sitemap-static.xml  — the stable, hand-maintained public routes
                            (apex, search, the locked legal/support URL
                            contract). A plain static file shipped in the
                            Pages bundle.
    * sitemap-shops.xml   — the dynamic per-shop profile pages
                            (/shop/<slug>). Rendered at request time by a
                            Cloudflare Pages Function
                            (apps/customer/pages/functions/sitemap-shops.xml.js)
                            from the shop service's public sitemap feed
                            (GET https://api.poripati.app/api/v1/shops/sitemap),
                            so it is always fresh without a rebuild/redeploy.

  robots.txt points at THIS index (Sitemap: https://poripati.app/sitemap.xml),
  and search engines fan out to the children. A sitemap index may reference
  only <urlset> sitemaps (never another index), which both children are.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://poripati.app/sitemap-static.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://poripati.app/sitemap-shops.xml</loc>
  </sitemap>
</sitemapindex>
