<?xml version="1.0" encoding="UTF-8"?>
<!--
  This is a sitemap INDEX, not a flat list of URLs — it points to three sub-sitemaps rather
  than listing pages directly. If you're looking for a specific URL and don't see it here,
  check the sub-sitemap it belongs to:
    - sitemap-pages.xml    -> static/marketing pages, tools, compare pages, grants, etc.
    - sitemap-articles.xml -> individual /resources/:slug article/video/webinar/event pages
                              (generated live from Firestore by functions/src/resources/sitemapArticles.js)
    - sitemap-services.xml -> individual /services/:slug managed-service pages
                              (generated live from Firestore by functions/src/publicServices/sitemapServices.js)
  All three are also declared independently via `Sitemap:` lines in robots.txt for crawlers
  that don't follow nested sitemap indexes.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://talamone.io/sitemap-pages.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://talamone.io/sitemap-articles.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://talamone.io/sitemap-services.xml</loc>
  </sitemap>
</sitemapindex>
