<?xml version="1.0" encoding="UTF-8"?>
<!--
  NOTE: This static sitemap.xml is intentionally minimal.
  The REAL, auto-generated sitemap (including all blog posts) is served
  dynamically by the Spring Boot backend at:
    https://kaushikkhanna.com/sitemap.xml

  The Angular SSR Express server (server.ts) proxies /sitemap.xml requests
  to the backend. Google Search Console should be pointed to:
    https://kaushikkhanna.com/sitemap.xml
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://kaushikkhanna.com/</loc>
    <lastmod>2026-03-03</lastmod>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://kaushikkhanna.com/blogs</loc>
    <lastmod>2026-03-03</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://kaushikkhanna.com/insta-posts</loc>
    <lastmod>2026-03-03</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority>
  </url>
</urlset>
