-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrobots.txt
More file actions
53 lines (44 loc) · 1.21 KB
/
robots.txt
File metadata and controls
53 lines (44 loc) · 1.21 KB
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
# robots.txt for DevRadar Open Research
# Last Updated: 2026-01-20
# -------------------------------------------------
# General Crawler Policy (All Bots)
# -------------------------------------------------
User-agent: *
Allow: /
# Disallow private/sensitive directories
Disallow: /_site/
Disallow: /.git/
Disallow: /.sass-cache/
Disallow: /.jekyll-cache/
Disallow: /vendor/
Disallow: /node_modules/
# Disallow development files (not in production)
Disallow: /CLAUDE.md
Disallow: /Gemfile
Disallow: /Gemfile.lock
Disallow: /LICENSE
Disallow: /README.md
# Crawl-delay for respectful crawling
Crawl-delay: 1
# -------------------------------------------------
# AI Search Agents (2026)
# -------------------------------------------------
# OpenAI GPTBot - Allow with restrictions
User-agent: GPTBot
Allow: /
Crawl-delay: 1
# Google-Extended (AI training)
User-agent: Google-Extended
Disallow: /
# Claude Anthropic AI
User-agent: Claude-Web
Allow: /
Crawl-delay: 1
# Common Crawl (used for AI training)
User-agent: CCBot
Allow: /
Crawl-delay: 1
# -------------------------------------------------
# Sitemap Location
# -------------------------------------------------
Sitemap: https://devradar-dev.github.io/open-research/sitemap.xml