# robots.txt — 保对了 # # 策略: # 1. 显式 Allow 主流搜索 + AI 爬虫,包括训练用爬虫 # (让我们的内容进入未来训练数据;这是 GEO 长期红利) # 2. 显式 Disallow /api/ 和应用内动态路由(SPA 私域、上传接口、用户数据) # 3. 公共 SEO/GEO 内容在 /g/* 下集中输出(独立 server 路由,pre-rendered HTML) # 4. sitemap 在末尾声明 # ────────────────────────────────────────────── # 默认:开放公共内容,关闭私域 # ────────────────────────────────────────────── User-agent: * Allow: / Allow: /g/ Disallow: /api/ Disallow: /admin/ Disallow: /login Disallow: /policy/ # SPA 内 /policy/:id 的用户私有报告 Disallow: /portfolio/ # SPA 内组合分析私域 Disallow: /share/raw/ # 原始保单文本分享链接 # ────────────────────────────────────────────── # 国际主流搜索引擎 # ────────────────────────────────────────────── User-agent: Googlebot Allow: / User-agent: Bingbot Allow: / User-agent: DuckDuckBot Allow: / User-agent: Applebot Allow: / # ────────────────────────────────────────────── # 国内搜索 + AI(最关键,国内主战场) # ────────────────────────────────────────────── # 百度搜索 + 文心一言共用 User-agent: Baiduspider Allow: / User-agent: Baiduspider-render Allow: / # 字节跳动:豆包 / 字节 AI 训练 + 抖音搜索 User-agent: Bytespider Allow: / # 360 搜索 + 360 AI User-agent: 360Spider Allow: / User-agent: HaoSouSpider Allow: / # 搜狗(腾讯系)+ 微信搜一搜底层 User-agent: Sogou web spider Allow: / User-agent: Sogou inst spider Allow: / # 神马搜索(阿里 UC,移动端权重高) User-agent: YisouSpider Allow: / # ────────────────────────────────────────────── # 国际 AI 爬虫(训练 + 联网检索) # ────────────────────────────────────────────── # OpenAI User-agent: GPTBot Allow: / User-agent: OAI-SearchBot Allow: / User-agent: ChatGPT-User Allow: / # Anthropic User-agent: ClaudeBot Allow: / User-agent: Claude-Web Allow: / User-agent: anthropic-ai Allow: / User-agent: Claude-SearchBot Allow: / User-agent: Claude-User Allow: / # Perplexity User-agent: PerplexityBot Allow: / User-agent: Perplexity-User Allow: / # CommonCrawl(GPT/Claude/Llama 等多个模型的训练源头) User-agent: CCBot Allow: / # Google AI 训练(Bard / Gemini 训练) User-agent: Google-Extended Allow: / # Apple Intelligence User-agent: Applebot-Extended Allow: / # Meta(Llama / Meta AI 训练) User-agent: FacebookBot Allow: / User-agent: meta-externalagent Allow: / User-agent: meta-externalfetcher Allow: / # Amazon(Q / Alexa+) User-agent: Amazonbot Allow: / # Mistral / Cohere / 其它 User-agent: cohere-ai Allow: / User-agent: cohere-training-data-crawler Allow: / User-agent: MistralAI-User Allow: / # 其它 AI 搜索 / agent User-agent: YouBot Allow: / User-agent: PhindBot Allow: / User-agent: Diffbot Allow: / User-agent: Timpibot Allow: / User-agent: ImagesiftBot Allow: / User-agent: omgili Allow: / User-agent: omgilibot Allow: / User-agent: Kagibot Allow: / User-agent: KangarooBot Allow: / # ────────────────────────────────────────────── # Sitemap # 生产域名 ensureok.ai(nginx server_name + .env BASE_URL 均为该域) # ────────────────────────────────────────────── Sitemap: https://ensureok.ai/sitemap.xml