<?xml version="1.0" encoding="UTF-8"?>
<!--
  A sitemap INDEX, not a list of URLs.

  /sitemap.xml is the one address anybody types into Search Console, pastes into
  a robots.txt, or hands to a crawler — and it used to be a fixed list of eight
  static pages with no blog post in it. The posts were only reachable through a
  second sitemap that had to be submitted separately, which is a step that gets
  forgotten exactly once and then never noticed again.

  Now this file points at both children, so submitting /sitemap.xml alone covers
  the whole site, and every post published from the Blog Manager appears in it
  without anybody touching a file:

    pages-sitemap.xml   — the static pages. Edited by hand; changes rarely.
    blog-sitemap.xml    — generated per request from Firestore (api/blog-sitemap.js).

  Keep this file an index. Mixing <url> entries into a <sitemapindex> is invalid
  and gets the whole thing rejected.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <sitemap>
    <loc>https://nltc.com.ng/pages-sitemap.xml</loc>
    <lastmod>2026-08-25</lastmod>
  </sitemap>

  <sitemap>
    <loc>https://nltc.com.ng/blog-sitemap.xml</loc>
  </sitemap>

</sitemapindex>
