<?xml version="1.0" encoding="UTF-8"?>
<!-- Master sitemap index. @astrojs/sitemap generates the landing pages as
     sitemap-0.xml; the Ghost blog serves its own sitemaps under /blog, proxied
     by the Cloudflare worker. This index stitches both together so Google
     Search Console sees the full set — it mirrors the pre-Astro sitemap.xml,
     which indexed the landing sitemap plus the 3 Ghost blog sitemaps.
     (If the landing ever exceeds 50k URLs, Astro adds sitemap-1.xml etc. —
     add them here too.) -->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://loyaltify.io/sitemap-0.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://loyaltify.io/blog/sitemap-pages.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://loyaltify.io/blog/sitemap-posts.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://loyaltify.io/blog/sitemap-authors.xml</loc>
  </sitemap>
</sitemapindex>
