<?xml version="1.0" encoding="UTF-8"?>
<!--
  2026-09-08 재작성.
    · 예전 파일은 global-mdem.com 자기 자신이 빠져 있고 eng/jpn/chn 서브도메인만
      적혀 있었다. 서브도메인은 각자 /sitemap.xml 을 따로 내보내므로 중복이었고,
      정작 메인 도메인은 어느 사이트맵에도 없었다.
    · lastmod 가 2025-07-26 에 멈춰 있었다. 틀린 lastmod 는 없느니만 못해서 뺐다.
    · hreflang 은 화면(main.html)과 같은 언어코드(en/ja/ko/zh)로 맞췄다.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">

  <url>
    <loc>https://global-mdem.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
    <xhtml:link rel="alternate" hreflang="en" href="https://eng.global-mdem.com/" />
    <xhtml:link rel="alternate" hreflang="ja" href="https://jpn.global-mdem.com/" />
    <xhtml:link rel="alternate" hreflang="ko" href="https://kor.global-mdem.com/" />
    <xhtml:link rel="alternate" hreflang="zh" href="https://chn.global-mdem.com/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://global-mdem.com/" />
  </url>

</urlset>
