<?xml version="1.0" encoding="UTF-8"?>
<!--
  Only INDEXABLE routes belong here. Every <loc> must correspond to a real route
  in index.tsx and to a registry entry with noindex:false — enforced by
  scripts/check-route-metadata.mjs.

  This file previously advertised /crs-calculator, which has never been a route
  (the real path is /calculator). Because vercel.json rewrites everything to
  index.html, that URL did not 404 — it rendered the landing page under a second
  address, so the error was invisible while telling crawlers to index a page that
  does not exist.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://pathway.milliondollarstudio.ai/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://pathway.milliondollarstudio.ai/calculator</loc>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://pathway.milliondollarstudio.ai/pricing</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://pathway.milliondollarstudio.ai/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://pathway.milliondollarstudio.ai/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
