<?xml version="1.0" encoding="UTF-8"?>
<!--
  Phase 5 item 3. Rewritten 2026-08-29.

  Two things were wrong before:

  1. Every <loc> used the bare host `https://voyani.tech`, which redirects to
     `www.voyani.tech`. A sitemap that lists redirecting URLs asks Google to index a
     hop rather than the destination. `www` is the canonical host (see src/config/site.js).

  2. Four of the five entries were `#fragment` URLs — /#skills, /#projects, /#philosophy,
     /#contact. Search engines do not treat a fragment as a separate document, so those
     entries were inert: they never represented indexable pages.

  Every `lastmod` also still read 2026-01-20, months after the content changed.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://www.voyani.tech/</loc>
    <lastmod>2026-08-29</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
