<?xml version="1.0" encoding="UTF-8"?>
<!--
  Top-level sitemap INDEX for /cameras/: this is the one URL to submit in
  Google/Bing Search Console (https://joshbytes.com/cameras/sitemap.xml).
  It just points at each catalog's own sitemap; it deliberately does NOT
  list individual page URLs itself, and deliberately is NOT regenerated by
  either build-camera-pages step, since its content never depends on either
  catalog's data (the two sub-sitemap URLs never change), so it's simplest
  and safest to just check this in once. See build_camera_pages.py's module
  docstring ("WHY TWO SITEMAPS, NOT ONE") for why the per-catalog
  sitemap-synology.xml / sitemap-qnap.xml files it points at are kept
  separate rather than combined into one shared file.

  Picked up automatically by deploy.sh / deploy_git.sh via
  deploy_common.sh's OPTIONAL_FILES; no other deploy change needed.

  Fixed 2026-08-09 (task #212, pre-deploy lint): this file's comment used
  to contain literal double-hyphen sequences, which the XML spec forbids
  inside comments. Most real-world parsers (including Google's) tolerate
  it, but predeploy_lint.py's own well-formedness check (and any stricter
  tool) would reject it, so it's cleaned up here rather than special-cased.

  sitemap-guides.xml added 2026-08-09 (task #215): the small hand-written
  guides/ content's own sitemap, same "point at each catalog's own sitemap"
  pattern as the four camera-catalog sitemaps above. No double hyphens in
  this comment either, for the same reason noted just above.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap><loc>https://joshbytes.com/cameras/synology/sitemap-synology.xml</loc></sitemap>
  <sitemap><loc>https://joshbytes.com/cameras/qnap/sitemap-qnap.xml</loc></sitemap>
  <sitemap><loc>https://joshbytes.com/cameras/synology/sitemap-synology-models.xml</loc></sitemap>
  <sitemap><loc>https://joshbytes.com/cameras/qnap/sitemap-qnap-models.xml</loc></sitemap>
  <sitemap><loc>https://joshbytes.com/cameras/sitemap-guides.xml</loc></sitemap>
</sitemapindex>
