<?xml version="1.0" encoding="UTF-8"?>
<!--
  VaalHub Sitemap Index
  ─────────────────────
  • sitemap-static.xml   — core & town pages (this repo, static)
  • /api/sitemap.xml     — all published businesses + recent articles (live, from API)

  Google Search Console: submit https://vaalhub.co.za/sitemap.xml
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <!-- Static pages: home, news, events, businesses, towns, info -->
  <sitemap>
    <loc>https://vaalhub.co.za/sitemap-static.xml</loc>
  </sitemap>

  <!-- Dynamic pages: every published business profile + 500 recent articles -->
  <!-- Served live from the VaalHub API — updates without a redeploy -->
  <sitemap>
    <loc>https://vaalhub-api-production.up.railway.app/api/sitemap.xml</loc>
  </sitemap>

  <!-- Google News sitemap: articles from last 48h with news-specific tags -->
  <sitemap>
    <loc>https://vaalhub-api-production.up.railway.app/api/news-sitemap.xml</loc>
  </sitemap>

</sitemapindex>
