<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
        http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
    
    <!-- Homepage 首页 -->
    <url>
        <loc>http://en.hengtai-group.com/</loc>
        <lastmod>2025-10-16</lastmod> <!-- Replace with actual last update date -->
        <changefreq>daily</changefreq>
        <priority>1.0</priority>
    </url>

    <!-- About Us 关于我们 -->
    <url>
        <loc>http://en.hengtai-group.com/about-us</loc>
        <lastmod>2025-10-16</lastmod> <!-- Replace with actual last update date -->
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>

    <!-- Products 产品列表页 -->
    <url>
        <loc>http://en.hengtai-group.com/products</loc>
        <lastmod>2025-10-16</lastmod> <!-- Replace with actual last update date -->
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>

    <!-- Product Detail Pages 产品详情页（示例） -->
    <url>
        <loc>http://en.hengtai-group.com/products/industrial-equipment</loc> <!-- Replace with real URL -->
        <lastmod>2025-10-16</lastmod> <!-- Replace with actual last update date -->
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>
    <url>
        <loc>http://en.hengtai-group.com/products/construction-materials</loc> <!-- Replace with real URL -->
        <lastmod>2025-10-16</lastmod> <!-- Replace with actual last update date -->
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>

    <!-- Services 服务介绍 -->
    <url>
        <loc>http://en.hengtai-group.com/services</loc>
        <lastmod>2025-10-16</lastmod> <!-- Replace with actual last update date -->
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>

    <!-- News & Events 新闻动态 -->
    <url>
        <loc>http://en.hengtai-group.com/news</loc>
        <lastmod>2025-10-16</lastmod> <!-- Replace with actual last update date -->
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>

    <!-- Contact Us 联系我们 -->
    <url>
        <loc>http://en.hengtai-group.com/contact-us</loc>
        <lastmod>2025-10-16</lastmod> <!-- Replace with actual last update date -->
        <changefreq>yearly</changefreq>
        <priority>0.7</priority>
    </url>

    <!-- FAQ 常见问题 -->
    <url>
        <loc>http://en.hengtai-group.com/faq</loc>
        <lastmod>2025-10-16</lastmod> <!-- Replace with actual last update date -->
        <changefreq>monthly</changefreq>
        <priority>0.6</priority>
    </url>

    <!-- Privacy Policy 隐私政策 -->
    <url>
        <loc>http://en.hengtai-group.com/privacy-policy</loc>
        <lastmod>2025-10-16</lastmod> <!-- Replace with actual last update date -->
        <changefreq>yearly</changefreq>
        <priority>0.5</priority>
    </url>

    <!-- Terms of Service 服务条款 -->
    <url>
        <loc>http://en.hengtai-group.com/terms-of-service</loc>
        <lastmod>2025-10-16</lastmod> <!-- Replace with actual last update date -->
        <changefreq>yearly</changefreq>
        <priority>0.5</priority>
    </url>
</urlset>