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

  <!--
    URL Entry: Each <url> block represents a single page on your site.
  -->

  <!-- Homepage -->
  <url>
    <!--
      <loc>: The absolute URL of the page. This is the only mandatory tag.
      It must be a full URL, not a relative path.
    -->
    <loc>https://nexgenkai.org/</loc>

    <!--
      <lastmod>: The date the file was last modified, in YYYY-MM-DD format.
      This helps crawlers know if a page has been updated since the last crawl.
    -->
    <lastmod>2024-05-20</lastmod>

    <!--
      <changefreq>: How frequently the page is likely to change.
      Valid values: always, hourly, daily, weekly, monthly, yearly, never.
      This is a hint, not a command.
    -->
    <changefreq>monthly</changefreq>

    <!--
      <priority>: The priority of this URL relative to other URLs on your site.
      Valid values range from 0.0 to 1.0. A higher value means higher priority.
      This is a hint for crawlers about which pages you deem most important.
    -->
    <priority>1.0</priority>
  </url>

  <!-- About Page -->
  <url>
    <loc>https://nexgenkai.org/about</loc>
    <lastmod>2024-05-20</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- What We Do Page -->
  <url>
    <loc>https://nexgenkai.org/what-we-do</loc>
    <lastmod>2024-05-20</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- Our Impact Page -->
  <url>
    <loc>https://nexgenkai.org/our-impact</loc>
    <lastmod>2024-05-20</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- How It Works Page -->
  <url>
    <loc>https://nexgenkai.org/how-it-works</loc>
    <lastmod>2024-05-20</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>

  <!-- Get Involved Page -->
  <url>
    <loc>https://nexgenkai.org/get-involved</loc>
    <lastmod>2024-05-20</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
  
  <!-- Donate Page -->
  <url>
    <loc>https://nexgenkai.org/donate</loc>
    <lastmod>2024-05-20</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>

</urlset>
