<?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">
    
    <!-- Hauptseite -->
    <url>
        <loc>https://nourrestaurant.de/</loc>
        <lastmod><?php echo date('Y-m-d'); ?></lastmod>
        <changefreq>daily</changefreq>
        <priority>1.0</priority>
        <image:image>
            <image:loc>https://nourrestaurant.de/images/restaurant-header.jpg</image:loc>
            <image:caption>Nour Restaurant - Authentische afghanische und orientalische Küche</image:caption>
            <image:title>Nour Restaurant Hauptbild</image:title>
        </image:image>
    </url>
    
    <!-- Speisekarte Sektion -->
    <url>
        <loc>https://nourrestaurant.de/#menu</loc>
        <lastmod><?php echo date('Y-m-d'); ?></lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
    
    <!-- Kunden-Registrierung -->
    <url>
        <loc>https://nourrestaurant.de/customer-register.php</loc>
        <lastmod><?php echo date('Y-m-d'); ?></lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>
    
    <!-- Kunden-Login -->
    <url>
        <loc>https://nourrestaurant.de/customer-login.php</loc>
        <lastmod><?php echo date('Y-m-d'); ?></lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.6</priority>
    </url>
    
</urlset>
