-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrobots.txt
More file actions
84 lines (70 loc) · 1.81 KB
/
robots.txt
File metadata and controls
84 lines (70 loc) · 1.81 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
# Enhanced Robots.txt for Telecom Security Library
# Optimized for production SEO and search engine crawling
# Allow all search engines to crawl the site
User-agent: *
Allow: /
# Specific search engine optimizations
User-agent: Googlebot
Allow: /
Crawl-delay: 1
User-agent: Bingbot
Allow: /
Crawl-delay: 1
User-agent: Slurp
Allow: /
Crawl-delay: 1
User-agent: DuckDuckBot
Allow: /
Crawl-delay: 1
User-agent: Baiduspider
Allow: /
Crawl-delay: 2
User-agent: YandexBot
Allow: /
Crawl-delay: 1
# Disallow crawling of development and system files
Disallow: /node_modules/
Disallow: /.git/
Disallow: /.github/
Disallow: /bash.exe.stackdump
Disallow: /*.stackdump
Disallow: /check-errors.js
Disallow: /generate-*.js
Disallow: /optimize-images.js
Disallow: /adsense-config.js
# Disallow crawling of content management files
Disallow: /content/
Disallow: /package.json
Disallow: /package-lock.json
Disallow: /SETUP.md
Disallow: /ENHANCED-SETUP.md
Disallow: /DYNAMIC-PAGES.md
# Allow crawling of document directories and content
Allow: /4G/
Allow: /5G/
Allow: /APNs/
Allow: /AT-Commands/
Allow: /Basebands/
Allow: /BaseStations/
Allow: /FBI/
Allow: /Fraud/
Allow: /GPON/
Allow: /MoTIF/
Allow: /Roaming/
Allow: /SIM_Cards/
Allow: /SS7/
Allow: /VoIP/
Allow: /2G/
# Allow crawling of generated document pages
Allow: /documents/
Allow: /images/
Allow: /videos/
# Sitemap locations for better indexing
Sitemap: https://telcosec.github.io/Telecom-Security-Documents/sitemap.xml
Sitemap: https://telcosec.github.io/Telecom-Security-Documents/sitemap-images.xml
Sitemap: https://telcosec.github.io/Telecom-Security-Documents/sitemap-videos.xml
Sitemap: https://telcosec.github.io/Telecom-Security-Documents/sitemap-index.xml
# Host directive for canonical domain
Host: https://telcosec.github.io
# Crawl delay for all bots (respectful crawling)
Crawl-delay: 1