<?xml version="1.0" encoding="UTF-8"?>
<!--
  sitemap.xml — qwen3tts.cn
  部署路径：网站根目录 /www/wwwroot/qwen3tts.cn/sitemap.xml
  部署后必须验证：curl -I https://qwen3tts.cn/sitemap.xml 应返回 Content-Type: application/xml
  （当前线上返回的是 text/html 的 index.html，百度站长平台无法解析，sitemap 提交必然失败）

  说明：本站在线只有 1 个可收录页面，因此 sitemap 只列首页。
  后续每新增一个页面（教程 / 部署指南 / 模型对比等），都在这里补一条 <url>，
  并同步在百度搜索资源平台的「普通收录 - sitemap」中重新提交。
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <url>
    <loc>https://qwen3tts.cn/</loc>
    <lastmod>2026-09-17</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

</urlset>
