feat(seo): 上线 edit.chaxus.com 的 SEO/GEO 基础#103
Merged
Conversation
These assets were prepared earlier but never committed, so the live site had near-zero SEO (bare <title>, no description/OG/JSON-LD) and robots/sitemap/llms all fell through to the SPA HTML fallback. - index.html: keyword-rich title + description, canonical, Open Graph + Twitter, JSON-LD WebApplication, and a <noscript> crawlable block (critical for a SPA — crawlers otherwise see an empty #app div) - public/robots.txt: "citable, not trained" (matches ran's decision 4) — allow search + AI retrieval/citation bots, block training-only crawlers (GPTBot/ClaudeBot/CCBot/Google-Extended/…). Fixes the previous file whose comment claimed this stance but allowed everything. - public/sitemap.xml + public/llms.txt (GEO entry map) Verified: build emits the tags + all three files into dist; format:check passes. Post-deploy: confirm CF "Manage robots.txt" is Off, then submit sitemap in GSC.
Deploying document with
|
| Latest commit: |
4f92b0c
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://5173cbb6.document-7hm.pages.dev |
| Branch Preview URL: | https://feat-seo-geo-launch.document-7hm.pages.dev |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
核查发现这批 SEO/GEO 资产早已准备好但从未提交,导致线上几乎零 SEO:
<title>还是Document Editor,无 description/OG/JSON-LD;/robots.txt、/sitemap.xml、/llms.txt全部命中 CF 的 SPA 回退(返回 HTML)。本 PR 把它们提交上线。内容
WebApplication、<noscript>可爬内容(SPA 关键,否则爬虫只见空#app)验证
build 产物含全部标签 + 三文件;format:check 通过。
部署后
docs/explorations/2026-07-05-seo-geo-launch.md。🤖 Generated with Claude Code