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

    <!-- Homepage -->
    <url>
        <loc>https://baghwafamilytree.com/</loc>
        <changefreq>daily</changefreq>
        <priority>1.0</priority>
    </url>

    <!-- Locale Change - example for English and Urdu -->
    <url>
        <loc>https://baghwafamilytree.com/locale/en</loc>
        <changefreq>monthly</changefreq>
        <priority>0.5</priority>
    </url>
    <url>
        <loc>https://baghwafamilytree.com/locale/ur</loc>
        <changefreq>monthly</changefreq>
        <priority>0.5</priority>
    </url>

    <!-- AJAX/API style endpoints -->
    <url>
        <loc>https://baghwafamilytree.com/get_relationship_members</loc>
        <changefreq>weekly</changefreq>
        <priority>0.6</priority>
    </url>

    <url>
        <loc>https://baghwafamilytree.com/search</loc>
        <changefreq>weekly</changefreq>
        <priority>0.7</priority>
    </url>

    <url>
        <loc>https://baghwafamilytree.com/search_family_relationship</loc>
        <changefreq>weekly</changefreq>
        <priority>0.7</priority>
    </url>

    <!-- Authentication Routes -->
    <url>
        <loc>https://baghwafamilytree.com/login</loc>
        <changefreq>monthly</changefreq>
        <priority>0.4</priority>
    </url>
    <url>
        <loc>https://baghwafamilytree.com/register</loc>
        <changefreq>monthly</changefreq>
        <priority>0.4</priority>
    </url>
    <url>
        <loc>https://baghwafamilytree.com/password/reset</loc>
        <changefreq>monthly</changefreq>
        <priority>0.3</priority>
    </url>

    <!-- User Home -->
    <url>
        <loc>https://baghwafamilytree.com/home</loc>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>

</urlset>

