<?xml version="1.0" encoding="UTF-8"?>
<!--
  lastmod 는 커밋된 리터럴 값이다. 빌드 시점에 계산하지 않는다.

  이유: Vercel 은 shallow clone 으로 빌드하는데, shallow 저장소에서 `git log -1 -- <경로>` 는
  에러도 빈 값도 아닌 "경계 커밋 날짜"를 조용히 돌려준다(depth=1 이면 곧 배포 날짜).
  그러면 재배포마다 전 URL 이 "오늘 수정"이 되고, Google 은 신뢰할 수 없는 lastmod 를
  감지하면 사이트 전체에서 이 값을 무시한다.

  콘텐츠를 실제로 바꾼 커밋에서 함께 갱신한다: npm run sitemap:lastmod (full clone 필요)
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">
  <url>
    <loc>https://imgplay.net/</loc>
    <lastmod>2026-08-28</lastmod>
    <xhtml:link rel="alternate" hreflang="en" href="https://imgplay.net/" />
    <xhtml:link rel="alternate" hreflang="ko" href="https://imgplay.net/ko/" />
    <xhtml:link rel="alternate" hreflang="ja" href="https://imgplay.net/ja/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://imgplay.net/" />
  </url>
  <url>
    <loc>https://imgplay.net/ko/</loc>
    <lastmod>2026-08-28</lastmod>
    <xhtml:link rel="alternate" hreflang="en" href="https://imgplay.net/" />
    <xhtml:link rel="alternate" hreflang="ko" href="https://imgplay.net/ko/" />
    <xhtml:link rel="alternate" hreflang="ja" href="https://imgplay.net/ja/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://imgplay.net/" />
  </url>
  <url>
    <loc>https://imgplay.net/ja/</loc>
    <lastmod>2026-08-28</lastmod>
    <xhtml:link rel="alternate" hreflang="en" href="https://imgplay.net/" />
    <xhtml:link rel="alternate" hreflang="ko" href="https://imgplay.net/ko/" />
    <xhtml:link rel="alternate" hreflang="ja" href="https://imgplay.net/ja/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://imgplay.net/" />
  </url>
</urlset>
