<?xml version="1.0" encoding="UTF-8"?>
<!--
  Hash-based SPA: only the root URL is crawlable. Sub-routes (#product,
  #pricing, ...) are hash fragments and never reach the server, so search
  engines can't index them as separate URLs. Listing them with `?route=`
  query strings would mislead crawlers (the app reads location.hash, not
  the query string), so we list only `/`.

  When the site graduates to history-API routing with a Cloudflare Pages
  fallback (deferred — see plan.md Phase A+), expand this to include all
  page paths and re-submit to Search Console.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://evonexon.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
