<?xml version="1.0" encoding="UTF-8"?>
<!--
  sitemap.xml for ApnaApna.

  As an SPA, every route lives behind the same /index.html shell, so
  there's exactly one public URL to enumerate for search engines: the
  root. We still publish a sitemap so Search Console / Bing Webmaster
  have a clean entry point and we can announce future marketing pages
  (e.g. /pricing, /press) without a robots-meta scramble.

  Hostname is rewritten by the hosting layer to whatever the
  actual deploy serves at; the build pipeline can substitute via env
  var if you want one sitemap per environment. Today we ship a single
  hardcoded production URL because that's the only one that matters
  for SEO.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://apnaapna.app/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
