<?xml version="1.0" encoding="UTF-8"?>
<!-- ============================================================
     sitemap_index.xml  ← robots.txt から参照するマスターファイル
     Sitemap: https://www.engineer-factory.com/sitemap_index.xml
     最終更新: 2026-03-11

     【ファイル構成】全9ファイルをカテゴリー別に管理
       1. sitemap_static.xml       — TOPページ・静的コンテンツ
       2. sitemap_skills.xml       — スキル別（言語/FW/クラウド/DB/AI）
       3. sitemap_occupations.xml  — 業種別
       4. sitemap_industries.xml   — 業界別（※noindex対象5件は除外）
       5. sitemap_areas.xml        — エリア別（全47都道府県）
       6. sitemap_features.xml     — 案件の特徴・単価（self canonical確認済み）
       7. sitemap_freelance_jobs.xml         — 掲載中案件詳細（動的生成・毎日更新）
       8. sitemap_jobs_closed.xml  — 終了案件（被リンク保全・validThrough設定必須）
       9. sitemap_pagination.xml   — ページネーションp2〜（self canonical）

     【GSCへの送信】
       このインデックスファイル1つをGSCに送信するだけでOK

     【更新頻度の目安】
       daily   : skills / occupations / industries / areas / features / jobs / pagination
       weekly  : static（media）
       monthly : static（tutorial / faq / business）
     ============================================================ -->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <!-- 1. 静的ページ（TOP・コンテンツページ） -->
  <sitemap>
    <loc>https://www.engineer-factory.com/sitemap_static.xml</loc>
    <lastmod>2026-04-30</lastmod>
  </sitemap>

  <!-- 2. スキル別（言語・FW・クラウド・DB・AI） -->
  <!-- noindex対象21件（案件数20件未満スキル）は除外済み -->
  <sitemap>
    <loc>https://www.engineer-factory.com/sitemap_skills.xml</loc>
    <lastmod>2026-04-30</lastmod>
  </sitemap>

  <!-- 3. 業種別 -->
  <sitemap>
    <loc>https://www.engineer-factory.com/sitemap_occupations.xml</loc>
    <lastmod>2026-04-30</lastmod>
  </sitemap>

  <!-- 4. 業界別 -->
  <!-- noindex対象5件（農林水産業/ファッション/旅行/飲食/冠婚葬祭）は除外済み -->
  <sitemap>
    <loc>https://www.engineer-factory.com/sitemap_industries.xml</loc>
    <lastmod>2026-04-30</lastmod>
  </sitemap>

  <!-- 5. エリア別 -->
  <sitemap>
    <loc>https://www.engineer-factory.com/sitemap_areas.xml</loc>
    <lastmod>2026-04-30</lastmod>
  </sitemap>

  <!-- 6. 案件の特徴・単価 -->
  <!-- self canonical設定済み・固有タイトルあり・noindex未設定のため収録 -->
  <sitemap>
    <loc>https://www.engineer-factory.com/sitemap_features.xml</loc>
    <lastmod>2026-04-30</lastmod>
  </sitemap>

  <!-- 7. 個別案件詳細（動的生成・毎日更新推奨） -->
  <!-- 掲載中案件のみ収録・終了案件は即時削除→sitemap_jobs_closed.xmlへ移管 -->
  <!-- lastmodはDB updated_atから動的出力 -->
  <sitemap>
    <loc>https://www.engineer-factory.com/sitemap_freelance_jobs.xml</loc>
    <lastmod>2026-04-30</lastmod>
  </sitemap>

  <!-- 8. 終了案件（レバテック方式・被リンク資産保全のため別管理） -->
  <!-- 収録条件: ①終了表示あり ②類似案件導線あり ③200返却 ④validThrough設定済み -->
  <!-- priority: 0.3（掲載中案件0.6より低く設定しクロール優先度を明確に分離） -->
  <!-- 終了から180日超の案件は被リンク確認の上削除を検討 -->
  <sitemap>
    <loc>https://www.engineer-factory.com/sitemap_jobs_closed.xml</loc>
    <lastmod>2026-04-30</lastmod>
  </sitemap>

  <!-- 9. ページネーション（p2〜）self canonical対応 -->
  <!-- 1ページ目は各カテゴリーファイルに収録済み・本ファイルはp2以降のみ -->
  <!-- 案件数増減でページ数変動時は存在しないURLを即時削除すること -->
  <sitemap>
    <loc>https://www.engineer-factory.com/sitemap_pagination.xml</loc>
    <lastmod>2026-04-30</lastmod>
  </sitemap>

</sitemapindex>
