<?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 - Landing Page (HIGHEST PRIORITY) -->
    <url>
        <loc>https://kampunginggrisbatam.com/</loc>
        <lastmod>2025-01-28</lastmod>
        <changefreq>daily</changefreq>
        <priority>1.0</priority>
    </url>

    <!-- Student Registration Page (HIGH PRIORITY - Conversion Page) -->
    <url>
        <loc>https://kampunginggrisbatam.com/register</loc>
        <lastmod>2025-01-28</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>

    <!-- Inhouse Training Request (MEDIUM-HIGH PRIORITY) -->
    <url>
        <loc>https://kampunginggrisbatam.com/inhouse-training</loc>
        <lastmod>2025-01-28</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>

    <!-- Privacy Policy (LOW PRIORITY - Required for Trust) -->
    <url>
        <loc>https://kampunginggrisbatam.com/privacy-policy</loc>
        <lastmod>2025-01-28</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.3</priority>
    </url>

    <!-- Terms of Service (LOW PRIORITY - Required for Trust) -->
    <url>
        <loc>https://kampunginggrisbatam.com/terms-of-service</loc>
        <lastmod>2025-01-28</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.3</priority>
    </url>

    <!--
    NOTE: Update lastmod dates whenever content changes

    Priority Guidelines:
    - 1.0 = Homepage only
    - 0.8-0.9 = Important conversion pages
    - 0.5-0.7 = Content pages
    - 0.3-0.4 = Legal/utility pages

    Changefreq Guidelines:
    - daily = Homepage, blog (if applicable)
    - weekly = Service pages, conversion pages
    - monthly = Static pages, legal pages

    TODO for Future:
    - Add individual program pages when created
    - Add blog posts when blog section is launched
    - Add testimonials page if created as standalone
    -->

</urlset>
