<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap for strougaspizza.gr (deploy at the domain root: /sitemap.xml).
  Covers both surfaces on the same domain:

    /orders          — English online ordering platform (e-shop homepage)
    /paragelia       — Greek online ordering platform (e-shop homepage)
    /     — marketing landing (this project, EL + EN)

  Add product / category URLs from the e-shop platform below as the catalogue grows.
  If/when the e-shop gets its own auto-generated sitemap, convert this file into a
  <sitemapindex> that points at both sub-sitemaps — until then, one flat file is fine.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">

  <!-- E-shop / order platform English -->
  <url>
    <loc>https://strougaspizza.gr/order</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- E-shop / order platform Greek -->
  <url>
    <loc>https://strougaspizza.gr/paragelia</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- Marketing landing (Greek, default) -->
  <url>
    <loc>https://strougaspizza.gr/</loc>
    <xhtml:link rel="alternate" hreflang="el"        href="https://strougaspizza.gr/"/>
    <xhtml:link rel="alternate" hreflang="en"        href="https://strougaspizza.gr/?lang=en"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://strougaspizza.gr/"/>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Marketing landing (English) -->
  <url>
    <loc>https://strougaspizza.gr/?lang=en</loc>
    <xhtml:link rel="alternate" hreflang="el"        href="https://strougaspizza.gr/"/>
    <xhtml:link rel="alternate" hreflang="en"        href="https://strougaspizza.gr/?lang=en"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://strougaspizza.gr/"/>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>

</urlset>
