schema-markup

Generate and validate JSON-LD schema markup for SEO.

Updated Sep 5, 2020
One-click install
npx skills add https://github.com/dtorras/dotfiles --skill schema-markup-dtorras
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: schema-markup
Source: https://github.com/dtorras/dotfiles/tree/main/config/claude/skills/schema-markup
Command: npx skills add https://github.com/dtorras/dotfiles --skill schema-markup-dtorras

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps search engines better understand page content by adding precise, standards-compliant schema markup using JSON-LD.

Core Features & Use Cases

  • Supports common schema types (Organization, WebSite, Article, Product, FAQPage, HowTo, BreadcrumbList, LocalBusiness, Event) to improve visibility and rich results.
  • Provides guidance on validation, testing, and implementation across static, dynamic, and CMS-based sites.
  • Enables applications like product pages, FAQs, tutorials, and local business listings to unlock richer search features.

Quick Start

Insert a JSON-LD script in the head that matches your page content.

Frequently Asked Questions about schema-markup

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

FAQPage Schema
How do I generate JSON-LD structured data for my product pages?

Generate JSON-LD structured data for product pages by creating a schema.org Product type script and inserting it into the HTML head. This Skill outputs standards-compliant markup covering product details to unlock rich results in search.

What is the best way to add FAQ schema markup to a static website?

The best way to add FAQ schema markup to a static site is using JSON-LD FAQPage type inserted in the head or end of body. This Skill generates the required structured data and provides validation steps for static deployments.

Can I use schema markup for a local business listing on a CMS-based site?

Yes, you can use LocalBusiness schema markup on CMS-based sites. This Skill generates JSON-LD for local business listings and supports deployment across static, dynamic, and CMS-based platforms to improve local search visibility.

How do I validate structured data to ensure it meets schema.org standards?

Validate structured data by running the generated JSON-LD through validation steps to confirm adherence to schema.org types. This Skill includes validation processes to ensure your markup is correctly formatted for search engines.

Does JSON-LD schema markup work for articles and how-tos?

JSON-LD schema markup works for articles and how-tos by applying the Article and HowTo schema.org types. This Skill generates the appropriate structured data for tutorials and blog content to help search engines display richer results.