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

  WHY IT CHANGED SHAPE. This file used to be the seven hand written pages, and those seven were
  the only URLs the site ever declared. Meanwhile there are 19,975 title pages at /title/*, none
  of them listed here and, until the "More like this" block went in, none of them linked to from
  anywhere either. They existed and nothing could find them.

  Twenty thousand entries do not belong in the same file as the seven, because they change for
  different reasons and on different schedules: the pages are edited by hand, the catalogue is
  filled by a cron. So this became an index over two files, which is the shape the sitemaps
  protocol has for exactly this.

    sitemap-pages.xml    seven pages, edited by hand
    sitemap-titles.xml   one entry per catalogue title, generated by build-sitemap.mjs

  robots.txt points here and needs no change: a crawler that reads an index follows both.

  lastmod on a child is the day that file was last regenerated, which is a claim about the file
  and not about the pages inside it. The per URL dates in each child are the real ones.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://cinefliq.com/sitemap-pages.xml</loc>
    <lastmod>2026-09-04</lastmod>
  </sitemap>
  <sitemap>
    <loc>https://cinefliq.com/sitemap-titles.xml</loc>
    <lastmod>2026-09-04</lastmod>
  </sitemap>
</sitemapindex>
