Skip to content

Commit 34d2d72

Browse files
authored
Merge pull request #134 from WHUDAYS/feat/quq
GEO 与 SEO 优化
2 parents 20d5b57 + 9676484 commit 34d2d72

3 files changed

Lines changed: 130 additions & 6 deletions

File tree

docs/.vitepress/config.js

Lines changed: 37 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,28 +24,60 @@ export default defineConfig({
2424
// 站点级选项
2525
lang: 'zh-CN',
2626
title: "武汉大学动漫协会-WHUDAYS", // 网站标题
27-
description: "武汉大学动漫协会", // 网站描述
27+
description: "武汉大学动漫协会(武大漫协 / WHUDAYS)官方历史存档站,记录 1997 年至今的社团活动、部门、成员与刊物。", // 网站描述
2828
sitemap: {
2929
hostname: "https://whudays.org/", // 网站域名
3030
},
3131
head: [
32-
['meta', { name: 'keywords', content: '武汉大学动漫协会, 武大漫协, WHUDAYS, ACGN, 动漫社团, 武大动漫社' }],
32+
['meta', { name: 'keywords', content: '武汉大学动漫协会, 武大漫协, WHUDAYS, ACGN, 动漫社团, 武大动漫社, 冬日祭, 春日祭, 樱次元, 夏樱乐团' }],
3333
['meta', { name: 'author', content: '武汉大学动漫协会' }],
34-
['meta', { name: 'description', content: '武汉大学动漫协会官方网站,记录社团历史与活动,快来看看吧(!)\\^o^/' }],
34+
['meta', { name: 'description', content: '武汉大学动漫协会(武大漫协 / WHUDAYS)官方历史存档站,记录 1997 年至今的社团活动、部门、成员与刊物。' }],
3535

3636
// Open Graph Protocol
3737
['meta', { property: 'og:title', content: '武汉大学动漫协会-WHUDAYS' }],
38-
['meta', { property: 'og:description', content: '武汉大学动漫协会官方网站,记录社团历史与活动,快来看看吧(!)\\^o^/' }],
38+
['meta', { property: 'og:description', content: '武汉大学动漫协会(武大漫协 / WHUDAYS)官方历史存档站,记录 1997 年至今的社团活动、部门、成员与刊物。' }],
3939
['meta', { property: 'og:image', content: '/WHUDAYS.png' }],
40-
['meta', { property: 'og:url', content: 'https://whudays.org/' }],
4140

4241
// Google Analytics
4342
['script', { async: '', src: 'https://www.googletagmanager.com/gtag/js?id=G-LQLQ2CEQ64' }],
4443
['script', {}, "window.dataLayer = window.dataLayer || [];\nfunction gtag(){dataLayer.push(arguments);}\ngtag('js', new Date());\ngtag('config', 'G-LQLQ2CEQ64');"],
4544

4645
['link', { rel: 'icon', href: '/favicon.ico' }],
46+
47+
// 结构化数据:Organization(帮助搜索 / AI 引擎建立社团实体认知)
48+
['script', { type: 'application/ld+json' }, JSON.stringify({
49+
"@context": "https://schema.org",
50+
"@type": "Organization",
51+
"name": "武汉大学动漫协会",
52+
"alternateName": ["武大漫协", "WHUDAYS"],
53+
"url": "https://whudays.org/",
54+
"logo": "https://whudays.org/WHUDAYS.png",
55+
"foundingDate": "1997",
56+
"parentOrganization": {
57+
"@type": "CollegeOrUniversity",
58+
"name": "武汉大学",
59+
"alternateName": "Wuhan University",
60+
"url": "https://www.whu.edu.cn/"
61+
},
62+
"sameAs": [
63+
"https://github.com/WHUDAYS",
64+
"https://space.bilibili.com/20942465"
65+
]
66+
})],
4767
],
4868

69+
// 按页面注入 canonical / og:url,统一主域为 whudays.org
70+
transformHead({ pageData }) {
71+
const path = pageData.relativePath
72+
.replace(/index\.md$/, '')
73+
.replace(/\.md$/, '')
74+
const url = `https://whudays.org/${path}`
75+
return [
76+
['link', { rel: 'canonical', href: url }],
77+
['meta', { property: 'og:url', content: url }],
78+
]
79+
},
80+
4981
themeConfig: {
5082
// 主题级选项
5183
nav: [

docs/public/llms.txt

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
# 武汉大学动漫协会 (WHUDAYS / 武大漫协)
2+
3+
> 武汉大学动漫协会(简称武大漫协,英文缩写 WHUDAYS)官方历史存档站,由 -QuQ- 建立于 2025-05-12。社团成立于 1997 年,是武汉大学校内 ACGN(动画/漫画/游戏/小说)爱好者社团,本站记录历届干部、活动、部门、小群与社刊。正式域名 whudays.org。
4+
5+
## 关于社团
6+
7+
- [关于本站](https://whudays.org/about/): 本站点的定位与说明
8+
- [社团介绍](https://whudays.org/about/introduction): 武大漫协是什么、做什么
9+
- [英灵殿](https://whudays.org/about/hq/): 历届核心干部(HQ)名册,按学年归档(2009 至今)
10+
- [历年大群](https://whudays.org/about/annual-group): 历届大群编号与时间线
11+
12+
## 萌新指南
13+
14+
- [2025 萌新指南](https://whudays.org/about/newbie-guide/2025/): 新成员入门入口(2025年版)
15+
- [武大漫协 Q&A](https://whudays.org/about/newbie-guide/2025/faq): 社团常见问题(2025年版)
16+
- [大群群规](https://whudays.org/about/newbie-guide/2025/rules)
17+
- [官方账号](https://whudays.org/about/newbie-guide/2025/official-accounts): B 站、QQ 等官方账号入口
18+
19+
## 活动
20+
21+
- [漫协大事记](https://whudays.org/activity/): 全部活动总览
22+
- [冬日祭 / 春日祭系列](https://whudays.org/activity/2024/winter-festival): 武大漫协招牌庆典,2012 年起每年举办,最新一届为 2026 年春日祭
23+
- [社刊《樱次元》](https://whudays.org/activity/2024/magazine): 每年 9 月发刊,2013 年创刊
24+
- [迎新片系列](https://whudays.org/activity/2024/welcome-video): 历年迎新视频
25+
26+
## 部门
27+
28+
- [部门简介](https://whudays.org/department/): 现役与历史部门一览
29+
- [暗部](https://whudays.org/department/dark/)
30+
- [演音部](https://whudays.org/department/va/): 含 Re:START 工作室
31+
- [夏樱乐团](https://whudays.org/department/band/): 含管弦组、夏凪、夜桜、VOID、DayBreak、蓝汐等小队
32+
- [cos 部](https://whudays.org/department/cos/)
33+
- [编辑部](https://whudays.org/department/edit/)
34+
- [wota 艺部](https://whudays.org/department/wota/)
35+
36+
## 小群
37+
38+
- [小群简介](https://whudays.org/group/): 兴趣向同好群组
39+
- [番键会](https://whudays.org/group/ani-key/)
40+
- [Galgame Party](https://whudays.org/group/galgame/)
41+
- [冰糖樱花](https://whudays.org/group/dry-humor/)
42+
- [Touhou Club](https://whudays.org/group/touhou-club/)
43+
- [Vocaloid/Utau Fans](https://whudays.org/group/vocaloid-utau-fans/)
44+
- [奇迹大陆](https://whudays.org/group/infinity-nikki/)
45+
46+
## 留声箱(个人投稿)
47+
48+
- [留声箱投稿指南](https://whudays.org/message-box/): 历任成员的回忆录、随笔、史料
49+
50+
## 维护
51+
52+
- [维护人员](https://whudays.org/maintainer/)
53+
- [贡献指南](https://whudays.org/maintainer/contributing): 站点投稿与编辑规范
54+
55+
## Optional
56+
57+
- [GitHub 仓库](https://github.com/WHUDAYS/WHUDAYS.github.io): 站点源码
58+
- [B 站官方账号](https://space.bilibili.com/20942465)

docs/public/robots.txt

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
11
User-agent: *
22
Allow: /
3-
Sitemap: https://whudays.github.io/sitemap.xml
3+
4+
User-agent: GPTBot
5+
Allow: /
6+
7+
User-agent: ChatGPT-User
8+
Allow: /
9+
10+
User-agent: OAI-SearchBot
11+
Allow: /
12+
13+
User-agent: ClaudeBot
14+
Allow: /
15+
16+
User-agent: Claude-Web
17+
Allow: /
18+
19+
User-agent: anthropic-ai
20+
Allow: /
21+
22+
User-agent: Google-Extended
23+
Allow: /
24+
25+
User-agent: PerplexityBot
26+
Allow: /
27+
28+
User-agent: Perplexity-User
29+
Allow: /
30+
31+
User-agent: Bytespider
32+
Allow: /
33+
34+
User-agent: Applebot-Extended
35+
Allow: /
36+
37+
Sitemap: https://whudays.org/sitemap.xml

0 commit comments

Comments
 (0)