<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    <!-- Static Routes -->
    <url>
        <loc>https://prajaschemes.in/</loc>
        <changefreq>daily</changefreq>
        <priority>1.0</priority>
    </url>
    <url>
        <loc>https://prajaschemes.in/central.html</loc>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
    <url>
        <loc>https://prajaschemes.in/about.html</loc>
        <changefreq>monthly</changefreq>
        <priority>0.6</priority>
    </url>
    <url>
        <loc>https://prajaschemes.in/contact.html</loc>
        <changefreq>monthly</changefreq>
        <priority>0.6</priority>
    </url>

    <!-- Example Dynamic Routes (States) -->
    <!-- In a production build process, a script should generate these automatically from Firestore before deploy -->
    <url>
        <loc>https://prajaschemes.in/state.html?state=andhra_pradesh</loc>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
    <url>
        <loc>https://prajaschemes.in/state.html?state=telangana</loc>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
    <url>
        <loc>https://prajaschemes.in/state.html?state=tamil_nadu</loc>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>

    <!-- Example Dynamic Routes (Schemes) -->
    <!-- These should be generated dynamically or Server-Side rendered for large scale -->
    <url>
        <loc>https://prajaschemes.in/scheme.html?state=andhra_pradesh&amp;id=aarogyasri</loc>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>
    <url>
        <loc>https://prajaschemes.in/scheme.html?state=telangana&amp;id=rythu-bandhu</loc>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>
</urlset>
