<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    <url>
        <loc>https://11xplay365.com/</loc>
        <priority>1.0</priority>
        <changefreq>daily</changefreq>
    </url>
    <url>
        <loc>https://11xplay365.com/11xplay-login-id</loc>
        <priority>0.9</priority>
        <changefreq>weekly</changefreq>
    </url>
    <url>
        <loc>https://11xplay365.com/11xplay-app-download</loc>
        <priority>0.9</priority>
        <changefreq>weekly</changefreq>
    </url>
    <url>
        <loc>https://11xplay365.com/11xplay-official-support</loc>
        <priority>0.8</priority>
        <changefreq>weekly</changefreq>
    </url>
    <url>
        <loc>https://11xplay365.com/cricket-exchange</loc>
        <priority>0.8</priority>
        <changefreq>weekly</changefreq>
    </url>
    <url>
        <loc>https://11xplay365.com/live-casino</loc>
        <priority>0.8</priority>
        <changefreq>weekly</changefreq>
    </url>
    <url>
        <loc>https://11xplay365.com/blog</loc>
        <priority>0.7</priority>
        <changefreq>daily</changefreq>
    </url>
    <url>
        <loc>https://11xplay365.com/betting-tips</loc>
        <priority>0.7</priority>
        <changefreq>daily</changefreq>
    </url>

    <?php
    if (file_exists('blog-data.php')) {
        include 'blog-data.php';
        foreach($all_blogs as $blog) {
            $clean_url = str_replace('.php', '', $blog['url']);
            echo "<url>
                <loc>https://11xplay365.com/" . htmlspecialchars(ltrim($clean_url, '/')) . "</loc>
                <priority>0.6</priority>
                <changefreq>monthly</changefreq>
            </url>";
        }
    }
    ?>
</urlset>