<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static, and hand-maintained: a URL only belongs here once it resolves in the
  PRODUCTION build, which is not the same set of URLs `main` serves.

  /backtesting, /paper-trading and /library are deliberately absent. None of
  them is a page to a crawler in ANY build: with the platform dark they redirect
  to "/", and with it live they redirect to "/" or to /login (they sit behind
  ProtectedRoute). A sitemap entry that only ever answers with a redirect is
  reported as an error by Search Console, and it is a claim about the site that
  is not true. src/lib/sitemap.test.ts keeps them out.

  /careers is deliberately absent. The hiring pages sit behind FULL_PLATFORM
  (Frontend/src/App.tsx), which is off in Production and on in the main-branch
  Preview, so in the sitemap this file ships /careers is a 404. Add it in the
  same change that turns VITE_FULL_PLATFORM on in Vercel Production — not before.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://pythos.trade/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://pythos.trade/privacy</loc>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://pythos.trade/terms</loc>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://pythos.trade/license</loc>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://pythos.trade/acceptable-use</loc>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://pythos.trade/disclaimer</loc>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
