seo-schema

Detect, validate, and generate Schema.org JSON-LD structured data for web pages.

Updated Jul 14, 2026
One-click install
npx skills add https://github.com/raian-pollock/operator-skills --skill seo-schema-raian-pollock
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: seo-schema
Source: https://github.com/raian-pollock/operator-skills/tree/main/seo-schema
Command: npx skills add https://github.com/raian-pollock/operator-skills --skill seo-schema-raian-pollock

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Websites often ship invalid, missing, or deprecated structured data, which silently costs them rich result eligibility in Google Search. This Skill audits existing markup, flags retired schema types, and generates correct JSON-LD so pages qualify for rich results. ## Core Features & Use Cases - Detection & Validation: Scans pages for JSON-LD, Microdata, and RDFa, then checks required properties, data types, absolute URLs, and date formats against Google's supported rich result types. - Deprecated Type Guidance: Maintains a current registry of retired types (HowTo, SpecialAnnouncement, ClaimReview, VehicleListing, and more) with replacement recommendations, so you never recommend dead markup. - Ready-to-Use Templates: Generates valid JSON-LD for Organization, LocalBusiness, Article, and other active types, with clearly marked placeholders. - Use Case: Ask the agent to audit a product page; it detects existing markup, flags a deprecated HowTo block, and outputs a corrected Product schema plus a SCHEMA-REPORT.md summarizing all findings. ## Quick Start Ask the agent to analyze the structured data on a given URL and generate valid JSON-LD schema markup for it.

Frequently Asked Questions about seo-schema

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate Schema.org structured data on a web page?▼

Scan the page source for JSON-LD script tags, Microdata itemscope attributes, and RDFa properties, then check required properties per schema type. Common errors include missing @context, invalid @type, relative URLs, and wrong date formats.

Which schema types still produce Google rich results?▼

Active types include Organization, LocalBusiness, Product, Article, BreadcrumbList, VideoObject, Event, JobPosting, and Course. Deprecated types like HowTo, SpecialAnnouncement, ClaimReview, and VehicleListing no longer render rich results and should not be recommended.

Is FAQ schema still worth adding to a commercial website?▼

FAQ rich results are restricted to government and healthcare authority sites since August 2023. For commercial sites, existing FAQPage markup may still help AI citations, but adding new FAQPage markup provides no SERP benefit.

Should I use JSON-LD, Microdata, or RDFa for structured data?▼

JSON-LD is Google's stated preferred format and should be the primary choice. Per Google's December 2025 guidance, include JSON-LD in the initial server-rendered HTML rather than injecting it via JavaScript for time-sensitive markup.

What replaced the deprecated ClaimReview and EstimatedSalary schema types?▼

Neither has a direct replacement after their June 2025 retirement. For salary data, use JobPosting with baseSalary for specific roles; for fact-check content, ClaimReview markup no longer produces any SERP effect.