<?xml version="1.0" encoding="UTF-8"?>
<!--
  AFRINIA — sitemap.xml
  ─────────────────────
  THIS FILE IS NO LONGER THE LIVE SITEMAP.

  The live sitemap is generated dynamically by:
    netlify/functions/sitemap.js

  When Google requests https://afrinia.org/sitemap.xml, Netlify rewrites
  the request to that function, which queries Firestore in real time for
  all published articles and returns the complete XML.

  You do NOT need to touch this file when publishing a new article.
  Publishing via the admin panel is all that is required.

  This file exists only so the repo contains a human-readable reference
  of the static pages. It is never served to browsers or crawlers.
-->
<urlset
  xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
  xmlns:xhtml="http://www.w3.org/1999/xhtml"
>
  <!-- Static pages — also included in netlify/functions/sitemap.js -->
  <url><loc>https://afrinia.org/</loc></url>
  <url><loc>https://afrinia.org/about</loc></url>
  <url><loc>https://afrinia.org/fr/blog</loc></url>
  <url><loc>https://afrinia.org/en/blog</loc></url>
  <url><loc>https://afrinia.org/audio</loc></url>
  <url><loc>https://afrinia.org/contact</loc></url>
  <url><loc>https://afrinia.org/builders</loc></url>
  <url><loc>https://afrinia.org/privacy</loc></url>
  <url><loc>https://afrinia.org/terms</loc></url>

  <!-- Articles are NOT listed here. They come from Firestore via the function. -->
</urlset>
