<?xml version="1.0" encoding="UTF-8"?>
<!--
  Plato sitemap — apex marketing + product demo only.

  Per-restaurant menus (/r/:slug) and order-tracking pages (/order/:id)
  are intentionally excluded; they're QR-scan / post-checkout flows
  with no value to search engines. See robots.txt for the matching
  Disallow rules.

  Bilingual SEO is signaled via xhtml:link rel="alternate" hreflang
  inside each <url> entry. We serve a single URL per route that
  detects the user's language client-side; the hreflang tags tell
  Google which language users in each region should land on.
-->
<urlset
  xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
  xmlns:xhtml="http://www.w3.org/1999/xhtml"
>
  <url>
    <loc>https://platomenu.com/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://platomenu.com/" />
    <xhtml:link rel="alternate" hreflang="el" href="https://platomenu.com/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://platomenu.com/" />
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://platomenu.com/demo</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://platomenu.com/demo" />
    <xhtml:link rel="alternate" hreflang="el" href="https://platomenu.com/demo" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://platomenu.com/demo" />
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
</urlset>
