<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">
    
    <!-- Homepage -->
    <url>
        <loc>https://beyondnomadism.org/</loc>
        <lastmod><?php echo date('c'); ?></lastmod>
        <changefreq>daily</changefreq>
        <priority>1.0</priority>
        <image:image>
            <image:loc>https://beyondnomadism.org/assets/images/favicon.png</image:loc>
            <image:title>BondAfrica - Empowering Nomadic Communities</image:title>
            <image:caption>BondAfrica supports nomadic communities across East Africa through education, healthcare, and sustainable development programs.</image:caption>
        </image:image>
    </url>
    
    <!-- About Pages -->
    <url>
        <loc>https://beyondnomadism.org/about</loc>
        <lastmod><?php echo date('c'); ?></lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>
    
    <url>
        <loc>https://beyondnomadism.org/vision</loc>
        <lastmod><?php echo date('c'); ?></lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>
    
    <url>
        <loc>https://beyondnomadism.org/history</loc>
        <lastmod><?php echo date('c'); ?></lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>
    
    <!-- Programs -->
    <url>
        <loc>https://beyondnomadism.org/programs</loc>
        <lastmod><?php echo date('c'); ?></lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
    
    <!-- Get Involved -->
    <url>
        <loc>https://beyondnomadism.org/volunteers</loc>
        <lastmod><?php echo date('c'); ?></lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
    
    <url>
        <loc>https://beyondnomadism.org/donate</loc>
        <lastmod><?php echo date('c'); ?></lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
    
    <!-- Blog -->
    <url>
        <loc>https://beyondnomadism.org/blog</loc>
        <lastmod><?php echo date('c'); ?></lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
    
    <!-- Gallery -->
    <url>
        <loc>https://beyondnomadism.org/gallery</loc>
        <lastmod><?php echo date('c'); ?></lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.6</priority>
    </url>
    
    <!-- Contact -->
    <url>
        <loc>https://beyondnomadism.org/contact</loc>
        <lastmod><?php echo date('c'); ?></lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>
    
    <!-- Legal Pages -->
    <url>
        <loc>https://beyondnomadism.org/privacy</loc>
        <lastmod><?php echo date('c'); ?></lastmod>
        <changefreq>yearly</changefreq>
        <priority>0.3</priority>
    </url>
    
    <url>
        <loc>https://beyondnomadism.org/terms</loc>
        <lastmod><?php echo date('c'); ?></lastmod>
        <changefreq>yearly</changefreq>
        <priority>0.3</priority>
    </url>
    
</urlset>