チェックの技術的な詳細は英語で表示されます。スキャナーの出力をそのまま示しているためです。
サイトを編集する担当者に送ってください。リンクにはスコアと評価がプレビューカードとして表示され、常に最新です。今日の数値を固定するのではなく、最新のスキャンを読み直します。
No reachable sitemap.xml. Publish one and reference it in robots.txt.
具体的な手順を見るA sitemap is a machine-readable list (sitemap.xml) of every page on your site. It is how crawlers find pages that aren’t linked from your homepage.
Agents discovering your site crawl outward from the pages they know. Without a sitemap, anything not linked from a top-level page (docs, older articles, product variants) may simply never be read, so it can’t be quoted or recommended.
今すぐ受信箱へ。さらにctpedia.orgのスコアが変化したときに通知します。無料、いつでも配信停止できます。
監視はお任せください。Monitorが毎週再スキャンし、変化があればメールでお知らせします($29/mo)。 監視を始める →
上記のギャップに対応する、生成済みですぐ使えるファイルです。コピーするか、ダウンロードしてリポジトリに配置してください。
採点したのはトップページだけです。価格・ドキュメント・購入ページは別のページにあり、アシスタントが引用するのはまさにそれらのページです。ここで49/100ということは、最も磨いたページですらエージェントが見逃しているということ。Deep Scan($29)はサイト全体を全36チェックで監査し、失敗したチェックとその具体的な修正を、可視性への影響が大きい順にまとめたPDFをメールで送ります。1回限り・数分で納品・サブスクリプションなし。
このバッジをサイトに埋め込めます。ライブスキャンにリンクし、再スキャンのたびに更新されます。
<a href="https://agentspeed.com/scan/ctpedia.org"><img src="https://agentspeed.com/badge/ctpedia.org" alt="AgentSpeed agent-readiness score" height="56"></a>このレポートをメールで受け取り、ctpedia.orgの対応状況が実際に変化したとき(チェックの悪化や総合スコアの低下)に通知を受け取れます。
メールが送られないケースが2つあります: 当社が新しいルーブリックを公開したことによるスコア変化(測定器が変わっただけで、サイトの変化ではありません)と、実行のたびに揺れる時間依存チェックだけで説明できる変動です。
自分のスケジュールで、メールの代わりにSlackやWebhookで受け取りたい場合は スコアドリフト監視 をどうぞ。すべての有料プランに含まれています。
このスコアはAIエージェントがctpedia.orgを読み取れるかを示します。 AIトラフィック分析 は、実際に来たかどうか、そしてどのページが追い返したかを示します。
自社のAIエージェントを運用していますか? AgentSpeedは本番環境の監視も行います。すべての実行、レイテンシ、コスト、失敗を記録し、問題発生時にアラートを送ります。月10,000イベントまで無料、クレジットカード不要。
リポジトリを開いた Claude Code、Cursor などのアシスタントに貼り付けてください。この検出結果、手順、避けるべき近道が含まれます。
No <link rel="canonical"> tag in <head>. Agents use canonical URLs to dedupe and cite.
具体的な手順を見るA canonical tag is one line in your page’s HTML head that says "THIS is the official address of this page." Without it, yoursite.com/pricing, yoursite.com/pricing?utm_source=x, and www.yoursite.com/pricing all look like different pages with copied content.
When the same content lives at several addresses, agents split your page’s identity across the copies. They may cite a tracking-parameter URL, or treat the duplicates as a signal of low quality. The canonical tag merges them back into one.
リポジトリを開いた Claude Code、Cursor などのアシスタントに貼り付けてください。この検出結果、手順、避けるべき近道が含まれます。
No <meta name="description">. Agents use it as a page summary; add a 50–200 character description.
具体的な手順を見るThe meta description is a one-sentence summary of the page that you control, embedded in the HTML head. Without it, machines compose their own summary from whatever text appears first, often cookie-notice or navigation boilerplate.
This is the sentence you get to write about yourself. Pages without one are summarised by autopilot, and the autopilot frequently leads with the least representative text on the page.
リポジトリを開いた Claude Code、Cursor などのアシスタントに貼り付けてください。この検出結果、手順、避けるべき近道が含まれます。
No JSON-LD blocks found. Add a <script type="application/ld+json"> with a schema.org type for this page.
具体的な手順を見るJSON-LD is a small block of structured facts (name, what you sell, prices) embedded invisibly in your page’s HTML, written in a vocabulary (schema.org) that machines share. Think of it as the machine-readable caption for the page humans see.
An agent reading prose has to guess which number is the price and which name is the brand. JSON-LD removes the guessing: typed facts it can quote directly. Pages without it get summarised from inference, which is where wrong prices and wrong names come from.
Page text too sparse to probe; agent has nothing to read.
具体的な手順を見るWe gave an AI model the visible text of your page and asked it two questions: what does this page offer, and what is the price or main action? It could not answer from what your page serves.
This is the same task a shopping assistant performs before recommending you. If a model reading your page can’t name your offer and how to act on it, an assistant answering a customer can’t either, and it routes the recommendation somewhere it can.
リポジトリを開いた Claude Code、Cursor などのアシスタントに貼り付けてください。この検出結果、手順、避けるべき近道が含まれます。
No HTTP Link: response headers. Emit canonical/alternate/describedby relations so HEAD-only or stream-rendering agents get them without parsing HTML.
具体的な手順を見るHTTP responses can carry a Link header: the same canonical and alternate-language information your HTML declares, but delivered in the response envelope itself. Agents that only send a HEAD request, or that decide what to do while the page is still streaming, read the header without parsing any HTML. Yours is missing (or carries none of the relations agents use: canonical, alternate, describedby).
An agent triaging fifty URLs doesn’t want to download and parse fifty pages to learn which are duplicates of which. The Link header answers at the cheapest possible layer. Sites that provide it get correctly de-duplicated and correctly language-routed even by the most minimal fetchers.
リポジトリを開いた Claude Code、Cursor などのアシスタントに貼り付けてください。この検出結果、手順、避けるべき近道が含まれます。
上記のうち手順プランがある修正を、同じ優先順位と同じガードレールでまとめた 1 つのプロンプトです。
This scan shows whether an agent can read the site. One free probe asks a real assistant a real buying question and records who it cited.
リポジトリを開いた Claude Code、Cursor などのアシスタントに貼り付けてください。この検出結果、手順、避けるべき近道が含まれます。