<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap INDEX, not a sitemap.

  Two things write sitemaps on this site and they must not share a file:

    sitemap-core.xml  the prerendered marketing routes. Shipped from the repo
                      (public/), so it is part of the build and deploy.sh
                      byte-verifies it like any other static file.

    sitemap-seo.xml   the generated search pages (/ai-models/, /compare/,
                      /alternatives/, /prices/). Written by the PocketBase SEO
                      engine straight into the docroot, rebuilt wholesale from
                      verified-published rows on every run. It is deliberately
                      NOT in the repo: deploy.sh byte-compares every non
                      index.html file in dist/ against the live site, so a
                      server-written file that also existed in dist/ would abort
                      the next deploy the moment its contents diverged.

  This index file is static and never regenerated, so it always matches the
  build. robots.txt points here.

  sitemap-seo.xml does not exist until the SEO engine's first successful run.
  Until then Search Console reports that one child as unfetchable and processes
  the other normally; it resolves itself the moment the engine publishes.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://pixelengine.pro/sitemap-core.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://pixelengine.pro/sitemap-seo.xml</loc>
  </sitemap>
</sitemapindex>
