<?xml version="1.0" encoding="UTF-8"?>
<!--
  XEXE 站点地图：只列出公开可索引的页面（与 public/robots.txt 一致）。
  多语言：/zh /en /es 三个子路径各自成页，均带 xhtml:link 互指声明。
  说明：/modules 不是页面，而是后端接口（前端用它拉取功能列表），故不进 sitemap；
  /workspace /flow /files /history /account /admin 需登录，也不收录。
  根路径 / 是语言判断入口（线上 nginx 直接 302 -> /en），故不列入 sitemap。
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">

  <!-- ============ 三语首页 ============ -->
  <url>
    <loc>https://www.newbiex.com/zh</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
    <xhtml:link rel="alternate" hreflang="zh-CN" href="https://www.newbiex.com/zh"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://www.newbiex.com/en"/>
    <xhtml:link rel="alternate" hreflang="es" href="https://www.newbiex.com/es"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://www.newbiex.com/en"/>
  </url>
  <url>
    <loc>https://www.newbiex.com/en</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
    <xhtml:link rel="alternate" hreflang="zh-CN" href="https://www.newbiex.com/zh"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://www.newbiex.com/en"/>
    <xhtml:link rel="alternate" hreflang="es" href="https://www.newbiex.com/es"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://www.newbiex.com/en"/>
  </url>
  <url>
    <loc>https://www.newbiex.com/es</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
    <xhtml:link rel="alternate" hreflang="zh-CN" href="https://www.newbiex.com/zh"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://www.newbiex.com/en"/>
    <xhtml:link rel="alternate" hreflang="es" href="https://www.newbiex.com/es"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://www.newbiex.com/en"/>
  </url>

  <!-- ============ 三语产品页 ============ -->
  <url>
    <loc>https://www.newbiex.com/zh/product</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
    <xhtml:link rel="alternate" hreflang="zh-CN" href="https://www.newbiex.com/zh/product"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://www.newbiex.com/en/product"/>
    <xhtml:link rel="alternate" hreflang="es" href="https://www.newbiex.com/es/product"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://www.newbiex.com/en/product"/>
  </url>
  <url>
    <loc>https://www.newbiex.com/en/product</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
    <xhtml:link rel="alternate" hreflang="zh-CN" href="https://www.newbiex.com/zh/product"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://www.newbiex.com/en/product"/>
    <xhtml:link rel="alternate" hreflang="es" href="https://www.newbiex.com/es/product"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://www.newbiex.com/en/product"/>
  </url>
  <url>
    <loc>https://www.newbiex.com/es/product</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
    <xhtml:link rel="alternate" hreflang="zh-CN" href="https://www.newbiex.com/zh/product"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://www.newbiex.com/en/product"/>
    <xhtml:link rel="alternate" hreflang="es" href="https://www.newbiex.com/es/product"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://www.newbiex.com/en/product"/>
  </url>

  <!-- ============ 三语登录/注册页 ============ -->
  <url>
    <loc>https://www.newbiex.com/zh/auth</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
    <xhtml:link rel="alternate" hreflang="zh-CN" href="https://www.newbiex.com/zh/auth"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://www.newbiex.com/en/auth"/>
    <xhtml:link rel="alternate" hreflang="es" href="https://www.newbiex.com/es/auth"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://www.newbiex.com/en/auth"/>
  </url>
  <url>
    <loc>https://www.newbiex.com/en/auth</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
    <xhtml:link rel="alternate" hreflang="zh-CN" href="https://www.newbiex.com/zh/auth"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://www.newbiex.com/en/auth"/>
    <xhtml:link rel="alternate" hreflang="es" href="https://www.newbiex.com/es/auth"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://www.newbiex.com/en/auth"/>
  </url>
  <url>
    <loc>https://www.newbiex.com/es/auth</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
    <xhtml:link rel="alternate" hreflang="zh-CN" href="https://www.newbiex.com/zh/auth"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://www.newbiex.com/en/auth"/>
    <xhtml:link rel="alternate" hreflang="es" href="https://www.newbiex.com/es/auth"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://www.newbiex.com/en/auth"/>
  </url>

  <!-- ============ 三语用户协议 ============ -->
  <url>
    <loc>https://www.newbiex.com/zh/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
    <xhtml:link rel="alternate" hreflang="zh-CN" href="https://www.newbiex.com/zh/terms"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://www.newbiex.com/en/terms"/>
    <xhtml:link rel="alternate" hreflang="es" href="https://www.newbiex.com/es/terms"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://www.newbiex.com/en/terms"/>
  </url>
  <url>
    <loc>https://www.newbiex.com/en/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
    <xhtml:link rel="alternate" hreflang="zh-CN" href="https://www.newbiex.com/zh/terms"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://www.newbiex.com/en/terms"/>
    <xhtml:link rel="alternate" hreflang="es" href="https://www.newbiex.com/es/terms"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://www.newbiex.com/en/terms"/>
  </url>
  <url>
    <loc>https://www.newbiex.com/es/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
    <xhtml:link rel="alternate" hreflang="zh-CN" href="https://www.newbiex.com/zh/terms"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://www.newbiex.com/en/terms"/>
    <xhtml:link rel="alternate" hreflang="es" href="https://www.newbiex.com/es/terms"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://www.newbiex.com/en/terms"/>
  </url>

  <!-- ============ 三语隐私政策 ============ -->
  <url>
    <loc>https://www.newbiex.com/zh/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
    <xhtml:link rel="alternate" hreflang="zh-CN" href="https://www.newbiex.com/zh/privacy"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://www.newbiex.com/en/privacy"/>
    <xhtml:link rel="alternate" hreflang="es" href="https://www.newbiex.com/es/privacy"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://www.newbiex.com/en/privacy"/>
  </url>
  <url>
    <loc>https://www.newbiex.com/en/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
    <xhtml:link rel="alternate" hreflang="zh-CN" href="https://www.newbiex.com/zh/privacy"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://www.newbiex.com/en/privacy"/>
    <xhtml:link rel="alternate" hreflang="es" href="https://www.newbiex.com/es/privacy"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://www.newbiex.com/en/privacy"/>
  </url>
  <url>
    <loc>https://www.newbiex.com/es/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
    <xhtml:link rel="alternate" hreflang="zh-CN" href="https://www.newbiex.com/zh/privacy"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://www.newbiex.com/en/privacy"/>
    <xhtml:link rel="alternate" hreflang="es" href="https://www.newbiex.com/es/privacy"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://www.newbiex.com/en/privacy"/>
  </url>

</urlset>
