<?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://echoelle.ro/</loc>
        <lastmod><?php echo date('Y-m-d'); ?></lastmod>
        <changefreq>weekly</changefreq>
        <priority>1.0</priority>
        <image:image>
            <image:loc>https://echoelle.ro/assets/img/hero-desktop.jpg</image:loc>
            <image:title>EchoElle Duo Muzică Live București</image:title>
            <image:caption>Duo café-concerto cu violă și pian pentru evenimente private și corporate</image:caption>
        </image:image>
        <image:image>
            <image:loc>https://echoelle.ro/assets/img/logo.png</image:loc>
            <image:title>EchoElle Logo</image:title>
            <image:caption>Logo oficial EchoElle duo muzică live</image:caption>
        </image:image>
    </url>
    
    <!-- About Section -->
    <url>
        <loc>https://echoelle.ro/#about</loc>
        <lastmod><?php echo date('Y-m-d'); ?></lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>
    
    <!-- Gallery Section -->
    <url>
        <loc>https://echoelle.ro/#gallery</loc>
        <lastmod><?php echo date('Y-m-d'); ?></lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>
    
    <!-- Services Section -->
    <url>
        <loc>https://echoelle.ro/#services</loc>
        <lastmod><?php echo date('Y-m-d'); ?></lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
    
    <!-- Contact Section -->
    <url>
        <loc>https://echoelle.ro/#contact</loc>
        <lastmod><?php echo date('Y-m-d'); ?></lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
    
</urlset>