<?xml version="1.0" encoding="UTF-8"?>
<!--
  Kamjritztex sitemap index.

  The static frontend host (Cloud Run / Vercel / Firebase Hosting,
  whichever serves kamjritztex.com) serves THIS file at /sitemap.xml.
  Google then follows the <loc> below to the backend's *dynamic* sitemap
  so newly published CMS pages, blog posts, and job openings are
  visible to the crawler the moment they're saved — no redeploy
  required.

  We also include the static fallback list inline so that if the
  backend is briefly unreachable, Google still has a baseline crawl
  surface. Sitemap indexes can hold multiple <sitemap> entries.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://api.kamjritztex.com/sitemap.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://kamjritztex.com/sitemap-static.xml</loc>
  </sitemap>
</sitemapindex>
