schema-markup

Create and validate JSON-LD schema.org markup for web pages.

Updated Feb 7, 2023
One-click install
npx skills add https://github.com/simoneschiavo/simoneschiavo.github.io --skill schema-markup-simoneschiavo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: schema-markup
Source: https://github.com/simoneschiavo/simoneschiavo.github.io/tree/main/.claude/skills/schema-markup
Command: npx skills add https://github.com/simoneschiavo/simoneschiavo.github.io --skill schema-markup-simoneschiavo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Schema markup helps search engines understand page content, enabling rich results and better indexing across pages.

Core Features & Use Cases

  • Accurate representation of page content
  • Use JSON-LD for easy maintenance and reliability
  • Follow Google's guidelines to ensure eligibility
  • Validate markup with Schema validators and testing tools
  • Common types: Organization, WebSite, Article, Product, FAQPage, HowTo, BreadcrumbList, LocalBusiness, Event

Quick Start

Create a JSON-LD script using the appropriate schema.org types and insert it into the page head.

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 product pages for rich snippets?

JSON-LD structured data is added by creating a script tag with official schema.org Product types and inserting it into the page head. This approach streamlines creation while enforcing formatting that improves search engine understanding for rich results.

What schema.org types should I use for FAQ and HowTo guides?

Schema.org types for FAQ and HowTo guides include FAQPage and HowTo, formatted as JSON-LD. Using these official types ensures accurate content representation and helps pages qualify for rich results in search engines.

How do I validate schema markup before deploying it?

Schema markup validation involves testing JSON-LD output with official Schema validators and testing tools to ensure compliance with Google's guidelines. This validation step confirms eligibility for rich results and prevents indexing errors.

Can I use JSON-LD structured data for LocalBusiness and Event pages?

JSON-LD structured data supports LocalBusiness and Event page types using official schema.org definitions. It enforces reliable JSON-LD formatting across marketing pages to ensure search engines accurately understand local and event content.

Does structured data work for articles and organization pages?

Structured data works for articles and organization pages by applying Article and Organization schema.org types in JSON-LD format. This improves search visibility and enables accurate indexing across various content types.

Why is JSON-LD recommended over other structured data formats?

JSON-LD is recommended for structured data because it provides easy maintenance and reliability compared to other formats. It enforces clean script-based insertion in the page head, following Google's guidelines to ensure rich result eligibility.