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 Sitemap 是否存在結構問題、無效 XML、重複網址以及阻礙搜尋引擎和 AI 爬蟲發現內容的問題。
- 支援 Sitemap 索引
- 問題偵測
- 無需註冊
llms.txt 產生器
從您網站的 sitemap 與首頁中繼資料,建立可做為起點的 llms.txt。複製產出內容,放到 /llms.txt 就完成了。
- 爬取您的 sitemap
- 依區段分組
- 無需註冊
llms.txt 驗證器
依規範檢查您的 llms.txt 檔案。在您發布前找出缺少的標題、格式錯誤的連結、重複網址等問題。
- 擷取或貼上
- 符合規範的檢查
- 無需註冊
我該用哪一個工具?
每個工具回答一個問題,讀取網站的一個部分。不確定從哪裡開始,就照表格順序往下走——它的排列方式和實際排查順序一致。
| 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
最後審閱於 。每當廠商更新規範,我們都會重新核對本頁內容。