<?xml version="1.0" encoding="UTF-8"?>
<!--
  An index, not a list of pages.

  This file used to name fourteen URLs by hand, every one of them on
  https://ghooomle.com — the host that 308-redirects to www. So Google fetched
  the list, followed each URL, got a redirect, and filed them under "Page with
  redirect". Forty-one pages, validation failed, and it would have kept failing:
  nothing was broken, the sitemap was naming the wrong side of the redirect.

  It was also two months out of date and had never contained a single blog post
  or package page, because keeping it current meant remembering to edit a file
  in the frontend repo every time somebody published something. Nobody did.

  So it is split:

    sitemap-pages.xml    the fixed pages. Static, in public/, changes rarely.
    sitemap-content.xml  blog posts and packages. Generated by the API, so it
                         is right the moment something is published. Reaches
                         this domain through a rewrite in vercel.json.

  Static files are served before rewrites are applied, which is why the
  generated one has a name no file in public/ uses.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://www.ghooomle.com/sitemap-pages.xml</loc>
    <lastmod>2026-09-22</lastmod>
  </sitemap>
  <sitemap>
    <loc>https://www.ghooomle.com/sitemap-content.xml</loc>
  </sitemap>
</sitemapindex>
