<?xml version="1.0" encoding="UTF-8"?>
<!--
  A sitemap may only list URLs on the same host as the sitemap itself.
  External profiles (GitHub, LinkedIn, Instagram, LeetCode) and deployed
  project sites are NOT listed here on purpose: Google rejects cross-host
  entries as "URL not allowed" and those errors devalue the whole file.
  Those profiles are linked instead as real <a rel="me"> backlinks in
  index.html, which is the only form Google counts as a link.

  #fragment URLs are omitted too — Google strips the fragment, so every
  one of them collapses back to "/" and gets reported as a duplicate.

  This is a single-page app: "/" is the only real route. /project/details/:id
  renders the 404 component, so it must never be advertised here.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://www.adityaraut.me/</loc>
    <lastmod>2026-08-26</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
