<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap INDEX. This is the URL robots.txt points at.

  It is a committed static file rather than a generated route because
  src/app/sitemap.ts exports generateSitemaps, which moves that route to
  /sitemap/[id].xml and leaves /sitemap.xml unserved by the app router. A file
  in public/ fills that slot.

  Consequence, stated so it is not discovered later: adding or renaming a child
  sitemap means editing BOTH src/app/sitemap.ts (the ids) and this file. An
  index that lists a child which 404s is worse than no index at all, because a
  crawler stops reading it there.

  <lastmod> here is the date the corresponding child sitemap's contents last
  changed, as a committed constant. It is deliberately not "now" — a lastmod
  that always reports the moment of the crawl is discounted, and then carries no
  signal for the URLs where it would genuinely matter.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://www.ezpairs.xyz/sitemap/core.xml</loc>
    <lastmod>2026-07-29</lastmod>
  </sitemap>
  <sitemap>
    <loc>https://www.ezpairs.xyz/sitemap/pairs.xml</loc>
    <lastmod>2026-07-29</lastmod>
  </sitemap>
</sitemapindex>
