<?xml version="1.0" encoding="UTF-8"?>
<!--
  One URL, because one URL is what exists.

  The app routes through HashRouter, so every screen is a fragment of this same
  document and no crawler ever requests it separately. Listing /#/Products here
  would not be ambitious, it would be wrong — Google discards the fragment,
  reads the entry again, and the sitemap reports duplicates.

  This grows the day the app serves real paths. Until then a one-entry sitemap
  is still worth having: it is what Search Console asks for, and it is the
  honest answer to what is indexable.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://bemnamosca.com/</loc>
    <lastmod>2026-08-16</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
