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

  The article URLs themselves are generated per request by the backend function
  /functions/sitemapArticles, straight from the Article entity, so this file can
  never go stale when a new article is published. A hand-maintained article
  sitemap on the previous ex-academy.co app silently drifted from the entity and
  left two published articles with no crawl path at all.

  The filename is kept as sitemap-articles.xml because Search Console already
  knows that URL from the previous app.

  2026-08-12: repointed from ex-academy.co to academy.epicsolutiongroup.com. The
  old host keeps only a root redirect, so this <loc> was answering 404 and the
  article feed was unreachable to crawlers.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://academy.epicsolutiongroup.com/functions/sitemapArticles</loc>
  </sitemap>
</sitemapindex>
