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

    <!-- 1. Public Marketing & Information Pages (High Priority) -->
    <url>
        <loc>https://student-planner-app.com/</loc>
        <priority>1.0</priority>
        <changefreq>weekly</changefreq>
    </url>
    <!-- <url>
        <loc>https://student-planner-app.com/features</loc>
        <priority>0.9</priority>
        <changefreq>monthly</changefreq>
    </url> -->
    <url>
        <loc>https://student-planner-app.com/pricing</loc>
        <priority>0.8</priority>
        <changefreq>monthly</changefreq>
    </url>
    <url>
        <loc>https://student-planner-app.com/contact</loc>
        <priority>0.6</priority>
        <changefreq>yearly</changefreq>
    </url>
    <url>
        <loc>https://student-planner-app.com/about-us</loc>
        <priority>0.5</priority>
        <changefreq>yearly</changefreq>
    </url>

    <!-- 2. User Authentication & Account Pages (For public-facing authentication views) -->
    <url>
        <loc>https://student-planner-app.com/auth</loc>
        <priority>0.4</priority>
        <changefreq>monthly</changefreq>
    </url>
    <!-- <url>
        <loc>https://student-planner-app.com/auth/reset-password</loc>
        <priority>0.3</priority>
        <changefreq>never</changefreq>
    </url> -->
    <!-- Guest mode views (Low )-->
    <url>
        <loc>https://student-planner-app.com/dashboard</loc>
        <priority>0.5</priority>
        <changefreq>daily</changefreq>
    </url>
    <url>
        <loc>https://student-planner-app.com/grades</loc>
        <priority>0.5</priority>
        <changefreq>daily</changefreq>
    </url>
    <url>
        <loc>https://student-planner-app.com/pomodoro</loc>
        <priority>0.5</priority>
        <changefreq>daily</changefreq>
    </url>
    <url>
        <loc>https://student-planner-app.com/timetable</loc>
        <priority>0.5</priority>
        <changefreq>daily</changefreq>
    </url>
    <url>
        <loc>https://student-planner-app.com/profile</loc>
        <priority>0.5</priority>
        <changefreq>daily</changefreq>
    </url>
    <url>
        <loc>https://student-planner-app.com/study</loc>
        <priority>0.5</priority>
        <changefreq>daily</changefreq>
    </url>
    <url>
        <loc>https://student-planner-app.com/app/calendar</loc>
        <priority>0.6</priority>
        <changefreq>daily</changefreq>
    </url>
    <url>
        <loc>https://student-planner-app.com/tasks</loc>
        <priority>0.6</priority>
        <changefreq>weekly</changefreq>
    </url>
    <url>
        <loc>https://student-planner-app.com/notes</loc>
        <priority>0.6</priority>
        <changefreq>weekly</changefreq>
    </url>
</urlset>