File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # robots.txt for edtechdev.github.io
2+ # The AI in Education wiki lives at /aied/ and is fully crawlable.
3+ # Policy: all crawlers allowed, including AI/LLM crawlers (the site is agent-ready).
4+
5+ # Default: allow all
6+ User-agent: *
7+ Allow: /
8+
9+ # --- AI / LLM crawlers: explicitly allowed (matches /aied/robots.txt policy) ---
10+ User-agent: GPTBot
11+ Allow: /
12+
13+ User-agent: OAI-SearchBot
14+ Allow: /
15+
16+ User-agent: ChatGPT-User
17+ Allow: /
18+
19+ User-agent: ClaudeBot
20+ Allow: /
21+
22+ User-agent: Claude-Web
23+ Allow: /
24+
25+ User-agent: Google-Extended
26+ Allow: /
27+
28+ User-agent: Googlebot
29+ Allow: /
30+
31+ User-agent: Bingbot
32+ Allow: /
33+
34+ User-agent: PerplexityBot
35+ Allow: /
36+
37+ User-agent: Amazonbot
38+ Allow: /
39+
40+ User-agent: Applebot
41+ Allow: /
42+
43+ User-agent: Applebot-Extended
44+ Allow: /
45+
46+ User-agent: cohere-ai
47+ Allow: /
48+
49+ User-agent: CCBot
50+ Allow: /
51+
52+ User-agent: Meta-ExternalAgent
53+ Allow: /
54+
55+ # Site map
56+ Sitemap: https://edtechdev.github.io/aied/sitemap-index.xml
57+
58+ # Signals that the site permits AI training, search, and AI input (agent-ready)
59+ Content-Signal: ai-train =yes , search =yes , ai-input =yes
60+ Schemamap: https://edtechdev.github.io/aied/schema/schemamap.xml
You can’t perform that action at this time.
0 commit comments