Fix every AgentSpeed check.
Each check in the rubric has a remediation page: why agents care, how to fix it, and a copyable snippet where one applies. Search-friendly, domain-agnostic, and linked to from the live spec at /rubric.
Long-form remediation guides for the issues that show up most often in real scans. Each page covers the failure in plain language, the exact fix, and platform-specific implementations for Next.js, WordPress, Shopify, Webflow, and static sites.
- failedllms_txt.present
Missing llms.txt
Your site has no /llms.txt file, so AI agents have to guess which pages matter most.
- failedrobots_txt.allows_known_agents
GPTBot is blocked by your robots.txt
OpenAI's crawler is disallowed, so ChatGPT cannot read your pages or cite them in answers.
- failedstructured_data.jsonld_present
Missing structured data (JSON-LD)
Your pages have no JSON-LD, so agents must guess what each page is about.
- failedsitemap.present
Missing XML sitemap
No /sitemap.xml means agents and search engines must discover every page through link-following alone.
- failedcontent.js_required_for_primary_content
Primary content requires JavaScript
Your main content is rendered by JavaScript, so most agents see an empty page.
- failedmarkup.title
Weak title and meta description
Your <title> and meta description are missing, generic, or duplicated, so agents can't tell what each page is about at a glance.
- failedcontent.text_ratio
Poor heading structure
No H1, multiple H1s, or skipped levels, so agents can't build an outline of your page.
- failedperformance.ttfb_ms
Slow server response (high TTFB)
Your server takes too long to return the first byte, so agents time out before reading your page.
- failedrobots_txt.allows_known_agents
ClaudeBot is blocked by your robots.txt
Anthropic's crawler is disallowed, so Claude cannot read your pages or cite them in answers.
- failedmarkup.title
Unclear primary call-to-action
Agents can't tell what action your page wants users to take, so they don't recommend it for buying or signup queries.
How easily an agent finds canonical content and capability manifests.
How much primary content is available without executing JavaScript.
Whether JSON-LD is present, validates, and covers the page kind.
Whether agents can identify the primary offering and complete a task.
Whether the page renders fast enough that agents do not time out.