<?xml version="1.0" encoding="UTF-8"?>
<!--
  The sitemap lists only the SPA routes that `src/App.tsx` actually renders.
  The legacy `/privacy.html` and `/terms.html` static pages were removed in
  favour of the React routes `/privacy` and `/terms`, so keeping them in the
  sitemap would cause Google to index two canonicals for the same content.

  `lastmod` intentionally uses the date of the most recent meaningful content
  change. Bump it in the same commit that touches the referenced page.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://khatwa.app/</loc>
    <lastmod>2026-04-15</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://khatwa.app/privacy</loc>
    <lastmod>2026-04-15</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://khatwa.app/terms</loc>
    <lastmod>2026-04-15</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
</urlset>
