<?xml version="1.0" encoding="UTF-8"?>
<!--
  Only the root is listed. The app uses HashRouter, so every other route is a
  URL fragment (/#/login, /#/register, …) and fragments are not separately
  indexable — listing them here would be meaningless to crawlers.
  Switching to BrowserRouter would make those real, indexable URLs; the nginx
  config already has the SPA fallback (try_files … /index.html) needed for it.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://howdoiai.app/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
