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

  The application declares exactly one route (`path: ''` in
  app-routing.module.ts) and every section is an in-page anchor, so `/#skills`
  and `/#portfolio` are FRAGMENTS of this document rather than pages of their
  own. Listing them here would be listing the same URL nine times: search
  engines discard fragments, and a sitemap that repeats one URL under different
  hashes is a self-inflicted duplicate-content signal.

  angular.json also referenced `src/xml/sitemap.xml` in the non-production
  build's asset list. That file has never existed on disk, so the reference was
  dead and no sitemap was ever shipped. It is corrected to point here.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://sean-huni.xyz/</loc>
    <lastmod>2026-08-09</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
