为 SpeedCE-Docs 添加搜索引擎与 AI 爬虫收录支持#2
Closed
freejbgo wants to merge 1 commit into
Closed
Conversation
- Generate llms.txt, sitemap.xml, robots.txt for 100 articles + 48 issue drafts - Include GitHub Pages Jekyll config with JSON-LD meta tags - Add generate_speedce_docs_seo_index.py and weekly CI refresh workflow - Document sync steps to merge into freejbgo/SpeedCE-Docs Co-authored-by: freejbgo <freejbgo@users.noreply.github.com>
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.
概述
为 freejbgo/SpeedCE-Docs 知识库(100 篇文章 + 48 篇 Issue 草稿)生成完整的 SEO / AI 收录基础设施,便于 Google、Bing、GPTBot、ClaudeBot 等发现与引用。
新增内容
收录文件(
speedce-docs/)llms.txtsitemap.xmlrobots.txtarticles-index.jsonGitHub Pages 配置(
speedce-docs/docs/)_config.yml+ 带 JSON-LD 结构化数据的 HTML 布局https://freejbgo.github.io/SpeedCE-Docs/,比纯 Markdown 更易收录自动化
scripts/generate_speedce_docs_seo_index.py:从 SpeedCE-Docs 拉取文章并重新生成索引.github/workflows/speedce-docs-seo-index.yml:每周一自动刷新索引合并到 SpeedCE-Docs 的步骤
详见
speedce-docs/README.md。核心步骤:speedce-docs/内文件复制到 SpeedCE-Docs 仓库对应位置/docs目录发布sitemap.xml测试
python3 scripts/generate_speedce_docs_seo_index.py # Indexed 100 articles, 48 issue drafts