seo-schema

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

Updated Jun 9, 2026
One-click install
npx skills add https://github.com/timikalo7/Execute --skill seo-schema-timikalo7
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: seo-schema
Source: https://github.com/timikalo7/Execute/tree/main/.claude/skill-library/claude-seo/skills/seo-schema
Command: npx skills add https://github.com/timikalo7/Execute --skill seo-schema-timikalo7

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Websites often ship invalid, missing, or deprecated structured data, which costs them rich results in Google Search. This Skill scans pages for existing markup, validates it against Google's supported rich result types, and generates correct JSON-LD so pages qualify for enhanced search appearances. ## Core Features & Use Cases - Detection & Validation: Scans page source for JSON-LD, Microdata, and RDFa, then checks required properties, data types, and common errors like missing @context or relative URLs. - Deprecation Awareness: Maintains an up-to-date registry of retired schema types (HowTo, FAQPage, SpecialAnnouncement, VehicleListing, and more) so you never recommend markup Google no longer renders. - JSON-LD Generation: Produces ready-to-use templates for Organization, LocalBusiness, Article, Product, and other active types, outputting a SCHEMA-REPORT.md and generated-schema.json. - Use Case: Given a product page URL, the Skill detects missing Offer markup, flags a deprecated FAQPage block, and generates valid Product JSON-LD with placeholders for price and availability. ## Quick Start Ask the assistant to analyze the schema markup on a given page URL and generate valid JSON-LD for any missing or invalid structured data.

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 attributes, and RDFa properties, then check required properties per schema type against Google's supported rich result types. Common errors include missing @context, invalid @type, relative URLs, and wrong data types.

How to generate JSON-LD schema markup for a website?

Identify the page type from content analysis, select the appropriate schema type, and generate JSON-LD with all required and recommended properties. JSON-LD is Google's preferred format and should be included in the initial server-rendered HTML rather than injected via JavaScript.

Is FAQPage schema still worth using for SEO?

Google retired FAQ rich results for all sites on May 7, 2026, so FAQPage no longer produces SERP benefits. Existing FAQPage markup should be flagged as informational rather than removed, and genuine Q&A pages should use QAPage instead.

Which Schema.org types are deprecated by Google?

Deprecated types include HowTo (September 2023), SpecialAnnouncement (July 2025), ClaimReview, EstimatedSalary, LearningVideo, CourseInfo carousel, VehicleListing (June 2025), Practice Problem (January 2026), and FAQPage rich results (May 2026). Dataset remains live but only for Dataset Search.

Does structured data injected with JavaScript still work?

Per Google's December 2025 JavaScript SEO guidance, structured data injected via JavaScript may face delayed processing. For time-sensitive markup like Product and Offer, include JSON-LD in the initial server-rendered HTML.