Skip to content

Commit af59758

Browse files
authored
Merge pull request #98 from kylebuckingham/main
Updating Claude Bots
2 parents 1c2acd7 + fd41de8 commit af59758

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
lines changed

robots.json

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,19 +76,26 @@
7676
"frequency": "Only when prompted by a user.",
7777
"description": "Used by plugins in ChatGPT to answer queries based on user input."
7878
},
79-
"Claude-Web": {
79+
"ClaudeBot": {
8080
"operator": "[Anthropic](https://www.anthropic.com)",
81-
"respect": "Unclear at this time.",
81+
"respect": "[Yes](https://support.anthropic.com/en/articles/8896518-does-anthropic-crawl-data-from-the-web-and-how-can-site-owners-block-the-crawler)",
8282
"function": "Scrapes data to train Anthropic's AI products.",
8383
"frequency": "No information provided.",
8484
"description": "Scrapes data to train LLMs and AI products offered by Anthropic."
8585
},
86-
"ClaudeBot": {
86+
"Claude-User": {
8787
"operator": "[Anthropic](https://www.anthropic.com)",
8888
"respect": "[Yes](https://support.anthropic.com/en/articles/8896518-does-anthropic-crawl-data-from-the-web-and-how-can-site-owners-block-the-crawler)",
89-
"function": "Scrapes data to train Anthropic's AI products.",
89+
"function": "Claude-User supports Claude AI users. When individuals ask questions to Claude, it may access websites using a Claude-User agent.",
9090
"frequency": "No information provided.",
91-
"description": "Scrapes data to train LLMs and AI products offered by Anthropic."
91+
"description": "Claude-User supports Claude AI users. When individuals ask questions to Claude, it may access websites using a Claude-User agent."
92+
},
93+
"Claude-SearchBot": {
94+
"operator": "[Anthropic](https://www.anthropic.com)",
95+
"respect": "[Yes](https://support.anthropic.com/en/articles/8896518-does-anthropic-crawl-data-from-the-web-and-how-can-site-owners-block-the-crawler)",
96+
"function": "Claude-SearchBot navigates the web to improve search result quality for users. It analyzes online content specifically to enhance the relevance and accuracy of search responses.",
97+
"frequency": "No information provided.",
98+
"description": "Claude-SearchBot navigates the web to improve search result quality for users. It analyzes online content specifically to enhance the relevance and accuracy of search responses."
9299
},
93100
"cohere-ai": {
94101
"operator": "[Cohere](https://cohere.com)",
@@ -419,4 +426,4 @@
419426
"frequency": "No information.",
420427
"description": "Retrieves data used for You.com web search engine and LLMs."
421428
}
422-
}
429+
}

robots.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ User-agent: Brightbot 1.0
99
User-agent: Bytespider
1010
User-agent: CCBot
1111
User-agent: ChatGPT-User
12-
User-agent: Claude-Web
1312
User-agent: ClaudeBot
13+
User-agent: Claude-User
14+
User-agent: Claude-SearchBot
1415
User-agent: cohere-ai
1516
User-agent: cohere-training-data-crawler
1617
User-agent: Cotoyogi

0 commit comments

Comments
 (0)