<?xml version="1.0" encoding="UTF-8"?>
<!--
  新增页面时在此登记(`npm run preflight:site` 会拦下带占位域名的发布)。

  **sitemap 里的 404 会损 SEO**,所以只登记真正存在的页面。法务三页由
  `npm run legal:build` 生成、和官网一起发,所以它们是存在的 —— 之前那条
  「写好后再登记进来」的注释已经过期了(2026-08-07 补齐)。

  只登记 www 这一份。china.ailabor.center 服务的是同样的内容,而两页的 canonical
  都写死指向 www —— 让它自己再出一份 sitemap 等于主动制造重复内容。
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">
  <!--
    中英两页用 xhtml:link 互相声明。sitemap 里的 hreflang 和页面里的 <link rel="alternate">
    是**两条独立通道**,Google 两条都读;重复声明不是冗余,是其中一条被漏读时的兜底。
    (百度不支持 hreflang —— 中文页靠自己的 canonical、title、description 独立站住。)
  -->
  <url>
    <loc>https://www.ailabor.center/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://www.ailabor.center/"/>
    <xhtml:link rel="alternate" hreflang="zh" href="https://www.ailabor.center/zh/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://www.ailabor.center/"/>
    <lastmod>2026-08-07</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://www.ailabor.center/zh/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://www.ailabor.center/"/>
    <xhtml:link rel="alternate" hreflang="zh" href="https://www.ailabor.center/zh/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://www.ailabor.center/"/>
    <lastmod>2026-08-07</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <!--
    法务三页:优先级低但**必须收录**。它们是"这家在不在、跑不跑得掉"的证据,
    而搜品牌名的人(包括想付费的人)会特意去找。收不进索引等于没写。
  -->
  <url>
    <loc>https://www.ailabor.center/terms.html</loc>
    <lastmod>2026-08-07</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://www.ailabor.center/privacy.html</loc>
    <lastmod>2026-08-07</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://www.ailabor.center/refund.html</loc>
    <lastmod>2026-08-07</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
