<?xml version="1.0" encoding="UTF-8"?>
<!--
  사이트맵 인덱스 — 하위 사이트맵 목록만 가진다.
    · sitemap-static.xml   : 고정/메뉴 페이지 (프론트 수기 관리)
    · sitemap-insight.xml  : 하이-인사이트 발행글 (★백엔드가 DB 기준 자동 생성★)
  검색엔진에는 이 sitemap.xml 한 개만 제출하면 된다(robots.txt에도 이 URL).
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://www.hisl.co.kr/sitemap-static.xml</loc>
    <lastmod>2026-06-25</lastmod>
  </sitemap>
  <!--
    [인사이트 오픈 전 임시 비활성화]
    ★ 백엔드가 sitemap-insight.xml 자동 생성 + 상세 SSR 오픈하면 아래 주석을 해제할 것.
    (미오픈 상태에서 활성화하면 없는 파일/404를 가리켜 사이트맵 경고 발생)
  -->
  <!--
  <sitemap>
    <loc>https://www.hisl.co.kr/sitemap-insight.xml</loc>
    <lastmod>2026-06-25</lastmod>
  </sitemap>
  -->
</sitemapindex>
