<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static sitemap index. Added 2026-09-02.

  Before this file existed, https://robotrecipes.co/sitemap.xml 404'd, Apache routed
  the 404 to /error.php, and error.php 302-redirected to the homepage. Crawlers saw a
  redirect to the home page, which Google classifies as a soft 404. Anything submitted
  at that path in Search Console was failing silently.

  This file is deliberately STATIC and deliberately does NOT touch sitemap_001.xml.
  publisher/publisher_rr.php (the publishing cron) opens sitemap_001.xml with
  DOMDocument and rewrites it in place every time a recipe is published. Editing,
  splitting or regenerating that file from anywhere else risks corrupting the live
  publishing pipeline. Leave it alone; point at it from here instead.

  When you later split the recipe URLs into sitemap_recipes_1.xml, _2.xml etc.,
  add them as additional <sitemap> entries below.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://robotrecipes.co/sitemap_001.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://robotrecipes.co/sitemap_hubs.php</loc>
  </sitemap>
</sitemapindex>
