<?xml version="1.0" encoding="UTF-8"?>
<!-- ADR-011: the portal-owned apex sitemap = the 7 public marketing/legal
     routes only (/, /about, /features, /contact, /categories, /terms,
     /privacy — BT-2237 added the three marketing pages + the /categories hub
     proxied to apps/merchant-public). Merchant-profile URLs live in the
     separate /merchant-sitemap.xml (served by apps/merchant-public via
     rewrite). Both are referenced from /robots.txt. The ~29 auth routes are
     intentionally absent (noindex — includes /login and /sign-in since
     BT-2237). -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://b-merchant.ph/</loc>
  </url>
  <url>
    <loc>https://b-merchant.ph/about</loc>
  </url>
  <url>
    <loc>https://b-merchant.ph/features</loc>
  </url>
  <url>
    <loc>https://b-merchant.ph/contact</loc>
  </url>
  <url>
    <loc>https://b-merchant.ph/categories</loc>
  </url>
  <url>
    <loc>https://b-merchant.ph/terms</loc>
  </url>
  <url>
    <loc>https://b-merchant.ph/privacy</loc>
  </url>
</urlset>
