<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap index. Children:
  - /sitemap-marketing.xml — static, S3-served, 6 marketing URLs. Update
    its per-URL <lastmod> when marketing copy ships (apps/web/AGENTS.md
    § "SEO + crawler files").
  - /api/v1/sitemap-stitches.xml — dynamic, backend-served via CloudFront
    behavior `/api/v1/sitemap-*` → backend ALB. Approved-only via
    StitchRepository.list_approved_for_sitemap(). Edge-cached 24h.

  Per-sitemap <lastmod> tracks the most recent change in each child. Bump
  the marketing-sitemap entry when marketing copy ships; the backend
  sitemap's <lastmod> reflects the DB content via per-URL <lastmod> tags
  in its own response, so the index-level value here is purely a hint.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://stitchpoint.app/sitemap-marketing.xml</loc>
    <lastmod>2026-05-26</lastmod>
  </sitemap>
  <sitemap>
    <loc>https://stitchpoint.app/api/v1/sitemap-stitches.xml</loc>
    <lastmod>2026-05-27</lastmod>
  </sitemap>
</sitemapindex>
