<?xml version="1.0" encoding="UTF-8"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <!--
    SAI College — Dual-Layer Sitemap Index
    Last updated: 2026-04-22
    Architecture:
      Layer 1 (this file) — sitemapindex pointing to 4 sub-sitemaps
      Layer 2 — language-specific sitemaps + master flat sitemap
  -->

  <!-- Master flat sitemap (all URLs, all languages, hreflang annotations) -->
  <sitemap>
    <loc>https://example.com/sitemap.xml</loc>
    <lastmod>2026-04-22</lastmod>
  </sitemap>

  <!-- Arabic language sitemap -->
  <sitemap>
    <loc>https://example.com/sitemap-ar.xml</loc>
    <lastmod>2026-04-22</lastmod>
  </sitemap>

  <!-- English language sitemap -->
  <sitemap>
    <loc>https://example.com/sitemap-en.xml</loc>
    <lastmod>2026-04-22</lastmod>
  </sitemap>

  <!-- Chinese language sitemap -->
  <sitemap>
    <loc>https://example.com/sitemap-zh.xml</loc>
    <lastmod>2026-04-22</lastmod>
  </sitemap>

</sitemapindex>
