<?xml version="1.0" encoding="UTF-8"?>
<!--
  S-1 검색 유입 — 사이트 지도(2026-09-13 신설 · 2026-09-17 /tables·/flow 추가).
  제외 기준: /today.html·/closing.html 은 루트 `/` 와 같은 내용이라 중복 색인을 피해 제외하고,
  /data/news/ 는 robots.txt 로 색인 제외 중이라 넣지 않는다.
  ★새 페이지를 만들면 여기에도 추가한다 — 이 파일은 코드가 생성하지 않는 손수 관리 파일이다.
  실사고(2026-09-17): /tables.html(9/14 신설)·/flow.html 이 넉 달 가까이 빠져 있었다. 첫 화면에서
  링크돼 있어 완전히 묻히진 않았으나, 사이트맵에 있으면 더 빨리·확실히 색인된다.
  가드는 tests/test_sitemap.py 가 **public/*.html 실측과 대조**한다(옛 "정확히 4개" 고정은 폐기 —
  그 방식은 새 페이지 등록을 막는 방향으로 작동해 이 사고의 원인이 됐다).
  <lastmod> 를 넣지 않는 이유: 이 파일은 정적 커밋물인데 페이지는 하루 3번 갱신되므로 날짜가 금방 거짓이 된다
  (부정확한 lastmod 는 검색엔진이 무시한다).
  검색 등록은 사장님 계정에서: 네이버 서치어드바이저·구글 서치콘솔에 이 파일 URL
  (https://kospi.2u.pe.kr/sitemap.xml) 을 제출한다.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://kospi.2u.pe.kr/</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://kospi.2u.pe.kr/morning.html</loc>
    <changefreq>daily</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://kospi.2u.pe.kr/midday.html</loc>
    <changefreq>daily</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://kospi.2u.pe.kr/tables.html</loc>
    <changefreq>daily</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://kospi.2u.pe.kr/flow.html</loc>
    <changefreq>daily</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://kospi.2u.pe.kr/privacy.html</loc>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
