SEO & LLMO

Pre-launch SEO, structured data, and AI-agent-readiness checklist (llms.txt, robots.txt, JSON-LD).

Tested · Works

Test report

Verdict
Tested · Works
Score
9.2/10
Tested
Jul 14, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Jul 18, 2026 · 89e3f4f

Skill-guided pre-launch package added llms.txt, agent.json, an A2A agent-card.json, and the 2025 Content-Signal robots.txt directive that a baseline (unguided) pass skipped entirely — genuinely current agent-readiness practice, not repackaged classic-SEO boilerplate.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 8/10
  • Docs & honesty 5/5

What SEO & LLMO does

A single comprehensive SKILL.md that walks through JSON-LD structured data (Organization/Product/SoftwareApplication/FAQPage), robots.txt with AI-crawler and Content-Signal directives, llms.txt/llms-full.txt, agent-readiness files (agent.json, A2A agent-card.json, mcp.json, pricing.md), Open Graph/meta tags, and Core Web Vitals/SPA fixes. Triggers before any site launch or SEO request, and even implicitly when scaffolding a new public-facing site.

How to install SEO & LLMO

git clone https://github.com/ziniman/ai-instruct
cd ai-instruct
mkdir -p ~/.claude/skills
cp -r skills/seo-llmo ~/.claude/skills/seo-llmo

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger SEO & LLMO

  • /seo-llmo Pre-launch SEO, structured data, and AI-agent-readiness checklist (llms.txt, robots.txt, JSON-LD).

It also activates on plain-language prompts like these:

  • Generate JSON-LD and llms.txt for our new landing page
  • Prep our SaaS site's robots.txt before we launch it
  • Set up structured data so AI agents can read our site

Frequently asked questions

Is the SEO & LLMO skill free?
Yes. The skill itself is free from ziniman/ai-instruct. SkillProof publishes the install command and an independent test verdict at no cost.
Does SEO & LLMO work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Tested · Works. Skill-guided pre-launch package added llms.txt, agent.json, an A2A agent-card.json, and the 2025 Content-Signal robots.txt directive that a baseline (unguided) pass skipped entirely — genuinely current agent-readiness practice, not repackaged classic-SEO boilerplate.
What is the SEO & LLMO SkillProof Score?
9.2/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 5/5.
How do I install SEO & LLMO?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use SEO & LLMO with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.