<?xml version="1.0" encoding="UTF-8"?>
<!--
  Minimal sitemap. NthEffect is a hash-routed SPA so every visible page
  shares the same canonical URL — crawlers can't distinguish #/events
  from #/stock/CEG. Per-route enumeration would unlock once the app
  migrates to real client-side routing with proper paths.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://nth-effect.com</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
