<?xml version="1.0" encoding="UTF-8"?>
<!--
  Hand-maintained on purpose. `scripts/check-seo-geo.mjs` asserts parity with
  the router in BOTH directions: every page in `src/lib/seoConfig.ts` appears
  here exactly once, and nothing here is absent from it. Generating this file
  would make that gate tautological — it would only ever prove the generator
  ran.

  Each <loc> must equal `canonicalUrl(page)` byte for byte, including the root
  having NO trailing slash. A sitemap entry that disagrees with the page's own
  canonical is a contradiction Google resolves by choosing for you.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://arbinex.ai</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://arbinex.ai/pricing</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://arbinex.ai/auth</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://arbinex.ai/privacy</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://arbinex.ai/terms</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
</urlset>
