<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    <!-- Homepage -->
    <url>
        <loc>https://picha.co.ke/</loc>
        <priority>1.0</priority>
        <changefreq>daily</changefreq>
    </url>

    <!-- Authentication Pages -->
    <url>
        <loc>https://picha.co.ke/login</loc>
        <priority>0.8</priority>
        <changefreq>weekly</changefreq>
    </url>
    <url>
        <loc>https://picha.co.ke/signup</loc>
        <priority>0.8</priority>
        <changefreq>weekly</changefreq>
    </url>

    <!-- Public Pages (for SEO) -->
    <url>
        <loc>https://picha.co.ke/landing</loc>
        <priority>0.9</priority>
        <changefreq>weekly</changefreq>
    </url>
    <url>
        <loc>https://picha.co.ke/legal</loc>
        <priority>0.5</priority>
        <changefreq>monthly</changefreq>
    </url>

    <!-- Dashboard Pages (Authenticated - Low Priority) -->
    <url>
        <loc>https://picha.co.ke/dashboard</loc>
        <priority>0.7</priority>
        <changefreq>weekly</changefreq>
    </url>
    <url>
        <loc>https://picha.co.ke/dashboard/profile</loc>
        <priority>0.6</priority>
        <changefreq>monthly</changefreq>
    </url>
    <url>
        <loc>https://picha.co.ke/dashboard/images</loc>
        <priority>0.6</priority>
        <changefreq>weekly</changefreq>
    </url>
    <url>
        <loc>https://picha.co.ke/dashboard/videos</loc>
        <priority>0.6</priority>
        <changefreq>weekly</changefreq>
    </url>
    <url>
        <loc>https://picha.co.ke/dashboard/albums</loc>
        <priority>0.6</priority>
        <changefreq>weekly</changefreq>
    </url>
    <url>
        <loc>https://picha.co.ke/dashboard/calendar</loc>
        <priority>0.5</priority>
        <changefreq>weekly</changefreq>
    </url>
    <url>
        <loc>https://picha.co.ke/dashboard/invoice</loc>
        <priority>0.5</priority>
        <changefreq>weekly</changefreq>
    </url>
    <url>
        <loc>https://picha.co.ke/dashboard/quotations</loc>
        <priority>0.5</priority>
        <changefreq>weekly</changefreq>
    </url>
    <url>
        <loc>https://picha.co.ke/dashboard/transactions</loc>
        <priority>0.5</priority>
        <changefreq>weekly</changefreq>
    </url>
    <url>
        <loc>https://picha.co.ke/dashboard/settings</loc>
        <priority>0.5</priority>
        <changefreq>monthly</changefreq>
    </url>

    <!-- Public Portfolio/Booking Pages (Subdomain or Public Routes) -->
    <url>
        <loc>https://picha.co.ke/portfolio</loc>
        <priority>0.9</priority>
        <changefreq>daily</changefreq>
    </url>
    <url>
        <loc>https://picha.co.ke/booking</loc>
        <priority>0.8</priority>
        <changefreq>daily</changefreq>
    </url>
    <url>
        <loc>https://picha.co.ke/quotation</loc>
        <priority>0.7</priority>
        <changefreq>weekly</changefreq>
    </url>
    <url>
        <loc>https://picha.co.ke/proofing</loc>
        <priority>0.7</priority>
        <changefreq>weekly</changefreq>
    </url>
    <url>
        <loc>https://picha.co.ke/stories</loc>
        <priority>0.7</priority>
        <changefreq>weekly</changefreq>
    </url>
    <url>
        <loc>https://picha.co.ke/shared-content</loc>
        <priority>0.6</priority>
        <changefreq>weekly</changefreq>
    </url>

    <!-- Note: Dynamic portfolio/gallery URLs for subdomains:
    Replace {studio-subdomain} with actual studio names:
    https://{studio-subdomain}.picha.co.ke/
    https://{studio-subdomain}.picha.co.ke/booking
    https://{studio-subdomain}.picha.co.ke/quotation
    
    Consider implementing a dynamic sitemap on backend to:
    1. Query all active studios from database
    2. Generate dynamic URLs for each studio
    3. Serve from https://picha.co.ke/api/sitemap or similar
    -->
</urlset>
