<?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://bmcheats.eu/</loc>
        <lastmod><?php echo date('c'); ?></lastmod>
        <changefreq>weekly</changefreq>
        <priority>1.0</priority>
        <image:image>
            <image:loc>https://bmcheats.eu/assets/logo.png</image:loc>
            <image:title>BM Cheats Logo</image:title>
        </image:image>
        <image:image>
            <image:loc>https://bmcheats.eu/assets/cs2.jpg</image:loc>
            <image:title>CS2 External Cheat</image:title>
        </image:image>
    </url>
    
    <!-- Product page -->
    <url>
        <loc>https://bmcheats.eu/product</loc>
        <lastmod><?php echo date('c'); ?></lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
    
    <!-- Success page -->
    <url>
        <loc>https://bmcheats.eu/success</loc>
        <lastmod><?php echo date('c'); ?></lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.5</priority>
    </url>
    
    <!-- Dashboard (login page) -->
    <url>
        <loc>https://bmcheats.eu/dashboard</loc>
        <lastmod><?php echo date('c'); ?></lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>

</urlset>