<?xml version="1.0" encoding="UTF-8"?>
<urlset 
    xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
    xmlns:mobile="http://www.google.com/schemas/sitemap-mobile/1.0">
    <!-- Homepage -->
    <url>
        <loc>https://en.huazi.com/</loc>
        <!-- Modified to non-future time for Google recognition -->
        <lastmod>2026-03-17</lastmod>
        <!-- Reasonable update frequency -->
        <changefreq>daily</changefreq>
        <!-- Highest priority for homepage -->
        <priority>1.0</priority>
        <mobile:mobile type="pc,mobile"/>
    </url>
    <!-- About Us page -->
    <url>
        <loc>https://en.huazi.com/huazi/</loc>
        <lastmod>2026-03-17</lastmod>
        <!-- About Us page updates less frequently, set to weekly -->
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
        <mobile:mobile type="pc,mobile"/>
    </url>
</urlset>