User-agent: * Allow: / # Sitemap Sitemap: https://qcode.cc/sitemap.xml Sitemap: https://qcode.cc/sitemap_index.xml # Disallow sensitive / authenticated-only pages # 每条都必须同时覆盖默认(中文)路径与 /en/ /ja/ /ru/ 多语言前缀 —— # 只写 `/dashboard` 挡不住 `/en/dashboard`(robots 是前缀匹配,不会自动跨语言)。 Disallow: /auth/ Disallow: /*/auth/ Disallow: /dashboard Disallow: /*/dashboard Disallow: /profile Disallow: /*/profile Disallow: /recharge Disallow: /*/recharge Disallow: /subscribe Disallow: /*/subscribe Disallow: /api/ Disallow: /*/api/ Disallow: /admin/ Disallow: /*/admin/ Disallow: /kb/ Disallow: /*/kb/ Disallow: /_reseller_stats Disallow: /*/_reseller_stats # 注意:这里刻意不再逐条 `Allow:` 列举 SEO 页。 # 开头的 `Allow: /` 已允许全站,逐页白名单是纯冗余(曾维护到 149 行且漏了 3 页而毫无影响)。 # 新增 SEO 页无需改本文件。 # Documentation site Sitemap: https://docs.qcode.cc/sitemap.xml