<?xml version="1.0" encoding="UTF-8"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <!--
    NOTE: This static sitemap index is the FALLBACK for when the SSR server is not running.
    When the Express SSR server (npm run start:ssr) is running, it dynamically generates
    a complete sitemap index with all sub-sitemaps (blogs, courses, products, packages).

    Only sitemap-pages.xml is available as a static file.
    The other sub-sitemaps require the SSR server to be running.
  -->
  <sitemap>
    <loc>https://sayan.pro/sitemap-pages.xml</loc>
  </sitemap>
</sitemapindex>
