<?xml version="1.0" encoding="UTF-8"?>
<!--
  검색엔진에게 알려줄 주소 목록.

  화면 파일은 index.html 하나뿐이고, /ja 같은 주소가 "어느 언어로 열지" 를
  정한다. 주소를 index.html 로 이어주는 것은 _redirects 가 한다.
  구글은 이 넷을 서로 다른 언어판으로 인식한다 — 그래야 일본어로 검색하는
  사람에게 일본어 화면이, 한국어로 검색하는 사람에게 한국어 화면이 걸린다.

  주소 없는 "/" 는 x-default. 보는 사람의 브라우저 설정을 따라간다.
  각 <url> 안의 xhtml:link 는 "이 페이지의 다른 언어판은 여기" 라는 표시로,
  네 주소 모두가 서로를 가리켜야 구글이 한 묶음으로 본다.

  내용을 크게 고쳐 배포했다면 lastmod 날짜를 그날로 바꾼다.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">

  <url>
    <loc>https://kiwame.pages.dev/</loc>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://kiwame.pages.dev/"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://kiwame.pages.dev/"/>
    <xhtml:link rel="alternate" hreflang="ja" href="https://kiwame.pages.dev/ja"/>
    <xhtml:link rel="alternate" hreflang="ko" href="https://kiwame.pages.dev/ko"/>
    <xhtml:link rel="alternate" hreflang="zh" href="https://kiwame.pages.dev/zh"/>
    <lastmod>2026-08-28</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <url>
    <loc>https://kiwame.pages.dev/ja</loc>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://kiwame.pages.dev/"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://kiwame.pages.dev/"/>
    <xhtml:link rel="alternate" hreflang="ja" href="https://kiwame.pages.dev/ja"/>
    <xhtml:link rel="alternate" hreflang="ko" href="https://kiwame.pages.dev/ko"/>
    <xhtml:link rel="alternate" hreflang="zh" href="https://kiwame.pages.dev/zh"/>
    <lastmod>2026-08-28</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <url>
    <loc>https://kiwame.pages.dev/ko</loc>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://kiwame.pages.dev/"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://kiwame.pages.dev/"/>
    <xhtml:link rel="alternate" hreflang="ja" href="https://kiwame.pages.dev/ja"/>
    <xhtml:link rel="alternate" hreflang="ko" href="https://kiwame.pages.dev/ko"/>
    <xhtml:link rel="alternate" hreflang="zh" href="https://kiwame.pages.dev/zh"/>
    <lastmod>2026-08-28</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>

  <url>
    <loc>https://kiwame.pages.dev/zh</loc>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://kiwame.pages.dev/"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://kiwame.pages.dev/"/>
    <xhtml:link rel="alternate" hreflang="ja" href="https://kiwame.pages.dev/ja"/>
    <xhtml:link rel="alternate" hreflang="ko" href="https://kiwame.pages.dev/ko"/>
    <xhtml:link rel="alternate" hreflang="zh" href="https://kiwame.pages.dev/zh"/>
    <lastmod>2026-08-28</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>

</urlset>
