<?xml version="1.0" encoding="UTF-8"?>
<!--
  NOTE: This is a static fallback. The live dynamic sitemap is generated
  by the backend at https://inmail.ng/sitemap.xml and https://inmail.ng/news-sitemap.xml
  Both are proxied via vercel.json from the Express backend which queries the database
  in real-time, so every new news article is automatically included.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://inmail.ng/sitemap.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://inmail.ng/news-sitemap.xml</loc>
  </sitemap>
</sitemapindex>

