Skip to content

Commit f71b10a

Browse files
committed
fix(robots): update robots.txt
- don't block bingbot as that would delist the site from - Bing - Yahoo - DuckDuckGo - follow best practices on some Disallow statements and using Allow
1 parent 1a7e849 commit f71b10a

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

adev-es/src/robots.txt

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,13 @@
11
# Block OpenAI
22
User-agent: GPTBot
3-
Disallow: /
43
User-agent: OAI-SearchBot
54
Disallow: /
65

76
# Block Anthropic (Claude)
87
User-agent: anthropic-ai
9-
Disallow: /
108
User-agent: Claude-Web
119
Disallow: /
1210

13-
# Block Microsoft/Bing AI
14-
User-agent: bingbot
15-
Disallow: /
16-
1711
# Block Google AI (Gemini training)
1812
User-agent: Google-Extended
1913
Disallow: /
@@ -44,4 +38,4 @@ Disallow: /
4438

4539
# Allow all standard search engines (like Google)
4640
User-agent: *
47-
Disallow:
41+
Allow: /

0 commit comments

Comments
 (0)