<?xml version="1.0" encoding="UTF-8"?>
<!--
  Marketing surfaces only. Vendor storefronts (/{slug}/) are dynamic and are not
  listed here — they need a generated sitemap backed by a Convex query, which is
  tracked separately. `lastmod` is deliberately omitted rather than hardcoded: a
  stale lastmod is a worse signal than none.

  Not listed on purpose: /v2 and /v3 (both noindex previews), and the auth and
  one-time-token routes, which carry no indexable content.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://vendorvib.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <!-- Always the Nigeria story, whatever the crawler's geo. `/` is
         geo-swapped and so only ever indexes as the global page. -->
    <loc>https://vendorvib.com/nigeria</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://vendorvib.com/fees</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://vendorvib.com/vendors</loc>
    <changefreq>weekly</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://vendorvib.com/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://vendorvib.com/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
