<?xml version="1.0" encoding="UTF-8"?>
<!--
  sitemap.xml — eggwithwings.com

  Format: Sitemap protocol 0.9 (https://www.sitemaps.org/protocol.html) with
  Google's hreflang extension.

  hreflang rules applied here, from
  https://developers.google.com/search/docs/specialty/international/localized-versions
  (checked 2026-07-26):

    - the xhtml namespace URI must be exactly http://www.w3.org/1999/xhtml;
    - "Each <url> element must have a child element
      <xhtml:link rel="alternate" hreflang="[code]"> that lists every alternate
      version of the page, INCLUDING ITSELF";
    - return links are mandatory: "If page X links to page Y, page Y must link
      back to page X" — which is why every entry below carries an identical
      three-line alternate block rather than pointing only at its counterpart;
    - x-default names the fallback for unmatched languages. English is the
      x-default because it is the version app stores and ad networks read.

  <changefreq> and <priority> are deliberately omitted — Google ignores both.

  URLs carry a trailing slash because Cloudflare Pages 308-redirects the
  non-slash form to the slash form. Listing the pre-redirect URL would make
  every entry a redirect hop.

  /404.html is deliberately absent: error pages must not be indexed.

  lastmod is the date these files were authored. Update it when a page's
  content actually changes; a lastmod that never moves is worse than none.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">

  <!-- ============================ ENGLISH ============================ -->
  <!-- home -->
  <url>
    <loc>https://eggwithwings.com/</loc>
    <xhtml:link rel="alternate" hreflang="en"        href="https://eggwithwings.com/"/>
    <xhtml:link rel="alternate" hreflang="ko"        href="https://eggwithwings.com/ko/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://eggwithwings.com/"/>
    <lastmod>2026-07-26</lastmod>
  </url>

  <!-- games -->
  <url>
    <loc>https://eggwithwings.com/games/</loc>
    <xhtml:link rel="alternate" hreflang="en"        href="https://eggwithwings.com/games/"/>
    <xhtml:link rel="alternate" hreflang="ko"        href="https://eggwithwings.com/ko/games/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://eggwithwings.com/games/"/>
    <lastmod>2026-07-26</lastmod>
  </url>

  <!-- studio -->
  <url>
    <loc>https://eggwithwings.com/studio/</loc>
    <xhtml:link rel="alternate" hreflang="en"        href="https://eggwithwings.com/studio/"/>
    <xhtml:link rel="alternate" hreflang="ko"        href="https://eggwithwings.com/ko/studio/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://eggwithwings.com/studio/"/>
    <lastmod>2026-07-26</lastmod>
  </url>

  <!-- support — store-facing contact -->
  <url>
    <loc>https://eggwithwings.com/support/</loc>
    <xhtml:link rel="alternate" hreflang="en"        href="https://eggwithwings.com/support/"/>
    <xhtml:link rel="alternate" hreflang="ko"        href="https://eggwithwings.com/ko/support/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://eggwithwings.com/support/"/>
    <lastmod>2026-07-26</lastmod>
  </url>

  <!-- privacy policy — the reason the site exists -->
  <url>
    <loc>https://eggwithwings.com/privacy/</loc>
    <xhtml:link rel="alternate" hreflang="en"        href="https://eggwithwings.com/privacy/"/>
    <xhtml:link rel="alternate" hreflang="ko"        href="https://eggwithwings.com/ko/privacy/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://eggwithwings.com/privacy/"/>
    <lastmod>2026-07-26</lastmod>
  </url>

  <!-- terms of service -->
  <url>
    <loc>https://eggwithwings.com/terms/</loc>
    <xhtml:link rel="alternate" hreflang="en"        href="https://eggwithwings.com/terms/"/>
    <xhtml:link rel="alternate" hreflang="ko"        href="https://eggwithwings.com/ko/terms/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://eggwithwings.com/terms/"/>
    <lastmod>2026-07-26</lastmod>
  </url>

  <!-- ============================= KOREAN ============================
       Korean is the authoritative version of the privacy policy for PIPA
       purposes; English is the version the stores read. Both are indexed. -->

  <!-- home -->
  <url>
    <loc>https://eggwithwings.com/ko/</loc>
    <xhtml:link rel="alternate" hreflang="en"        href="https://eggwithwings.com/"/>
    <xhtml:link rel="alternate" hreflang="ko"        href="https://eggwithwings.com/ko/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://eggwithwings.com/"/>
    <lastmod>2026-07-26</lastmod>
  </url>

  <!-- games -->
  <url>
    <loc>https://eggwithwings.com/ko/games/</loc>
    <xhtml:link rel="alternate" hreflang="en"        href="https://eggwithwings.com/games/"/>
    <xhtml:link rel="alternate" hreflang="ko"        href="https://eggwithwings.com/ko/games/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://eggwithwings.com/games/"/>
    <lastmod>2026-07-26</lastmod>
  </url>

  <!-- studio -->
  <url>
    <loc>https://eggwithwings.com/ko/studio/</loc>
    <xhtml:link rel="alternate" hreflang="en"        href="https://eggwithwings.com/studio/"/>
    <xhtml:link rel="alternate" hreflang="ko"        href="https://eggwithwings.com/ko/studio/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://eggwithwings.com/studio/"/>
    <lastmod>2026-07-26</lastmod>
  </url>

  <!-- support — store-facing contact -->
  <url>
    <loc>https://eggwithwings.com/ko/support/</loc>
    <xhtml:link rel="alternate" hreflang="en"        href="https://eggwithwings.com/support/"/>
    <xhtml:link rel="alternate" hreflang="ko"        href="https://eggwithwings.com/ko/support/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://eggwithwings.com/support/"/>
    <lastmod>2026-07-26</lastmod>
  </url>

  <!-- privacy policy — the reason the site exists -->
  <url>
    <loc>https://eggwithwings.com/ko/privacy/</loc>
    <xhtml:link rel="alternate" hreflang="en"        href="https://eggwithwings.com/privacy/"/>
    <xhtml:link rel="alternate" hreflang="ko"        href="https://eggwithwings.com/ko/privacy/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://eggwithwings.com/privacy/"/>
    <lastmod>2026-07-26</lastmod>
  </url>

  <!-- terms of service -->
  <url>
    <loc>https://eggwithwings.com/ko/terms/</loc>
    <xhtml:link rel="alternate" hreflang="en"        href="https://eggwithwings.com/terms/"/>
    <xhtml:link rel="alternate" hreflang="ko"        href="https://eggwithwings.com/ko/terms/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://eggwithwings.com/terms/"/>
    <lastmod>2026-07-26</lastmod>
  </url>

</urlset>
