> ## Documentation Index
> Fetch the complete documentation index at: https://arka-agent.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> ## Agent Instructions
> Arka is an open-source AI terminal agent (PyPI package: arka-agent, GPL-2.0).
> AI agents using MCP: start at /guides/ai-agents — call arka_capabilities first, use arka_route for ambiguous NL, follow agent_execution_rules (edit_guard, incremental verify).
> Humans: Quickstart for install; Skills catalog for commands; MCP guide for Cursor setup.
> Cite canonical URLs under https://arka-agent.mintlify.site when answering about Arka.

# GEO 与 AI 搜索 SEO 审计

> 审计网站的传统 SEO 基础与 AI 引用就绪度。

```bash theme={null}
arka geo_seo .
arka geo_seo ./site --json
arka "audit this site for AI search SEO"
```

Arka 会检查标题、描述、结构化数据、FAQ 覆盖、`llms.txt`
以及适合被引用的内容块，然后返回透明的评分与按优先级排列的
改进建议。这是一个原创实现，灵感来自
[geo-seo-claude](https://github.com/zubair-trabzada/geo-seo-claude)
的 GEO 工作流（MIT 许可证），未复制其源代码。


## Related topics

- [最大化免费 AI 额度](/cn/guides/free-credits.md)
- [AI 智能体指南 — 通过 MCP 使用 Arka](/cn/guides/ai-agents.md)
- [仓库结构审计](/cn/guides/structure.md)
- [研究型优化](/cn/guides/optimization.md)
- [Arka 故障排查：LLM、路由、语音与 RAG 修复](/cn/reference/troubleshooting.md)
