<?xml version="1.0" encoding="UTF-8"?>
<!--
  Heritage Rwanda — sitemap.xml
  https://www.heritage.rw/sitemap.xml

  HOW THIS HELPS SITELINKS:
  • Google reads the <priority> values to decide which pages matter most.
  • <changefreq> tells the crawler how often to re-check each page.
  • The homepage must have the highest priority (1.0).
  • Each sitelink candidate page should be priority 0.8–0.9.

  DEPLOY THIS FILE to your web root so it's accessible at:
  https://www.heritage.rw/sitemap.xml

  Then submit it in Google Search Console:
  Search Console → Sitemaps → Add sitemap URL
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <!-- HOMEPAGE — highest priority, most frequent check -->
  <url>
    <loc>https://www.heritage.rw/</loc>
    <lastmod>2025-01-01</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- ABOUT US — brand trust page, high priority for sitelinks -->
  <url>
    <loc>https://www.heritage.rw/about-us.html</loc>
    <lastmod>2025-01-01</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- STUDENT ACADEMIC REPORT — key public page -->
  <url>
    <loc>https://www.heritage.rw/report.html</loc>
    <lastmod>2025-01-01</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- STUDENT ATTENDANCE REPORT -->
  <url>
    <loc>https://www.heritage.rw/attendance.html</loc>
    <lastmod>2025-01-01</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- STUDENT FINANCIAL REPORT -->
  <url>
    <loc>https://www.heritage.rw/studentfinancial.html</loc>
    <lastmod>2025-01-01</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- STUDENT INFORMATION -->
  <url>
    <loc>https://www.heritage.rw/studentinformation.html</loc>
    <lastmod>2025-01-01</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>

  <!--
    NOTE: Do NOT include restricted pages like:
    /teacher.html, /accountant.html, /dos.html, /registerteacher.html
    These require authentication and should remain excluded from the sitemap.
  -->

</urlset>
