<?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">
  
  <!-- Homepage - Highest priority for SEO -->
  <url>
    <loc>https://leetberry.com/</loc>
    <lastmod>2025-01-15</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  
  <!-- Free Course Signup - High priority for conversions -->
  <url>
    <loc>https://leetberry.com/free-course-signup</loc>
    <lastmod>2025-01-15</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.95</priority>
  </url>
  
  <!-- FAQ Page - High priority for long-tail keyword targeting -->
  <url>
    <loc>https://leetberry.com/faq</loc>
    <lastmod>2025-01-15</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
  
  <!-- Course Content Pages (for SEO/GEO) -->
  <url>
    <loc>https://leetberry.com/courses</loc>
    <lastmod>2025-01-15</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.85</priority>
  </url>
  
  <!-- Auth/Login -->
  <url>
    <loc>https://leetberry.com/auth</loc>
    <lastmod>2025-01-15</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  
  <!-- Module Pages (if publicly accessible) -->
  <url>
    <loc>https://leetberry.com/modules/introduction</loc>
    <lastmod>2025-01-15</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.75</priority>
  </url>
  
</urlset>

