<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sub-plan 16.8 row D8: static-page sitemap. One entry per top-level
  marketing page the worker's generator (16.8.E1) references from the
  sitemap index. The wallet pages (/a/<slug>) live in the per-file
  sitemap_wallets_<n>.xml chunks; this file covers the surface that
  never changes per-wallet (landing, pricing, docs, etc.).

  This file is shipped as a static asset under apps/web-app/public/
  and reached the same way under dev (Vite middleware) and prod
  (ssr-server.mjs static-file branch via getContentType -> .xml ->
  application/xml; charset=utf-8 + Cache-Control: public, max-age=3600).
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://wallet.blockchain0x.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://wallet.blockchain0x.com/pricing</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://wallet.blockchain0x.com/docs</loc>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://wallet.blockchain0x.com/about</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://wallet.blockchain0x.com/legal/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://wallet.blockchain0x.com/legal/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://wallet.blockchain0x.com/sandbox</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
</urlset>
