<?xml version="1.0" encoding="UTF-8"?>
<!--
  A sitemap INDEX, not a list of URLs (MAI-253). robots.txt still names this one file, and
  it points at the two real sitemaps:

    * /sitemap-pages.xml — the hand-written public pages, pinned against src/seo.json by
      src/seo.test.ts. This is the file that used to live at /sitemap.xml.
    * /sitemap-news.xml  — rendered PER REQUEST by the newsPage Cloud Function, one <url>
      per visible post with a real <lastmod>. It cannot be a checked-in file: posts are
      published without a deploy (docs/19 N9), which is exactly why MAI-133 refused to list
      them and why this ticket could stop refusing.

  No <lastmod> on either entry: the pages file changes only when someone edits it (and
  Google re-crawls a sitemap it is pointed at anyway), and the news file's own entries carry
  the dates that matter.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap><loc>https://maintano.app/sitemap-pages.xml</loc></sitemap>
  <sitemap><loc>https://maintano.app/sitemap-news.xml</loc></sitemap>
</sitemapindex>
