<?xml version="1.0" encoding="UTF-8"?>
<!-- Public entry point /sitemap.xml (sitemap-index) → points to the physical file
     JSitemap PRO writes via "Export/Write XML Sitemap" → "Write XML Standard Sitemap".
     ⚠️ VERIFY the child filename after Write — JSitemap names it either
        sitemap_xml.xml (monolingual, expected here: content is language='*')
        or sitemap_xml_el.xml (lang-suffixed).
     Check both:  curl -s -o /dev/null -w "%{http_code}" https://www.koulalis.gr/sitemap_xml.xml
     and adjust the <loc> below to whichever returns 200. Then re-check
        curl -I https://www.koulalis.gr/sitemap.xml   (must be 200). -->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://www.koulalis.gr/sitemap_xml.xml</loc>
  </sitemap>
  <!-- If JSitemap also writes an images sitemap, add it here (verify the name):
  <sitemap>
    <loc>https://www.koulalis.gr/sitemap_images.xml</loc>
  </sitemap>
  -->
</sitemapindex>
