forked from waynesutton/vibeapps
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrobots.txt
More file actions
54 lines (32 loc) · 772 Bytes
/
robots.txt
File metadata and controls
54 lines (32 loc) · 772 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# robots.txt — Allow access to major LLM crawlers
# Allow all general crawlers
User-agent: \*
Allow: /
# OpenAI's GPTBot (ChatGPT)
User-agent: GPTBot
Allow: /
# OpenAI's ChatGPT browsing user-agent
User-agent: ChatGPT-User
Allow: /
# Anthropic's Claude
User-agent: ClaudeBot
Allow: /
# Anthropic alternate identifier
User-agent: anthropic-ai
Allow: /
# Google AI crawler (used for Bard, Gemini, and other LLMs)
User-agent: Google-Extended
Allow: /
# Common Crawl bot (used in many AI training datasets)
User-agent: CCBot
Allow: /
# Perplexity AI
User-agent: PerplexityBot
Allow: /
# NeevaAI (acquired by Snowflake, but still seen)
User-agent: NeevaAI
Allow: /
# Add more LLM bots as needed below
# Example:
# User-agent: YourCustomAIBot
# Allow: /