<?xml version="1.0" encoding="UTF-8"?>
<!--
  NOTE: rapunzl.app is a HashRouter single-page app, so only the root is a valid
  indexable URL (hash routes like /#/dictionary are not separate URLs and are not
  valid sitemap entries). This sitemap exists so /sitemap.xml returns real XML
  instead of the app shell, and to declare lastmod. Expand this the day the app
  moves to path-based routing (BrowserRouter) — see the SEO quick-wins plan.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://rapunzl.app/</loc>
    <lastmod>2026-08-25</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
