Skip to content

Commit 85d016d

Browse files
Update robots.txt to allow additional AI crawlers and remove unnecessary disallow rule.
1 parent d4ae2e2 commit 85d016d

File tree

1 file changed

+24
-2
lines changed
  • themes/arm-design-system-hugo-theme/layouts

1 file changed

+24
-2
lines changed
Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,28 @@
11
User-agent: *
2+
Disallow:
3+
4+
# Explicitly welcome AI crawlers
5+
User-agent: GPTBot
6+
Allow: /
7+
8+
User-agent: Google-Extended
9+
Allow: /
10+
11+
User-agent: ClaudeBot
12+
Allow: /
13+
14+
User-agent: PerplexityBot
15+
Allow: /
16+
17+
User-agent: anthropic-ai
18+
Allow: /
19+
20+
User-agent: Bytespider
21+
Allow: /
22+
23+
User-agent: CCBot
224
Allow: /
3-
Disallow: /*?
425

26+
# Sitemaps help AI discovery
527
Sitemap: https://learn.arm.com/sitemap.xml
6-
Image Sitemap: https://learn.arm.com/learn-image-sitemap.xml
28+
Sitemap: https://learn.arm.com/learn-image-sitemap.xml

0 commit comments

Comments
 (0)