<?xml version="1.0" encoding="UTF-8"?>
<!--
  The site is a single-page app with HASH routing (#/pricing, #/docs, …). Search
  engines strip the URL fragment, so the homepage is the only independently
  indexable URL today; listing hash routes here would only produce "duplicate /
  fragment" warnings. Migrating to History-API routing (see the note in
  vite.config.ts / router.ts) is the prerequisite for a per-page sitemap.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://xwui.dev/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
