<?xml version="1.0" encoding="UTF-8"?>
<!--
  ONE URL, and as of 2026-09-14 it is finally worth submitting.

  Until then "/" client-side redirected to /dashboard and then, for a signed-out
  visitor, to /login, so the single entry below resolved to a sign-in form with
  an empty <body>. Measured the same day: ZERO crawlable words. This file was
  asking Google to index a blank page.

  "/" is now a real public landing page, server-rendered into dist/index.html at
  build time by scripts/prerender.mjs, and it is still the URL every canonical
  in index.html points at. So the consolidation this file always described is
  now true rather than aspirational.

  Still only one entry, on purpose. The /dashboard/* pages are private (see
  robots.txt) and the auth routes all canonicalise to "/", so listing either
  would contradict the canonical rather than add reach. When a second PUBLIC
  page exists, it belongs here and it needs its own canonical.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://pocketquant.io/</loc>
    <lastmod>2026-09-14</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
