Website AI Agent Readiness
Overview
Use this skill to make a public website easier for AI agents, answer engines, browser agents, partners, and direct machine readers to understand. Treat these assets as discoverability and convenience infrastructure, not as guaranteed traffic levers.
Keep Google Search claims separate. Google AI Overviews and AI Mode do not require llms.txt, OKF, Markdown mirrors, machine-readable pricing, or special AI markup.
Source First
- Read references/agent-readable-stack.md when auditing or implementing the website asset stack.
- Read references/okf-v0.1.md when the task mentions OKF, Open Knowledge Format, knowledge bundles, or
okf.md.
Workflow
Set the scope and boundary.
- Identify the canonical domain, important public page types, supported languages, pricing model, and source of truth for facts.
- Separate Google SEO blockers from optional agent-readable assets in the report.
- Skip private, draft, expired, retired, and user-specific URLs unless the user explicitly asks to expose them.
Inventory the current surface.
- Check
robots.txt,sitemap.xml, canonical URLs, structured data, public Markdown files, and static asset headers. - Look for
llms.txt,llms-full.txt,index.md,pricing.md,okf.md,ai-index.json,entities.json, and similar agent-readable resources. - Confirm each machine-readable file is reachable, accurate, current, and linked from at least one adjacent discovery file.
- Check
Decide which assets belong.
- Use
llms.txtfor a short agent briefing and canonical links. - Use
llms-full.txtorindex.mdfor fuller public context when the site has enough stable content to justify it. - Use
pricing.mdwhen price, fee, subscription, commission, or transaction terms matter. - Use
okf.mdonly when an experimental knowledge bundle is useful and can be kept current. - Use
ai-index.jsonorentities.jsonwhen structured public facts help agents reconcile pages, entities, or resources.
- Use
Author or update assets.
- Write concise, factual, source-backed content with canonical absolute URLs.
- Include last-updated dates or timestamps where freshness matters.
- Mirror visible public facts; do not invent schema, prices, claims, availability, support terms, reviews, or guarantees.
- Add an honest note when an asset is experimental or not required by Google Search.
Expose the assets.
- Link related machine-readable files from
llms.txt,llms-full.txt,index.md,okf.md, and any JSON index. - Add static hosting headers for Markdown, JSON, robots, sitemap, and content-signal policies when the platform supports them.
- Keep sitemap and robots behavior aligned with what the site actually wants indexed.
- Link related machine-readable files from
Add regression coverage.
- Add or update SEO/static smoke tests for file presence, parseability, canonical URLs, OKF frontmatter, pricing facts, stale or retired links, and header rules.
- Test that agent-readable files do not make false Google Search claims.
- Run the narrow SEO test suite first, then the broader build or smoke suite when the change affects routing or deployment output.
Report the result.
- Mark each item as green, warning, blocker, or skipped.
- Call out freshness risks and owner-maintained facts, especially pricing and legal policies.
- Keep optional agent-readiness work separate from confirmed Google Search SEO issues.
Guardrails
- Do not claim
llms.txt, OKF, Markdown mirrors, or machine-readable pricing are Google Search requirements. - Do not claim a crawler or answer engine will use an asset unless there is evidence.
- Do not create agent-readable files that drift from visible pages or backend sources of truth.
- Do not expose private routes, internal APIs, staging domains, customer data, or unpublished policy details.