schema-markup

Audit and generate schema.org JSON-LD with validation and error fixes.

2|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/mdnaimul22/human-skills --skill schema-markup-mdnaimul22
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: schema-markup
Source: https://github.com/mdnaimul22/human-skills/tree/main/skills/schema-markup
Command: npx skills add https://github.com/mdnaimul22/human-skills --skill schema-markup-mdnaimul22

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and scripts (resource) components.

What problem does it solve?

Schema-markup helps you implement and debug structured data so search engines (and AI systems) can correctly interpret your pages and potentially display rich results instead of ignoring malformed or mismatched JSON-LD.

Core Features & Use Cases

  • Schema audit: Detects existing JSON-LD schema types, highlights missing required fields, and reports what is broken so you can prioritize fixes.
  • Implementation support: Guides you to choose the correct schema type for each page (FAQ, HowTo, Product, LocalBusiness, Article, etc.) and produces copy-paste-ready JSON-LD blocks.
  • Validation & repair: Maps validator and rich-results test failures back to the specific broken fields, then returns corrected JSON-LD with an explanation of why the fix works.
  • AI search visibility: Recommends entity and content markup (e.g., Organization sameAs, FAQPage, Article author/date fields) to improve machine-readability and citation likelihood.

Quick Start

Use the schema-markup skill to generate JSON-LD for your FAQ page by telling it your page URL, your CMS (e.g., WordPress/Webflow/Shopify/custom), and 3-5 exact question-and-answer pairs.

Frequently Asked Questions about schema-markup

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

FAQPage Schema
How do I add JSON-LD structured data to my FAQ page?

To add JSON-LD structured data to your FAQ page, you need to format your questions and answers using the FAQPage schema type with the correct @context. This Skill generates copy-paste-ready JSON-LD blocks and validates them against rich results expectations so search engines can display them properly.

Why does my schema.org structured data fail rich results validation?

Schema.org structured data fails rich results validation when required fields are missing or malformed in your JSON-LD. This Skill audits your existing markup, maps validator failures back to the specific broken fields, and returns corrected JSON-LD with an explanation of the required property fixes.

What is the best way to mark up a HowTo page for AI search visibility?

The best way to mark up a HowTo page for AI search visibility is implementing HowTo schema.org JSON-LD with correct @context and complete required fields. This Skill produces structured data that improves machine-readability and citation likelihood for both search engines and AI systems.

Can I use schema markup to audit existing Product or LocalBusiness JSON-LD?

Yes, you can audit existing Product or LocalBusiness JSON-LD to detect active schema types and highlight missing required fields. This Skill reports what is broken in your structured data so you can prioritize fixes and ensure your pages earn eligible rich results.

When do I need structured data validation for my website content?

You need structured data validation when implementing new JSON-LD or fixing existing schema markup to ensure search engines correctly interpret your pages. This Skill validates your structured data against schema.org expectations and returns prioritized error fixes mapped to missing or malformed recommended properties.