<?xml version="1.0" encoding="UTF-8"?>
<!--
  Public routes only. These are the two routes declared in src/App.tsx and
  prerendered from ROUTES in src/entry-server.tsx. "*" is the NotFound route,
  not a URL, so it is not listed here.

  /cv/<token> is deliberately absent and always will be. It is per-recipient,
  tokenized and served Cache-Control: no-store. Listing it would publish a
  private surface. robots.txt disallows it in every user-agent group.

  Adding a route means adding it in src/App.tsx, in ROUTES in
  src/entry-server.tsx, and here.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://fnasr.com/</loc>
    <lastmod>2026-08-30</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://fnasr.com/schedule-a-call</loc>
    <lastmod>2026-08-30</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
</urlset>
