<?xml version="1.0" encoding="UTF-8"?>
<!--
  Dbrha sitemap.

  ONE url, because the site is ONE page. #about, #features, #cats, #soon and #contact are
  anchors within that page, not separate documents — listing them would be duplicate-content
  spam, and Google discards fragment URLs from sitemaps anyway.

  ⚠ Do NOT add /kw/… listing URLs here until those pages actually exist and return real HTML.
  The AASA file declares /kw/* so the iOS app can claim the path, but there is no web page behind
  a listing yet. A sitemap that lists URLs which 404 (or which the SPA fallback answers with the
  homepage) is worse than no sitemap: it teaches Google the whole path space is duplicate content.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://dbrha.com/</loc>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
