<?xml version="1.0" encoding="UTF-8"?>
<!--
  Exactly one URL, deliberately.

  FinGenie is a single-screen app: the question, the statement and the snapshot
  toggle all live at "/" and are client-side state, not routes. The vhost also
  sets FallbackResource /index.html, so *any* path returns 200 with the app
  shell - listing invented URLs here would hand crawlers a set of soft-404s
  that all look like real pages.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://fingenie.tech/</loc>
    <lastmod>2026-07-24</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
