SEO & Discoverability Custom Skills · Curated

Rich Results Troubleshooter

Explains schema validation errors and warnings and rewrites the markup to fix what's blocking rich results.

What it does

Takes a schema validation error or warning (pasted from a testing tool's output) and translates it into plain language, then patches the specific JSON-LD property causing it, whether that's a missing required field, a wrong data type, or a value that doesn't match what's visible on the page.

Install

This skill isn't packaged in an installable registry. It's a plain SKILL.md file you can copy directly. Copy it from the SKILL.md tab and save it at the path for your assistant:

Use it in your AI assistant

Claude Code

.claude/skills/rich-results-troubleshooter/ (or ~/.claude/skills/rich-results-troubleshooter/ for all projects)

GitHub Copilot (VS Code)

.github/skills/rich-results-troubleshooter/

OpenAI Codex

.codex/skills/rich-results-troubleshooter/

Cursor

.cursor/skills/rich-results-troubleshooter/ (or ~/.cursor/skills/rich-results-troubleshooter/ globally)

Compatibility

Any WordPress site with existing JSON-LD schema. The user needs to supply the validator output (from a structured data testing tool) since this skill doesn't run one directly.