Add SEO and AI crawler indexing for 210 CSDN articles#3
Merged
Conversation
- Generate llms.txt, sitemap.xml, robots.txt, articles-index.json - Add GitHub Pages Jekyll site in docs/ with JSON-LD meta tags - Add generate_seo_index.py and weekly CI refresh workflow - Document GitHub Pages setup and search engine submission steps 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.
Summary
为 SpeedCE-Tech 仓库的 210 篇 CSDN 长文添加搜索引擎与 AI 爬虫收录支持,通过 GitHub Pages 提供可索引的 HTML 页面,并生成机器可读索引文件。
新增内容
docs/— GitHub Pages Jekyll 站点,每篇文章渲染为独立 HTML 页(含 JSON-LD、canonical、og 标签)robots.txt— 允许 Google/Baidu 及 GPTBot、ClaudeBot、PerplexityBot 等 AI 爬虫sitemap.xml— 211 个 URL(首页 + 210 篇文章)llms.txt/llms-full.txt— AI 系统专用文章索引articles-index.json— 机器可读元数据(标题、分类、摘要、链接)scripts/generate_seo_index.py— 一键重新生成上述文件.github/workflows/seo-index.yml— 文章变更或每周一自动刷新索引上线步骤(合并后需手动操作一次)
main分支、/docs目录收录加速
llms.txt已按分类列出全部文章,便于 AI 系统发现