Skip to content

Commit 4aa4d8e

Browse files
author
yfge
committed
chore: self-check persist memory and x-post assets
1 parent 17fe308 commit 4aa4d8e

7 files changed

Lines changed: 61 additions & 0 deletions

File tree

memory/2026-05-07.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Memory — 2026-05-07
2+
3+
## agentskill.work GSC / indexing follow-up
4+
- Continued Search Console cleanup for `sc-domain:agentskill.work` after the 2026-05-06 diagnosis.
5+
- Fixed encoded language facet canonicalization in `repos/agentskill.work`:
6+
- commit `5ce9946``fix: canonicalize encoded language facets`
7+
- verified live examples: `https://agentskill.work/en/languages/C%23`, `https://agentskill.work/en/languages/C%2523`, `https://agentskill.work/en/languages/C%2B%2B`, `https://agentskill.work/en/languages/C%252B%252B`
8+
- Fixed pagination indexing policy so paginated listing/facet pages can be indexed while search-result pages stay `noindex`:
9+
- commit `23e6593``fix: allow indexed pagination pages`
10+
- touched routes under `repos/agentskill.work/frontend/src/app/[lang]/...`
11+
- verified live examples:
12+
- `https://agentskill.work/zh?offset=24`
13+
- `https://agentskill.work/en?offset=24`
14+
- `https://agentskill.work/zh/topics/openclaw?offset=24`
15+
- `https://agentskill.work/zh?q=openclaw` remains `noindex`
16+
- Both fixes were pushed and deployed to the production host `[email protected]` for `/data/apps/agentskill.work`.
17+
- GSC actions completed:
18+
- `重定向错误` validation started
19+
- `被 noindex 标记排除了` validation started
20+
- `sitemap.xml` and `sitemap-facets.xml` were resubmitted
21+
- Key GSC counts referenced during this work:
22+
- indexed `4070`
23+
- not indexed `4520`
24+
- `网页会自动重定向 1602`
25+
- `被 noindex 标记排除了 49`
26+
- `已抓取 - 尚未编入索引 1809`
27+
28+
## x-post drafts persisted
29+
- Drafts created for posting:
30+
- `x-posts/待发/2026-05-06-1.md`
31+
- `x-posts/待发/2026-05-06-2.md`
32+
- Related images present:
33+
- `x-posts/images/2026-05-05-1.png`
34+
- `x-posts/images/2026-05-05-2.png`
35+
- `x-posts/images/2026-05-06-1.png`
36+
- `x-posts/images/2026-05-06-2.png`

x-posts/images/2026-05-05-1.png

62.8 KB
Loading

x-posts/images/2026-05-05-2.png

64.4 KB
Loading

x-posts/images/2026-05-06-1.png

19.2 KB
Loading

x-posts/images/2026-05-06-2.png

18.2 KB
Loading

x-posts/待发/2026-05-06-1.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!-- angle: 翻车反转 | score: 9 | image: x-posts/images/2026-05-06-1.png -->
2+
3+
Windows 定时任务,会卡死在西语报错
4+
5+
Windows 节点安装踩了个脏坑。
6+
schtasks 权限失败时,机器吐的不是 `Access is denied`,而是西语 `Acceso denegado`
7+
8+
fallback 之前完全接不住。
9+
今晚补了本地化判断,PR #78171
10+
再加 1 条 targeted test,这坑就现形了。
11+
12+
我的态度很直接:系统错误别拿英文硬匹配,迟早挨打。

x-posts/待发/2026-05-06-2.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!-- angle: 反常识结论 | score: 8 | image: x-posts/images/2026-05-06-2.png -->
2+
3+
Google 不收录,未必是 sitemap 坏了
4+
5+
今晚看 Search Console,
6+
agentskill.work 已收录 4070,未收录 4520。
7+
最大两项不是 sitemap 报错,
8+
而是 `已抓取 - 尚未编入索引 1809`
9+
`网页会自动重定向 1602`
10+
11+
这更像历史 URL + 模板页太多。
12+
我的结论:先砍低价值 facet,
13+
再继续喂 sitemap 才有意义。

0 commit comments

Comments
 (0)