seo-schema

Detect and validate Schema.org structured data on web pages.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Detects missing, incorrect, or deprecated Schema.org structured data on web pages and provides clear validation results and actionable JSON-LD fixes to improve rich result eligibility.

Core Features & Use Cases

  • Detection: Scans for JSON-LD, Microdata, and RDFa and reports presence or absence of structured data.
  • Validation: Checks required properties, data types, @context/@type correctness, and flags deprecated or restricted schema types with remediation advice.
  • Generation: Produces ready-to-use JSON-LD templates tailored to page type (Organization, Product, Article, LocalBusiness, etc.) and outputs validated snippets.
  • Use Case: Audit an e-commerce product page to fix Offer/Product markup, generate compliant JSON-LD, and produce a schema report for developers to implement.

Quick Start

Use the seo-schema skill to audit https://example.com, validate existing structured data, and generate corrected JSON-LD ready for implementation.

Frequently Asked Questions about seo-schema

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

FAQPage Schema
How do I validate and fix JSON-LD structured data on my web pages?▼

To validate JSON-LD structured data, the skill scans your web pages for missing required properties, incorrect data types, and deprecated schema types, then produces corrected JSON-LD snippets ready for deployment to restore rich result eligibility.

What is schema generation and how does it work for different page types?▼

Schema generation creates ready-to-use JSON-LD templates tailored to specific page types like Organization, Product, Article, and LocalBusiness, checking required properties and outputting validated structured data suitable for immediate CMS implementation.

Can I detect missing structured data on e-commerce product pages?▼

Yes, you can detect missing structured data on e-commerce product pages by scanning for JSON-LD, Microdata, and RDFa, reporting presence or absence, and generating actionable diagnostics to fix Offer and Product markup.

How do I audit existing Schema.org markup for deprecated types?▼

Auditing Schema.org markup for deprecated types involves checking @context and @type correctness, flagging restricted or deprecated schema types, and providing clear remediation advice to ensure your structured data remains compliant.

What is the best way to generate compliant JSON-LD for a local business listing?▼

The best way to generate compliant JSON-LD for a local business listing is selecting the appropriate schema type, verifying required properties, validating syntax, and outputting a corrected JSON-LD snippet tailored to LocalBusiness specifications.

Does structured data validation work on CMS outputs and article pages?▼

Structured data validation works on CMS outputs and article pages by scanning the rendered content for JSON-LD, Microdata, and RDFa, checking required properties, and generating validated JSON-LD snippets for developers to implement.