<?xml version="1.0" encoding="UTF-8"?>
<!--
  Two pages, one per locale, each declaring the other as its alternate so a
  crawler treats them as translations rather than as duplicates. Greek is
  x-default: the product is sold in Greece first.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">
  <url>
    <loc>https://www.maiengage.app/</loc>
    <xhtml:link rel="alternate" hreflang="el" href="https://www.maiengage.app/" />
    <xhtml:link rel="alternate" hreflang="en" href="https://www.maiengage.app/en/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://www.maiengage.app/" />
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://www.maiengage.app/en/</loc>
    <xhtml:link rel="alternate" hreflang="el" href="https://www.maiengage.app/" />
    <xhtml:link rel="alternate" hreflang="en" href="https://www.maiengage.app/en/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://www.maiengage.app/" />
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
</urlset>
