無料GEOツール
ウェブサイトの最も一般的なGEO可視性の問題を診断 — 完全無料、登録不要。
Canonicalタグチェッカー
SEOとAI検索の可視性を低下させる、欠落・重複・誤設定されたcanonicalタグをチェックします。
- 即時スキャン
- 登録不要
- 即時結果
AIクローラーアクセスチェッカー
robots.txt、meta robots、HTTPヘッダーを分析し、GPTBot、OAI-SearchBot、ClaudeBot などのAIクローラーがサイトに到達できるかを確認します。
- 11種のAIクローラーをチェック
- 3層分析
- 登録不要
メタタグ & SEOチェッカー
titleタグ、メタディスクリプション、見出し、Open Graphタグなどを監査し、検索ランキングとソーシャル共有を改善します。
- 即時スキャン
- 見出し階層チェック
- 登録不要
構造化データチェッカー
JSON-LD、Microdata、RDFaの構造化データを検証。Schema.orgのタイプと必須プロパティのAI可読性をチェックします。
- JSON-LD、Microdata & RDFa
- Schema.orgバリデーション
- 登録不要
AIコンテンツヘルスチェッカー
AI分析による9つのAI対応ディメンションでページをスコアリング。アクセシビリティ、エンティティの明確性、セマンティック密度、トピックカバレッジ、抽出可能性、権威性、鮮度、構造、一貫性をチェックします。
- AI搭載スコアリング
- 9つのディメンション
- 登録不要
サイトマップチェッカー
XMLサイトマップの構造的な問題、無効なXML、重複URL、検索エンジンやAIクローラーがコンテンツを発見できない問題を検証します。
- サイトマップインデックス対応
- 問題検出
- 登録不要
llms.txtジェネレーター
サイトマップとホームページのメタデータから、出発点となるllms.txtを生成します。出力をコピーして/llms.txtに配置するだけで完了です。
- サイトマップをクロール
- セクション別にグループ化
- 登録不要
llms.txtバリデーター
llms.txtファイルを仕様に照らしてチェック。見出しの欠落、不正なリンク、重複URLなどを公開前に検出します。
- 取得または貼り付け
- 仕様準拠チェック
- 登録不要
より深い分析が必要ですか?
これらの無料ツールは基本をカバーしています。サイト全体の監査、継続的なモニタリング、AI可視性の最適化については、GeoVectorのフルプラットフォームをご覧ください。
料金を見るどのツールを使えばよいか
各ツールは1つの問いに答え、サイトの1つの部分を読みます。どこから手をつけるか迷ったら、表を上から順に。実際の切り分け順に並べてあります。
| 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 タグ、メタタグ、構造化データが、どの 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
最終確認日: 。ベンダーが仕様を更新するたびに、このページを原典と突き合わせて見直しています。