<?xml version="1.0" encoding="UTF-8"?>
<!--
  sitemap.xml —— 多语种版本

  每个 URL 都带 <xhtml:link rel="alternate" hreflang="..."> 互链块。
  这是告诉搜索引擎「这些是同一页的不同语言版本」的标准做法，
  与 index.html / App.jsx 运行时注入的 hreflang 保持一致。

  ⚠️ 新增语言时必须同步更新这里与 src/i18n/languages.js，
     否则会出现「页面有语言版本但 sitemap 没收录」的不一致。
-->
<urlset
  xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
  xmlns:xhtml="http://www.w3.org/1999/xhtml">

  <!-- ===== 首页 ===== -->
  <url>
    <loc>https://sourcing.buytcn.com/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://sourcing.buytcn.com/"/>
    <xhtml:link rel="alternate" hreflang="es" href="https://sourcing.buytcn.com/es/"/>
    <xhtml:link rel="alternate" hreflang="fr" href="https://sourcing.buytcn.com/fr/"/>
    <xhtml:link rel="alternate" hreflang="pt" href="https://sourcing.buytcn.com/pt/"/>
    <xhtml:link rel="alternate" hreflang="ar" href="https://sourcing.buytcn.com/ar/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://sourcing.buytcn.com/"/>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- ===== AI 接待（需求 15 / 19 / 29 / 37 —— 不能丢的功能） ===== -->
  <url>
    <loc>https://sourcing.buytcn.com/#/assistant</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- ===== 产品寻源 ===== -->
  <url>
    <loc>https://sourcing.buytcn.com/#/sourcing</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://sourcing.buytcn.com/#/sourcing"/>
    <xhtml:link rel="alternate" hreflang="es" href="https://sourcing.buytcn.com/#/es/sourcing"/>
    <xhtml:link rel="alternate" hreflang="fr" href="https://sourcing.buytcn.com/#/fr/sourcing"/>
    <xhtml:link rel="alternate" hreflang="pt" href="https://sourcing.buytcn.com/#/pt/sourcing"/>
    <xhtml:link rel="alternate" hreflang="ar" href="https://sourcing.buytcn.com/#/ar/sourcing"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://sourcing.buytcn.com/#/sourcing"/>
    <priority>0.9</priority>
  </url>

  <!-- ===== 免费报价 ===== -->
  <url>
    <loc>https://sourcing.buytcn.com/#/quote</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://sourcing.buytcn.com/#/quote"/>
    <xhtml:link rel="alternate" hreflang="es" href="https://sourcing.buytcn.com/#/es/quote"/>
    <xhtml:link rel="alternate" hreflang="fr" href="https://sourcing.buytcn.com/#/fr/quote"/>
    <xhtml:link rel="alternate" hreflang="pt" href="https://sourcing.buytcn.com/#/pt/quote"/>
    <xhtml:link rel="alternate" hreflang="ar" href="https://sourcing.buytcn.com/#/ar/quote"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://sourcing.buytcn.com/#/quote"/>
    <priority>0.9</priority>
  </url>

  <!-- ===== 工厂 / B2B ===== -->
  <url>
    <loc>https://sourcing.buytcn.com/#/business</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://sourcing.buytcn.com/#/business"/>
    <xhtml:link rel="alternate" hreflang="es" href="https://sourcing.buytcn.com/#/es/business"/>
    <xhtml:link rel="alternate" hreflang="fr" href="https://sourcing.buytcn.com/#/fr/business"/>
    <xhtml:link rel="alternate" hreflang="pt" href="https://sourcing.buytcn.com/#/pt/business"/>
    <xhtml:link rel="alternate" hreflang="ar" href="https://sourcing.buytcn.com/#/ar/business"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://sourcing.buytcn.com/#/business"/>
    <priority>0.8</priority>
  </url>

  <!-- ===== 定价 ===== -->
  <url>
    <loc>https://sourcing.buytcn.com/#/pricing</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://sourcing.buytcn.com/#/pricing"/>
    <xhtml:link rel="alternate" hreflang="es" href="https://sourcing.buytcn.com/#/es/pricing"/>
    <xhtml:link rel="alternate" hreflang="fr" href="https://sourcing.buytcn.com/#/fr/pricing"/>
    <xhtml:link rel="alternate" hreflang="pt" href="https://sourcing.buytcn.com/#/pt/pricing"/>
    <xhtml:link rel="alternate" hreflang="ar" href="https://sourcing.buytcn.com/#/ar/pricing"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://sourcing.buytcn.com/#/pricing"/>
    <priority>0.8</priority>
  </url>

  <!-- ===== About ===== -->
  <url>
    <loc>https://sourcing.buytcn.com/#/about</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://sourcing.buytcn.com/#/about"/>
    <xhtml:link rel="alternate" hreflang="es" href="https://sourcing.buytcn.com/#/es/about"/>
    <xhtml:link rel="alternate" hreflang="fr" href="https://sourcing.buytcn.com/#/fr/about"/>
    <xhtml:link rel="alternate" hreflang="pt" href="https://sourcing.buytcn.com/#/pt/about"/>
    <xhtml:link rel="alternate" hreflang="ar" href="https://sourcing.buytcn.com/#/ar/about"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://sourcing.buytcn.com/#/about"/>
    <priority>0.6</priority>
  </url>

  <!-- ===== FAQ ===== -->
  <url>
    <loc>https://sourcing.buytcn.com/#/faq</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://sourcing.buytcn.com/#/faq"/>
    <xhtml:link rel="alternate" hreflang="es" href="https://sourcing.buytcn.com/#/es/faq"/>
    <xhtml:link rel="alternate" hreflang="fr" href="https://sourcing.buytcn.com/#/fr/faq"/>
    <xhtml:link rel="alternate" hreflang="pt" href="https://sourcing.buytcn.com/#/pt/faq"/>
    <xhtml:link rel="alternate" hreflang="ar" href="https://sourcing.buytcn.com/#/ar/faq"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://sourcing.buytcn.com/#/faq"/>
    <priority>0.7</priority>
  </url>

  <!-- ===== 条款与政策 ===== -->
  <url>
    <loc>https://sourcing.buytcn.com/#/terms</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://sourcing.buytcn.com/#/terms"/>
    <xhtml:link rel="alternate" hreflang="es" href="https://sourcing.buytcn.com/#/es/terms"/>
    <xhtml:link rel="alternate" hreflang="fr" href="https://sourcing.buytcn.com/#/fr/terms"/>
    <xhtml:link rel="alternate" hreflang="pt" href="https://sourcing.buytcn.com/#/pt/terms"/>
    <xhtml:link rel="alternate" hreflang="ar" href="https://sourcing.buytcn.com/#/ar/terms"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://sourcing.buytcn.com/#/terms"/>
    <priority>0.5</priority>
  </url>

</urlset>
