<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
        http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">

  <!-- ① Root / Marketing page — highest priority -->
  <url>
    <loc>https://zapmanacademy.com/</loc>
    <lastmod>2026-02-25</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- ② /courses/ entry point (in case it's linked directly) -->
  <url>
    <loc>https://zapmanacademy.com/courses/</loc>
    <lastmod>2026-02-25</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>

  <!-- ② Pricing / Paywall — indexed, strong conversion page -->
  <url>
    <loc>https://zapmanacademy.com/courses/paywall.php</loc>
    <lastmod>2026-02-25</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- ③ Certificate Verifier — public trust signal -->
  <url>
    <loc>https://zapmanacademy.com/courses/verify.php</loc>
    <lastmod>2026-02-25</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

  <!--
    FUTURE: Dynamic course pages
    ─────────────────────────────
    When you're ready to index individual courses, create a sitemap.php
    that queries your DB and outputs <url> entries for each public course:

    <url>
      <loc>https://zapmanacademy.com/courses/learn/python-for-beginners</loc>
      <lastmod>2026-02-20</lastmod>
      <changefreq>monthly</changefreq>
      <priority>0.8</priority>
    </url>

    Then update this file to reference it as a sitemap index:
    <sitemapindex>
      <sitemap><loc>https://zapmanacademy.com/courses/sitemap.php</loc></sitemap>
    </sitemapindex>
  -->

</urlset>
