<?xml version="1.0" encoding="UTF-8"?>
<!--
  Pizzeria Enzo sitemap.

  There is only one URL here on purpose. The site is a single HTML file
  that swaps "pages" in JavaScript and stores the current one in the URL
  fragment (#home, #menu, #contact). Search engines discard everything
  after the "#", so all three are the same URL to Google. Listing them
  would not add pages to the index, it would just add duplicates.

  See the note in the head of index.html for what it would take to make
  the menu and contact pages independently indexable.

  changefreq and priority are deliberately omitted: Google ignores both.
  lastmod is the one hint it does read, so keep it accurate. Update it
  when the page content actually changes, not on every upload.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://pizzeria-enzo.it/</loc>
    <lastmod>2026-09-04</lastmod>
  </url>
</urlset>
