-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathrobots.txt
More file actions
109 lines (83 loc) · 2.04 KB
/
Copy pathrobots.txt
File metadata and controls
109 lines (83 loc) · 2.04 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
# robots.txt for ai.finlab.tw — FinLab 台股 / 美股 / 多市場 Python 量化交易平台
# 允許主流搜尋與 AI 搜尋抓取公開頁面;排除登入後私密頁面與工具型路徑。
# ---- Mainstream search engines ----
User-agent: Googlebot
Allow: /
User-agent: Googlebot-Image
Allow: /
User-agent: Bingbot
Allow: /
User-agent: DuckDuckBot
Allow: /
User-agent: Baiduspider
Allow: /
User-agent: YandexBot
Allow: /
User-agent: Applebot
Allow: /
# ---- AI search / AI answer engines (這些 bot 用於把網站納入 AI 搜尋答案來源) ----
# OpenAI ChatGPT Search
User-agent: OAI-SearchBot
Allow: /
# OpenAI ChatGPT user-initiated browsing
User-agent: ChatGPT-User
Allow: /
# OpenAI training crawler — 允許曝光於模型內知識
User-agent: GPTBot
Allow: /
# Anthropic Claude (search / browsing / training crawlers)
User-agent: ClaudeBot
Allow: /
User-agent: Claude-Web
Allow: /
User-agent: Claude-SearchBot
Allow: /
User-agent: anthropic-ai
Allow: /
# Perplexity
User-agent: PerplexityBot
Allow: /
User-agent: Perplexity-User
Allow: /
# Google AI Overviews / Gemini grounding control
User-agent: Google-Extended
Allow: /
# You.com
User-agent: YouBot
Allow: /
# Common Crawl (大量 LLM 訓練語料來源)
User-agent: CCBot
Allow: /
# Meta AI
User-agent: Meta-ExternalAgent
Allow: /
User-agent: FacebookBot
Allow: /
# Bytedance / Doubao / 字節跳動
User-agent: Bytespider
Allow: /
# Cohere
User-agent: cohere-ai
Allow: /
# Diffbot, AhrefsBot, SemrushBot 等分析爬蟲(中性,允許以利第三方曝光分析)
User-agent: Diffbot
Allow: /
# ---- Default ----
User-agent: *
Allow: /
# 私密 / 工具型頁面:不需要進入索引,也避免 AI 引用到登入態 UI
Disallow: /member_info
Disallow: /api_token
Disallow: /coupon
Disallow: /use_coupon
Disallow: /cancel_notification
Disallow: /strategy_edit
Disallow: /sdklogin
Disallow: /course_edit
Disallow: /course_playlist_edit
Disallow: /social_image
Disallow: /strategies?uid=
Disallow: /*?uid=
Disallow: /strategy/
# Sitemap
Sitemap: https://ai.finlab.tw/sitemap.xml