SEO & Discoverability Custom Skills · Curated

Schema Markup Builder

Generates JSON-LD structured data for articles, how-tos, reviews, and FAQs to qualify a page for rich results.

What it does

Reads the post type and content, then drafts JSON-LD schema (Article, HowTo, Review, or FAQPage) with the required and recommended properties filled from the actual post data. Validates the draft against a mental checklist, required fields for that type, before handing it to the user, and flags any property it had to guess.

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/schema-markup-builder/ (or ~/.claude/skills/schema-markup-builder/ for all projects)

GitHub Copilot (VS Code)

.github/skills/schema-markup-builder/

OpenAI Codex

.codex/skills/schema-markup-builder/

Cursor

.cursor/skills/schema-markup-builder/ (or ~/.cursor/skills/schema-markup-builder/ globally)

Compatibility

Any WordPress site. If an SEO plugin (Yoast, Rank Math, SEOPress) is active, the schema is added through its custom schema/JSON-LD field; otherwise it is inserted as a code block via a custom HTML block or the theme's header.