<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:news="http://www.google.com/schemas/sitemap-news/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml"
        xmlns:mobile="http://www.google.com/schemas/sitemap-mobile/1.0"
        xmlns:image="http://www.google.com/schemas/sitemap-image/1.1"
        xmlns:video="http://www.google.com/schemas/sitemap-video/1.1">

    <!-- Homepage -->
    <url>
        <loc>https://restaurant-aura.de/</loc>
        <lastmod>2024-12-15T10:00:00+01:00</lastmod>
        <changefreq>daily</changefreq>
        <priority>1.0</priority>
        <mobile:mobile/>
        <image:image>
            <image:loc>https://restaurant-aura.de/Aura.png</image:loc>
            <image:caption>Aura Restaurant Logo</image:caption>
            <image:title>Aura Restaurant - Premium Dining Experience</image:title>
        </image:image>
    </url>

    <!-- Speisekarte (Menu) -->
    <url>
        <loc>https://restaurant-aura.de/speisekarte</loc>
        <lastmod>2024-12-15T10:00:00+01:00</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
        <mobile:mobile/>
        <image:image>
            <image:loc>https://restaurant-aura.de/menu-preview.jpg</image:loc>
            <image:caption>Aura Restaurant Speisekarte</image:caption>
            <image:title>Premium Speisekarte - Aura Restaurant</image:title>
        </image:image>
    </url>

    <!-- Getränkekarte (Drinks Menu) -->
    <url>
        <loc>https://restaurant-aura.de/getrenkekarte</loc>
        <lastmod>2024-12-15T10:00:00+01:00</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
        <mobile:mobile/>
        <image:image>
            <image:loc>https://restaurant-aura.de/drinks-preview.jpg</image:loc>
            <image:caption>Aura Restaurant Getränkekarte</image:caption>
            <image:title>Exquisite Getränkekarte - Aura Restaurant</image:title>
        </image:image>
    </url>

    <!-- Online Bestellen (Online Ordering) -->
    <url>
        <loc>https://restaurant-aura.de/online-bestellen</loc>
        <lastmod>2024-12-15T10:00:00+01:00</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
        <mobile:mobile/>
        <image:image>
            <image:loc>https://restaurant-aura.de/online-order-preview.jpg</image:loc>
            <image:caption>Online Bestellen bei Aura Restaurant</image:caption>
            <image:title>Bequem Online Bestellen - Aura Restaurant</image:title>
        </image:image>
    </url>

    <!-- Table Order -->
    <url>
        <loc>https://restaurant-aura.de/table-order</loc>
        <lastmod>2024-12-15T10:00:00+01:00</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
        <mobile:mobile/>
    </url>

    <!-- Credit Card Payment -->
    <url>
        <loc>https://restaurant-aura.de/credit-card-payment</loc>
        <lastmod>2024-12-15T10:00:00+01:00</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.6</priority>
        <mobile:mobile/>
    </url>

    <!-- Payment Success -->
    <url>
        <loc>https://restaurant-aura.de/payment-success</loc>
        <lastmod>2024-12-15T10:00:00+01:00</lastmod>
        <changefreq>yearly</changefreq>
        <priority>0.3</priority>
        <mobile:mobile/>
    </url>

    <!-- Payment Error -->
    <url>
        <loc>https://restaurant-aura.de/payment-error</loc>
        <lastmod>2024-12-15T10:00:00+01:00</lastmod>
        <changefreq>yearly</changefreq>
        <priority>0.2</priority>
        <mobile:mobile/>
    </url>

    <!-- Payment Cancel -->
    <url>
        <loc>https://restaurant-aura.de/payment-cancel</loc>
        <lastmod>2024-12-15T10:00:00+01:00</lastmod>
        <changefreq>yearly</changefreq>
        <priority>0.2</priority>
        <mobile:mobile/>
    </url>

</urlset> 