<?xml version="1.0" encoding="UTF-8"?>
<!--
  Mappa del SITO VETRINA (aureltable.com) — 18 settembre 2026.

  Perche' esiste, in breve: /sitemap.xml e' una riscrittura verso la funzione
  Supabase che elenca i RISTORANTI su useaurel.com. Su aureltable.com quella
  riscrittura non scatta (il middleware risponde "no-match-pattern" e si finisce
  sull'app), e comunque quella mappa non contiene nessuna pagina di aureltable.com.
  Risultato: le quattro pagine del prodotto — rese indicizzabili il 17 settembre —
  non stavano in nessuna mappa. Questo file e' statico apposta: non tocca ne' il
  middleware ne' Supabase, e i file statici si servono bene su tutti e due i domini.

  Gli hreflang qui sotto ripetono ESATTAMENTE quelli dichiarati nelle pagine:
  se mappa e pagina si contraddicono, Google scarta entrambe.

  Non ci sono /termini, /ristoranti e la radice: le prime due dichiarano il
  canonical su useaurel.com (quindi appartengono a quella mappa), la radice fa
  un 308 verso /home.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">

  <url>
    <loc>https://aureltable.com/home</loc>
    <lastmod>2026-09-18</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
    <xhtml:link rel="alternate" hreflang="it" href="https://aureltable.com/home"/>
    <xhtml:link rel="alternate" hreflang="en-GB" href="https://aureltable.com/home-en"/>
    <xhtml:link rel="alternate" hreflang="en-US" href="https://aureltable.com/home-en"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://aureltable.com/home-en"/>
  </url>

  <url>
    <loc>https://aureltable.com/home-en</loc>
    <lastmod>2026-09-18</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
    <xhtml:link rel="alternate" hreflang="it" href="https://aureltable.com/home"/>
    <xhtml:link rel="alternate" hreflang="en-GB" href="https://aureltable.com/home-en"/>
    <xhtml:link rel="alternate" hreflang="en-US" href="https://aureltable.com/home-en"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://aureltable.com/home-en"/>
  </url>

  <!-- 18 set — l'iscrizione e' servita identica sui due domini: da oggi dichiara il
       canonical qui, quindi appartiene a questa mappa. Non ha una versione inglese
       separata, per questo non ha hreflang. -->
  <url>
    <loc>https://aureltable.com/iscriviti</loc>
    <lastmod>2026-09-18</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>

  <url>
    <loc>https://aureltable.com/prezzi</loc>
    <lastmod>2026-09-18</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
    <xhtml:link rel="alternate" hreflang="it" href="https://aureltable.com/prezzi"/>
    <xhtml:link rel="alternate" hreflang="en-GB" href="https://aureltable.com/prezzi-en"/>
    <xhtml:link rel="alternate" hreflang="en-US" href="https://aureltable.com/prezzi-en"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://aureltable.com/prezzi-en"/>
  </url>

  <url>
    <loc>https://aureltable.com/prezzi-en</loc>
    <lastmod>2026-09-18</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
    <xhtml:link rel="alternate" hreflang="it" href="https://aureltable.com/prezzi"/>
    <xhtml:link rel="alternate" hreflang="en-GB" href="https://aureltable.com/prezzi-en"/>
    <xhtml:link rel="alternate" hreflang="en-US" href="https://aureltable.com/prezzi-en"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://aureltable.com/prezzi-en"/>
  </url>

</urlset>
