<?xml version="1.0" encoding="UTF-8"?>
<!--
  サイトマップの索引(sitemap index)。robots.txt が指すのはこのファイルだけで、
  GSC へ送信するのもこの1本でよい(子は自動的に読まれる)。

  子を2本に分けているのは「1つのS3キーに書き手は1人」を守るため:
    - sitemap-static.xml   … 固定ページ。書き手は scripts/deploy-landing.sh(リポジトリ同梱物を配る)
    - sitemap-articles.xml … 記事(/column/*)。書き手は将来の予約公開Lambdaだけ
  1本のままだと、LP配信のたびに deploy-landing.sh が記事URLを消してしまう
  (CLAUDE.md §7「1つのS3キーに書き手が2人いて片方の成果が消えた」事故の再演)。

  索引に lastmod 要素は書かない(手書きの日付は必ず腐り、信頼できない lastmod は
  Google に無視される)。
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap><loc>https://futarikit.com/sitemap-static.xml</loc></sitemap>
  <sitemap><loc>https://futarikit.com/sitemap-articles.xml</loc></sitemap>
</sitemapindex>
