<?xml version="1.0" encoding="UTF-8"?>
<!-- sitemap-index for cnctech.gr — deploy to site ROOT as /sitemap.xml so the
     public entry point ends in "sitemap.xml" (robots.txt points here).
     Points to the physical per-language files that JSitemap PRO writes via
     Control Panel → "Write XML Sitemap".
     ⚠️ VERIFY the real child filenames after Write (JSitemap names them
     differently per site). Expected for this bilingual site:
       https://www.cnctech.gr/sitemap_xml_el.xml
       https://www.cnctech.gr/sitemap_xml_en.xml
     Check each:  curl -s -o /dev/null -w "%{http_code}\n" https://www.cnctech.gr/sitemap_xml_el.xml
     If the real name differs (e.g. sitemap_xml.xml without lang), update the
     <loc> lines below to match. -->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://www.cnctech.gr/sitemap_xml_el.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://www.cnctech.gr/sitemap_xml_en.xml</loc>
  </sitemap>
  <!-- Optional image sitemaps (if "Write XML Images Sitemap" is used):
  <sitemap>
    <loc>https://www.cnctech.gr/sitemap_images_el.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://www.cnctech.gr/sitemap_images_en.xml</loc>
  </sitemap>
  -->
</sitemapindex>
