<?xml version="1.0" encoding="UTF-8"?>
<!--
  Deliberately SHORT while the pre-launch holding page is up.

  In holding mode (`VITE_COMING_SOON_MODE=true`) every route except /privacy and
  /terms renders the same "Launching soon" page. Listing /pricing, /help, /contact
  here would submit a set of URLs that all return byte-identical content — which
  Google reads as duplicate content or soft-404s, and which earns warnings in
  Search Console for no benefit whatsoever.

  So this lists only the three URLs that genuinely render distinct content today.
  EXPAND IT AT LAUNCH, in the same change that flips VITE_COMING_SOON_MODE off —
  at minimum /pricing, /help and /contact, plus whatever public discovery routes
  are exposed.

  URLs use the www host because that is what the server actually serves: the apex
  307-redirects to www, and the <link rel="canonical"> in index.html points here
  too. A sitemap full of redirecting URLs is a wasted crawl budget and a mixed
  signal about which host is canonical.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://www.belistd.com/</loc>
    <lastmod>2026-08-01</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://www.belistd.com/privacy</loc>
    <lastmod>2026-08-01</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://www.belistd.com/terms</loc>
    <lastmod>2026-08-01</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
