NeuralCrawl

The Economist / robots.txt

← back to economist.com · change detected 15d ago (2026-07-20T19:11:56Z) · modified +19 −1

What changed

Diff old (2026-07-17T12:07:56Z)new (2026-07-20T19:11:56Z)

@@ -7,28 +7,43 @@
77 
88  # ==========================================
99  # USER-FACING LLM BOTS
10- # Allowed to fetch /pro/ on behalf of a user
10+ # Allowed to fetch on behalf of a user
1111  # ==========================================
1212 
1313  User-agent: ChatGPT-User
14+ Allow: /pro$
15+ Allow: /pro/
16+ Disallow: /
17+
18+ User-agent: Claude-SearchBot
19+ Allow: /pro$
20+ Allow: /pro/
21+ Disallow: /
22+
23+ User-agent: Claude-User
24+ Allow: /pro$
1425  Allow: /pro/
1526  Disallow: /
1627 
1728  User-agent: Claude-Web
29+ Allow: /pro$
1830  Allow: /pro/
1931  Disallow: /
2032 
2133  User-agent: PerplexityBot
34+ Allow: /pro$
2235  Allow: /pro/
2336  Disallow: /
2437 
2538  User-agent: Perplexity-User
39+ Allow: /pro$
2640  Allow: /pro/
2741  Disallow: /
2842 
2943  # I have added OAI-SearchBot (OpenAI's live search agent)
3044  # as it behaves the same way as ChatGPT-User.
3145  User-agent: OAI-SearchBot
46+ Allow: /pro$
3247  Allow: /pro/
3348  Disallow: /
3449 
@@ -55,6 +70,9 @@
5570  Disallow: /
5671 
5772  User-agent: CCBot
73+ Disallow: /
74+
75+ User-agent: ClaudeBot
5876  Disallow: /
5977 
6078  # ==========================================