2026年,主要AI引擎都有自己的爬虫:ChatGPT使用GPTBot,Perplexity使用PerplexityBot,Anthropic使用ClaudeBot,Google使用Google-Extended。这些爬虫都遵守robots.txt规则。
| AI引擎 | 爬虫名 | User-Agent | 建议 |
|---|---|---|---|
| ChatGPT | GPTBot | GPTBot | ✅ 允许 |
| Perplexity | PerplexityBot | PerplexityBot | ✅ 允许 |
| Google-Extended | Google-Extended | ✅ 允许 | |
| Anthropic | ClaudeBot | ClaudeBot | ✅ 允许 |
# 允许AI爬虫抓取产品页
User-agent: GPTBot
Allow: /products/
Allow: /collections/
Disallow: /admin/
Disallow: /checkout/
User-agent: PerplexityBot
Allow: /products/
Allow: /collections/
Disallow: /admin/
# 保留传统搜索引擎规则
User-agent: *
Allow: /
Disallow: /admin/
Sitemap: https://example.com/sitemap.xml