schema-markup

Verified·Scanned 2/19/2026

Add, fix, or optimize schema markup and structured data. Use when the user mentions schema markup, structured data, JSON-LD, rich snippets, schema.org, FAQ schema, product schema, review schema, or breadcrumb schema.

from clawhub.ai·v1.0.0·29.1 KB·0 installs
Scanned from 0.1.0 at 3c5805c · Transparency log ↗
$ vett add clawhub.ai/wpank/schema-markup

Schema Markup

Implement schema.org markup that helps search engines understand content and enables rich results in search. Add, fix, or optimize structured data using JSON-LD format.

What's Inside

  • Core principles (accuracy first, use JSON-LD, follow Google's guidelines, validate everything)
  • Common schema types: Organization, WebSite, Article, Product, SoftwareApplication, FAQPage, HowTo, BreadcrumbList, LocalBusiness, Event
  • Quick reference for required and recommended properties per type
  • Multiple schema combination using @graph and @id references
  • Validation tools and common errors with fixes
  • Implementation patterns for static sites, React/Next.js, and CMS/WordPress
  • Testing checklist
  • Implementation workflow (identify, start with homepage, add per-page, validate, monitor)
  • Reference file with complete JSON-LD examples

When to Use

  • Adding structured data to new or existing pages
  • Fixing schema validation errors
  • Optimizing for specific rich results (FAQ, product, article)
  • Implementing JSON-LD in React/Next.js applications
  • Auditing existing schema markup

Installation

npx add https://github.com/wpank/ai/tree/main/skills/writing/schema-markup

OpenClaw / Moltbot / Clawbot

npx clawhub@latest install schema-markup

Manual Installation

Cursor (per-project)

From your project root:

mkdir -p .cursor/skills
cp -r ~/.ai-skills/skills/writing/schema-markup .cursor/skills/schema-markup

Cursor (global)

mkdir -p ~/.cursor/skills
cp -r ~/.ai-skills/skills/writing/schema-markup ~/.cursor/skills/schema-markup

Claude Code (per-project)

From your project root:

mkdir -p .claude/skills
cp -r ~/.ai-skills/skills/writing/schema-markup .claude/skills/schema-markup

Claude Code (global)

mkdir -p ~/.claude/skills
cp -r ~/.ai-skills/skills/writing/schema-markup ~/.claude/skills/schema-markup

Part of the Writing skill category.