<?xml version="1.0" encoding="UTF-8"?>
<urlset 
  xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
  xmlns:xhtml="http://www.w3.org/1999/xhtml">

  <!-- Startseite -->
  <url>
    <loc>https://nikis.cafe/</loc>
    <lastmod>2024-05-27</lastmod> <!-- Korrektur: Aktuelles Datum -->
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Speisekarte -->
  <url>
    <loc>https://nikis.cafe/speisekarte.html</loc>
    <lastmod>2024-05-27</lastmod> <!-- Korrektur: Aktuelles Datum -->
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- Reservierung -->
  <url>
    <loc>https://nikis.cafe/reservierung.html</loc>
    <lastmod>2024-05-27</lastmod> <!-- Korrektur: Aktuelles Datum -->
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- Gutschein -->
  <url>
    <loc>https://nikis.cafe/gutschein.html</loc>
    <lastmod>2024-05-27</lastmod> <!-- Korrektur: Aktuelles Datum -->
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

  <!-- NEU: Café Offenburg -->
  <url>
    <loc>https://nikis.cafe/cafe-offenburg</loc>
    <lastmod>2024-05-27</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority> <!-- Hohe Priorität für Standort-Seite -->
  </url>

  <!-- NEU: Flammenkuchen Offenburg -->
  <url>
    <loc>https://nikis.cafe/flammenkuchen-offenburg.html</loc>
    <lastmod>2024-05-27</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority> <!-- Hohe Priorität für Spezialitäten-Seite -->
  </url>

  <!-- Impressum -->
  <url>
    <loc>https://nikis.cafe/impressum.html</loc>
    <lastmod>2024-05-27</lastmod> <!-- Korrektur: Aktuelles Datum -->
    <changefreq>yearly</changefreq>
    <priority>0.1</priority>
  </url>

</urlset>