<?xml version="1.0" encoding="UTF-8"?>
<!--
  Multi-property sitemap INDEX for cocoalemana.com.

  Each sub-site is a separate repo deployed to its own S3 bucket and stitched
  under one host by CloudFront path behaviors. Because everything resolves to
  the single host www.cocoalemana.com, this is NOT a cross-domain sitemap — the
  per-path scoping rule is satisfied by each child sitemap living inside the
  directory it describes.

  Children:
    /sitemap.xml                  Website pages (generated by app/sitemap.ts, en + es)
    /documentation/sitemap.xml    docs repo   (emitted into the docs bucket)
    /blog/sitemap.xml             blog repo   (emitted into the blog bucket)

  robots.txt points crawlers here (see app/robots.ts). Add/remove a <sitemap>
  entry only when a whole property is added or removed.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://www.cocoalemana.com/sitemap.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://www.cocoalemana.com/documentation/sitemap.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://www.cocoalemana.com/blog/sitemap.xml</loc>
  </sitemap>
</sitemapindex>
