<?xml version="1.0" encoding="UTF-8"?>
<!-- ClickLocales sitemap (ODA-93).
     HashRouter SPA: only the root URL is server-crawlable — every other route
     is a `#/...` fragment, which sitemaps and crawlers ignore. So the homepage
     is the sole valid entry here. Listing the marketing routes as real URLs
     would require SSR/prerendering or a BrowserRouter migration (Architect call). -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://clicklocales.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
