schema-markup

Generate schema.org JSON-LD markup for rich search results.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill ensures every page delivers accurate JSON-LD schema so search engines understand the content and can reward it with rich snippets instead of default listings.

Core Features & Use Cases

  • Structured Assessment: It prompts you to read any product marketing context file before asking questions and to clarify the page type, existing markup, and desired rich results so you never duplicate work.
  • Schema Best Practices: Emphasizes JSON-LD, precise property usage, Google's eligibility rules, and validated output plus the supporting references that list common schema types and their required fields.
  • Implementation Patterns: Shows how to combine Organization, WebSite, Article, Product, FAQ, BreadcrumbList, LocalBusiness, Event, and HowTo schema via @graph along with testing via Rich Results Test and Schema.org validator for reliable deployment.

Quick Start

Review the product marketing context file if it exists, then ask for the page type, goals, and key content so you can craft the correct JSON-LD schema markup.

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 for Google rich results?

JSON-LD structured data is added by embedding schema.org markup in your page so search engines understand content and surface rich results. This skill transforms page content into precise JSON-LD for Organization, Product, Article, FAQ, BreadcrumbList, or HowTo snippets.

What schema.org types are required for FAQ rich snippets?

FAQ rich snippets require schema.org FAQPage type with Question and acceptedAnswer properties. This skill assesses your page content and applies the correct schema types following Google's eligibility rules and validated JSON-LD output.

How do I validate structured data against Google Rich Results rules?

Validate structured data using Google's Rich Results Test and Schema.org validator to ensure compliance. This skill produces JSON-LD markup checked against Google Rich Results eligibility rules and Schema.org requirements for reliable deployment.

Can I combine Organization, Product, and Article schema on one page?

Yes, you can combine multiple schema types on one page using the @graph property in JSON-LD. This skill shows implementation patterns for combining Organization, WebSite, Article, Product, FAQ, BreadcrumbList, LocalBusiness, Event, and HowTo schema.

Does JSON-LD work for HowTo and BreadcrumbList rich snippets?

JSON-LD works for HowTo and BreadcrumbList rich snippets by defining step-by-step instructions and navigation hierarchy in schema.org format. This skill generates precise markup for these types following Google's structured data guidelines.

Why does my structured data not show rich snippets in Google Search?

Structured data may not produce rich snippets if it violates Google's eligibility rules or contains invalid properties. This skill assesses existing markup, identifies schema issues, and validates output against Google Rich Results and Schema.org rules.