seo: GitHub SEO + GEO 优化,提升项目可发现性
1. 新增 llms.txt — 让 AI 搜索引擎(ChatGPT/Claude/Perplexity)理解项目 2. README 中英文加 FAQ 区块 — AI 搜索友好的常见问题解答 3. pyproject.toml keywords 扩展到 21 个 — 覆盖更多搜索词
This commit is contained in:
+9
-1
@@ -6,7 +6,15 @@ readme = "README.md"
|
||||
license = {text = "MIT"}
|
||||
requires-python = ">=3.10"
|
||||
authors = [{name = "Neo Reid"}]
|
||||
keywords = ["ai-agent", "web-reader", "search", "mcp", "agent-infrastructure", "llm-tools"]
|
||||
keywords = [
|
||||
"ai-agent", "llm-tools", "agent-infrastructure", "mcp",
|
||||
"web-reader", "web-scraper", "search",
|
||||
"twitter-scraper", "reddit-scraper", "youtube-transcript",
|
||||
"bilibili", "xiaohongshu", "instagram",
|
||||
"ai-search", "cli", "automation",
|
||||
"claude-code", "cursor", "openai",
|
||||
"free-api", "no-api-key",
|
||||
]
|
||||
classifiers = [
|
||||
"Development Status :: 4 - Beta",
|
||||
"Intended Audience :: Developers",
|
||||
|
||||
Reference in New Issue
Block a user