<?xml version="1.0" encoding="UTF-8"?>
<!--
  sitemap.xml — CosmixGuru (https://cosmixguru.com)

  THIS FILE IS A PLACEHOLDER. The real sitemap is generated at build time by
  scripts/prerender_web.py, which writes build/web/sitemap.xml listing exactly
  the routes it prerendered. That copy overwrites this one in the build output,
  so the sitemap can never advertise a URL with no page behind it.

  To change which URLs are listed, edit frontend/seo/route_content.json — not
  this file.

  Only the homepage is listed here so that a build which skipped the prerender
  step still ships a valid sitemap rather than a broken or stale one.

  Note: the previous hand-maintained version declared hreflang alternates at
  /hi/, /te/, /kn/ and so on for every entry. Those paths do not exist — they
  resolved to the homepage through the SPA fallback — so they are not carried
  over. Add them back only if real per-language URLs are ever built.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://cosmixguru.com/</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
