<?xml version="1.0" encoding="UTF-8"?>
<!-- 클라이언트 라우팅이 없는 단일 페이지 사이트라 언어마다 주소가 하나씩이다.
     print.html 은 인쇄용 내부 페이지이므로 넣지 않는다.
     xhtml:link 로 두 언어를 서로 묶어야 검색엔진이 번역판으로 인식한다 — 각 항목이
     자기 자신을 포함해 모든 언어를 나열해야 한다는 것이 사이트맵 규격의 요구사항이다. -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">
  <url>
    <loc>https://simplehwp.com/</loc>
    <xhtml:link rel="alternate" hreflang="ko" href="https://simplehwp.com/"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://simplehwp.com/en/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://simplehwp.com/"/>
    <lastmod>2026-08-07</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://simplehwp.com/en/</loc>
    <xhtml:link rel="alternate" hreflang="ko" href="https://simplehwp.com/"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://simplehwp.com/en/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://simplehwp.com/"/>
    <lastmod>2026-08-07</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
</urlset>
