Skip to content

Commit 68de14c

Browse files
committed
feat(seo): add llms.txt and expand AI crawler allowlist in robots.txt
1 parent 3b2a402 commit 68de14c

2 files changed

Lines changed: 49 additions & 6 deletions

File tree

public/llms.txt

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# 潮流周刊 (Tw93 Weekly)
2+
3+
> Weekly curation of tech discoveries and lifestyle by Tw93 (Tang). 266+ issues since 2021.
4+
5+
## About
6+
7+
潮流周刊 is a Chinese-language weekly newsletter curating interesting tech tools, design inspiration, and lifestyle discoveries. Published every week by Tw93, a product engineer based in Hangzhou.
8+
9+
## Content
10+
11+
- 266+ weekly issues
12+
- Bilingual: Chinese original + English translation
13+
- RSS: https://weekly.tw93.fun/rss.xml
14+
15+
## Author
16+
17+
Tw93 is a product engineer who builds open source developer tools (Pake, MiaoYan, Kaku, Mole). 130K+ GitHub stars.
18+
19+
## Links
20+
21+
- GitHub: https://github.com/tw93
22+
- Blog: https://tw93.fun
23+
- AI Profile: https://yobi.tw93.fun/llms-full.txt

public/robots.txt

Lines changed: 26 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,37 @@
11
# Allow all search engines
22
User-agent: *
33
Allow: /
4+
Disallow: /pagefind/
5+
Disallow: /_astro/
6+
7+
# Sitemap
8+
Sitemap: https://weekly.tw93.fun/sitemap-index.xml
49

5-
# Specific rules for major search engines
10+
# Search engines
611
User-agent: Googlebot
712
Allow: /
813

914
User-agent: Baiduspider
1015
Allow: /
1116

12-
# Sitemap
13-
Sitemap: https://weekly.tw93.fun/sitemap-index.xml
17+
# AI crawlers
18+
User-agent: GPTBot
19+
Allow: /
1420

15-
# Disallow crawling of these directories
16-
Disallow: /pagefind/
17-
Disallow: /_astro/
21+
User-agent: ChatGPT-User
22+
Allow: /
23+
24+
User-agent: ClaudeBot
25+
Allow: /
26+
27+
User-agent: anthropic-ai
28+
Allow: /
29+
30+
User-agent: PerplexityBot
31+
Allow: /
32+
33+
User-agent: Google-Extended
34+
Allow: /
35+
36+
User-agent: CCBot
37+
Allow: /

0 commit comments

Comments
 (0)