<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap INDEX — points to two sub-sitemaps:
    1. sitemap-static.xml      — all hand-curated URLs (homepage, plans,
                                 esim/<country> pages, us/<state> pages,
                                 English guides, etc.). Maintained by hand.
    2. sitemap-translations.xml — DYNAMIC, served by the backend at
                                 meisimusa-backend.vercel.app and proxied
                                 via vercel.json rewrite. Lists every
                                 (slug, lang) pair that exists in the
                                 guide_translations table — so as new
                                 translations are added, they automatically
                                 appear in Google's crawl queue.

  Google understands sitemap-index format natively; both sub-sitemaps will
  be fetched on the next crawl.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://www.meisimusa.com/sitemap-static.xml</loc>
    <lastmod>2026-05-15</lastmod>
  </sitemap>
  <sitemap>
    <loc>https://www.meisimusa.com/sitemap-translations.xml</loc>
    <lastmod>2026-05-15</lastmod>
  </sitemap>
</sitemapindex>
