<?xml version="1.0" encoding="UTF-8"?>
<!--
  자격맵 (certmap) 사이트맵 인덱스 — 2026-07-30

  이 주소(https://certmap.co.kr/sitemap.xml)는 구글 서치콘솔에 이미 제출돼 있다.
  그래서 자격 상세 사이트맵이 생긴 뒤에도 주소를 바꾸지 않고, 이 파일을 두 사이트맵을
  묶는 "인덱스"로 바꿨다. 검색엔진은 인덱스를 받으면 아래 두 개를 알아서 따라간다.

    - sitemap-pages.xml  고정 라우트 9개 (정적 파일, 손으로 관리)
    - sitemap-certs.xml  국가자격 상세 (vercel.json rewrite → 백엔드가 DB에서 생성)

  robots.txt에는 이 인덱스 하나만 적는다.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://certmap.co.kr/sitemap-pages.xml</loc>
    <lastmod>2026-07-30</lastmod>
  </sitemap>
  <sitemap>
    <loc>https://certmap.co.kr/sitemap-certs.xml</loc>
    <lastmod>2026-07-30</lastmod>
  </sitemap>
</sitemapindex>
