一、问题来了:AI 爬虫到底有哪些?
OAI-SearchBot — ChatGPT Search 索引用
PerplexityBot — Perplexity 搜索用
Googlebot — Google AI Overviews 索引用
ChatGPT-User — 用户请求时实时浏览网页
Claude-SearchBot — Claude 搜索索引用
Applebot-Extended — Apple Intelligence 用
GPTBot — OpenAI 模型训练用
Google-Extended — Google Gemini 训练用
ClaudeBot — Anthropic 模型训练用
二、为什么这个知识点很重要?
ChatGPT 搜索月活超 10 亿,且增长迅猛
Perplexity 每个回答平均引用 5-15 个来源
Google AI Overviews 已覆盖全球 200+ 个国家
User-agent: *Disallow: /
三、具体怎么做?(分步骤保姆级教程)
第一步:检查当前 robots.txt
OAI-SearchBot
PerplexityBot
ChatGPT-User
Claude-SearchBot
第二步:配置正确的权限
# 允许 ChatGPT Search 爬虫User-agent: OAI-SearchBotAllow: /
# 允许 ChatGPT 用户浏览User-agent: ChatGPT-UserAllow: /
# 允许 Perplexity 爬虫User-agent: PerplexityBotAllow: /
# 允许 Claude 搜索爬虫User-agent: Claude-SearchBotAllow: /
# 允许 Apple IntelligenceUser-agent: Applebot-ExtendedAllow: /
# Google 系列(搜索索引用,建议保留)User-agent: GooglebotAllow: /
# 以下为可选——是否允许模型训练爬虫由你自己决定# User-agent: GPTBot# Disallow: /
# User-agent: Google-Extended# Disallow: /第三步:用 AI 工具验证效果
在 ChatGPT 中搜索你的品牌或核心关键词,看是否有引用
在 Perplexity 中同样搜索,观察来源列表是否包含你的域名
借助第三方工具(如 Semrush、Ahrefs)检测 AI 爬虫抓取情况


