<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">

    <!-- Home Page -->
    <url>
        <loc>https://balvidyarthi.in/</loc>
        <lastmod>2026-02-01</lastmod>
        <changefreq>weekly</changefreq>
        <priority>1.0</priority>
    </url>

    <!-- Library / Blog Listing -->
    <url>
        <loc>https://balvidyarthi.in/blogs.html</loc>
        <lastmod>2026-02-01</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>

    <!-- About Us -->
    <url>
        <loc>https://balvidyarthi.in/about.html</loc>
        <lastmod>2026-02-01</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.6</priority>
    </url>

    <!-- Privacy Policy -->
    <url>
        <loc>https://balvidyarthi.in/privacy-policy.html</loc>
        <lastmod>2026-02-01</lastmod>
        <changefreq>yearly</changefreq>
        <priority>0.3</priority>
    </url>

    <!--
        NOTE: Individual blog post URLs (post.html?id=xxx) are dynamic
        and cannot be listed here as static URLs.

        For better SEO on individual articles, consider switching to
        clean URLs like /post/class-10-science-notes/ using a
        vercel.json rewrite rule in the future.

        Alternatively, generate this sitemap dynamically using a
        Cloud Function or Node.js script that reads your Firestore
        "blogs" collection and outputs all post URLs automatically.
    -->

</urlset>