<?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">
    
    <!-- Home Page -->
    <url>
        <loc>https://myexami.com/</loc>
        <lastmod>2025-01-26</lastmod>
        <changefreq>daily</changefreq>
        <priority>1.0</priority>
    </url>
    
    <!-- Auth/Registration Page -->
    <url>
        <loc>https://myexami.com/auth</loc>
        <lastmod>2025-01-26</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.9</priority>
    </url>
    
    <!-- Terms and Policies -->
    <url>
        <loc>https://myexami.com/terms-and-policies</loc>
        <lastmod>2025-01-26</lastmod>
        <changefreq>yearly</changefreq>
        <priority>0.5</priority>
    </url>
    
    <!-- Student Dashboard (for logged-in users) -->
    <url>
        <loc>https://myexami.com/student/dashboard</loc>
        <lastmod>2025-01-26</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
    
    <!-- Student Packages -->
    <url>
        <loc>https://myexami.com/student/packages</loc>
        <lastmod>2025-01-26</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.9</priority>
    </url>
    
    <!-- Create Exam -->
    <url>
        <loc>https://myexami.com/student/create-exam</loc>
        <lastmod>2025-01-26</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
    
    <!-- My Exams -->
    <url>
        <loc>https://myexami.com/student/my-exams</loc>
        <lastmod>2025-01-26</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
    
    <!-- Unlocked Subjects -->
    <url>
        <loc>https://myexami.com/student/unlocked-subjects</loc>
        <lastmod>2025-01-26</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.7</priority>
    </url>
    
</urlset>
