<?xml version="1.0" encoding="UTF-8"?>
<!--
  Master sitemap index — the single URL Google should be told about.
  Fans out to:
    • sitemap.xml         — marketing site pages (real URLs, see ROUTES task)
    • sitemap-images.xml  — gallery photos with Hebrew keyword titles
    • blog/sitemap-index.xml — Astro auto-generates the blog's own index

  When adding a new sitemap, list it here and Google picks it up on
  the next crawl. robots.txt points at THIS file (not at the
  individual sitemaps) so we have one place to maintain the list.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://www.gelastudio.co.il/sitemap.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://www.gelastudio.co.il/sitemap-images.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://www.gelastudio.co.il/blog/sitemap-index.xml</loc>
  </sitemap>
</sitemapindex>
