8 款免费工具
免费GEO工具
诊断网站上最常见的GEO可见性问题——完全免费,无需注册。
Canonical标签检查器
检查缺失、重复和配置错误的canonical标签,这些问题会影响您的SEO和AI搜索可见性。
- 即时扫描
- 无需注册
- 即时结果
AI爬虫访问检查器
分析 robots.txt、meta robots 和 HTTP 头部,查看 GPTBot、OAI-SearchBot、ClaudeBot 等 AI 爬虫能否访问您的网站。
- 检查 11 种 AI 爬虫
- 三层分析
- 无需注册
Meta标签与SEO检查器
审计标题标签、meta描述、标题层级、Open Graph标签等,提升搜索排名和社交分享效果。
- 即时扫描
- 标题层级检查
- 无需注册
结构化数据检查器
验证 JSON-LD、Microdata 和 RDFa 结构化数据。检查 Schema.org 类型和必需属性,确保AI可读性。
- JSON-LD、Microdata 和 RDFa
- Schema.org 验证
- 无需注册
AI内容健康检查器
通过AI驱动的分析,从9个AI就绪维度为您的页面评分。检查可访问性、实体清晰度、语义密度、主题覆盖、可提取性、权威性、新鲜度、结构和一致性。
- AI驱动评分
- 9个维度
- 无需注册
Sitemap检查器
验证您的XML站点地图是否存在结构问题、无效XML、重复URL以及阻止搜索引擎和AI爬虫发现您内容的问题。
- 支持Sitemap索引
- 问题检测
- 无需注册
llms.txt 生成器
基于站点地图和首页元数据,为您的网站生成一个起始版 llms.txt。复制输出,放置到 /llms.txt,即可上线。
- 自动爬取站点地图
- 按部分分组
- 无需注册
llms.txt 验证器
依据规范检查您的 llms.txt 文件。在发布前找出缺失的标题、格式错误的链接、重复URL等问题。
- 抓取或粘贴
- 符合规范的检查
- 无需注册
我该用哪个工具?
每个工具回答一个问题,读取网站的一个部分。不确定从哪儿开始,就按表格顺序往下走——它的排列方式和实际排查顺序一致。
| Tool | Question it answers | Input | What it reads |
|---|---|---|---|
| AI Crawler Access Checker | Can GPTBot, ClaudeBot, Google-Extended and the rest fetch this page? | A page URL | robots.txt, meta robots, X-Robots-Tag |
| Sitemap Checker | Do the sitemaps parse, and what is actually listed in them? | A domain or a sitemap URL | robots.txt Sitemap lines, /sitemap.xml, nested indexes |
| Canonical Tag Checker | Does this page nominate one live, absolute canonical URL? | A page URL | rel="canonical" and the status of its target |
| Meta Tags & SEO Checker | Will the title, description, and link preview survive a search result? | A page URL | title, meta description, headings, Open Graph, Twitter card |
| Structured Data Checker | Does the markup parse, and do the types carry their required properties? | A page URL | JSON-LD, Microdata, RDFa |
| AI Content Health Checker | How AI-readable is the content itself, dimension by dimension? | A page URL | Rendered text, scored across 9 dimensions |
| llms.txt Generator | What would a reasonable llms.txt for this site look like? | A domain | Sitemap entries and homepage metadata |
| llms.txt Validator | Does this llms.txt match the format? | A domain or pasted text | Headings, link syntax, duplicates, section size |
合理的检查顺序
如果爬虫连页面都抓不到,再深的内容优化也是白费。由外向内处理。
- 先看访问权限 — 运行 AI 爬虫访问检查器。测试环境遗留的通配符 Disallow 会让后续所有优化都不可见。
- 再看可发现性 — 运行站点地图检查器,并生成 llms.txt。爬虫得先知道页面存在,才谈得上评估它。
- 然后是可理解性 — Canonical 标签、Meta 标签和结构化数据决定哪个 URL 是权威版本,以及这个页面讲的是什么。
- 最后是内容本身 — 以上都就位后,内容健康度检查器评估这个页面是否值得被引用。
这些工具中的术语
按这些工具使用的含义给出的简短定义。
- GEO (Generative Engine Optimization)
- Work aimed at being retrieved and quoted by AI assistants rather than only ranked by a search engine. The unit of success is a cited sentence, not a blue link.
- AI crawler
- A bot operated by an AI company. Each one has a documented user-agent token and is controlled independently in robots.txt — training crawlers and answer-time fetchers are usually separate agents.
- Canonical tag
- A rel="canonical" link telling crawlers which URL is the authoritative version of a page. Missing or conflicting canonicals leave the choice to the crawler.
- Structured data
- Schema.org vocabulary expressed as JSON-LD, Microdata, or RDFa. It states in machine-readable form what a page would otherwise only imply in prose.
- XML sitemap
- A file listing the URLs you want discovered, with optional lastmod dates. It supplements link discovery; it does not guarantee indexing.
- llms.txt
- A proposed Markdown file at /llms.txt that points language models at the pages worth reading, in a form that fits a context window.
来源与规范
本页所有内容都以下列一手文档为准。厂商一旦改规则,最先反映在那里。
- RFC 9309: Robots Exclusion Protocol — IETF
- Sitemaps XML format (protocol 0.9) — sitemaps.org
- Getting started with Schema.org — Schema.org
- The /llms.txt file proposal — llmstxt.org
- Overview of OpenAI crawlers — OpenAI
- Google crawlers, fetchers, and user agents — Google Search Central
最后审阅于 。每当厂商更新规范,我们都会重新核对本页内容。