<?xml version="1.0" encoding="UTF-8"?>
<!-- 
  This static sitemap is a development fallback only.
  The live dynamic sitemap is served by the Convex HTTP action at:
  https://jennyyeap.com/sitemap.xml (via Convex HTTP router)
  It auto-includes all active property listings with bilingual hreflang alternates.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">

  <!-- Homepage (English) -->
  <url>
    <loc>https://jennyyeap.com/en</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
    <xhtml:link rel="alternate" hreflang="en" href="https://jennyyeap.com/en" />
    <xhtml:link rel="alternate" hreflang="zh-Hans" href="https://jennyyeap.com/zh" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://jennyyeap.com/en" />
  </url>

  <!-- Homepage (Chinese) -->
  <url>
    <loc>https://jennyyeap.com/zh</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
    <xhtml:link rel="alternate" hreflang="en" href="https://jennyyeap.com/en" />
    <xhtml:link rel="alternate" hreflang="zh-Hans" href="https://jennyyeap.com/zh" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://jennyyeap.com/en" />
  </url>

  <!-- About (English) -->
  <url>
    <loc>https://jennyyeap.com/en/about</loc>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
    <xhtml:link rel="alternate" hreflang="en" href="https://jennyyeap.com/en/about" />
    <xhtml:link rel="alternate" hreflang="zh-Hans" href="https://jennyyeap.com/zh/about" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://jennyyeap.com/en/about" />
  </url>

  <!-- About (Chinese) -->
  <url>
    <loc>https://jennyyeap.com/zh/about</loc>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
    <xhtml:link rel="alternate" hreflang="en" href="https://jennyyeap.com/en/about" />
    <xhtml:link rel="alternate" hreflang="zh-Hans" href="https://jennyyeap.com/zh/about" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://jennyyeap.com/en/about" />
  </url>

  <!-- Note: Full bilingual sitemap with all pages and properties is served dynamically -->

</urlset>
