<?xml version="1.0" encoding="UTF-8"?>
<!-- 
    Sitemap 文件说明：
    这个 sitemap.xml 使用占位符，实际域名会在运行时动态获取。
    如果需要生成完整的 sitemap，请在部署时根据实际域名替换此文件。
-->
<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">

    <!-- 首页 -->
    <url>
        <loc>/</loc>
        <changefreq>weekly</changefreq>
        <priority>1.0</priority>
    </url>

    <!-- 隐私政策 -->
    <url>
        <loc>/page/clause</loc>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>

    <!-- 用户协议 -->
    <url>
        <loc>/page/agreement</loc>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>

    <!-- 常见问题 -->
    <url>
        <loc>/page/question</loc>
        <changefreq>weekly</changefreq>
        <priority>0.7</priority>
    </url>

    <!-- 好房管家FAQ -->
    <url>
        <loc>/page/rentingFAQ</loc>
        <changefreq>weekly</changefreq>
        <priority>0.7</priority>
    </url>

    <!-- 公司介绍 -->
    <url>
        <loc>/page/introduce</loc>
        <changefreq>monthly</changefreq>
        <priority>0.6</priority>
    </url>

</urlset>

