<?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://burgerly.com.do/</loc>
        <lastmod><?php echo date('Y-m-d'); ?></lastmod>
        <changefreq>daily</changefreq>
        <priority>1.0</priority>
        <image:image>
            <image:loc>https://burgerly.com.do/assets/images/logo.png</image:loc>
            <image:title>Burgerly Logo</image:title>
            <image:caption>Burgerly - Hecho pa' repetir</image:caption>
        </image:image>
    </url>
    
    <!-- Favicon -->
    <url>
        <loc>https://burgerly.com.do/ico.ico</loc>
        <lastmod><?php echo date('Y-m-d'); ?></lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.5</priority>
    </url>
</urlset>