<?xml version="1.0" encoding="UTF-8"?>
<!--
  One URL, deliberately.

  The five sections are hash routes (/#/about, /#/projects, ...) served by one
  document. URL fragments are stripped before a crawler requests anything, so
  listing them would submit five duplicates of the same page rather than five
  pages. If the sections ever need to be indexed separately they need real
  paths and server-rendered content first; a longer sitemap alone would not do
  it. See src/router.ts.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://apradhan.dev/</loc>
    <lastmod>2026-09-01</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
