feat: refresh source-backed README product pages#24
Merged
Conversation
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.
功能点
将
/product/source-backed-launch-assets从通用 fallback 页面升级为专属高意图产品页。将
/product/readme-marketing-cards从通用 fallback 页面升级为 README-first 产品页。更新页面 metadata 和 AI/GEO 上下文。
public/llms.txt,让 AI crawler 看到新的具体描述,而不是 Product Marketer/Design Lead fallback 文案。增加增长记录和执行计划。
docs/marketing/research/2026-06-02-source-backed-readme-page-refresh.md。docs/plans/2026-06-01-quickfork-growth-lifecycle-prioritization.md。验证
npm test -- src/App.test.tsx src/seo/public-growth.test.ts src/seo/semantic-links.test.ts -t "source-backed launch assets|README marketing cards|machine-readable AI context|semantic marketing"先失败,失败点为两个页面仍使用 fallback copy,以及public/llms.txt仍为旧描述。npm test -- src/App.test.tsx src/seo/public-growth.test.ts src/seo/semantic-links.test.ts通过,3 个文件、41 个测试通过。npm test通过,23 个文件、146 个测试通过。npm run build通过。git diff --check和git diff --cached --check均通过。token、secret、api_key,没有实际凭据。增长判断
这是 P1 landing page quality 和 AI/GEO extraction 改进,不是需求已验证。合入后仍需要生产 route smoke、
llms.txt/sitemap smoke、Search Console/AI-answer baseline 和 CTA/generation 行为对比。