schema-markup

Generate and embed JSON-LD schemas for multiple page types.

Updated Mar 16, 2026
One-click install
npx skills add https://github.com/ikastner/skills-larockette --skill schema-markup-ikastner
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: schema-markup
Source: https://github.com/ikastner/skills-larockette/tree/main/40-qa-performance/schema-markup
Command: npx skills add https://github.com/ikastner/skills-larockette --skill schema-markup-ikastner

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically generate and apply JSON-LD structured data (Organization, LocalBusiness, FAQPage, BreadcrumbList, Product) to pages to improve search visibility and rich results.

Core Features & Use Cases

  • Automates the creation of standard JSON-LD schemas for multiple page types.
  • Supports Organization, LocalBusiness, FAQPage, BreadcrumbList, and Product schemas.
  • Useful for static sites, CMS-driven pages, or e-commerce catalogs to improve SEO.

Quick Start

Configure your pages, then trigger the schema-markup process to generate and embed the correct JSON-LD on-demand.

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 multiple page types automatically?▼

To add JSON-LD structured data automatically, you need a frontmatter-driven loader and a generator to produce and embed the correct schema scripts across your pages. This process applies the appropriate structured data to each page type on-demand.

Can I generate schema markup for product pages and blog posts using a single process?▼

Yes, you can generate schema markup for product pages and blog posts in a single process. The system covers Home, services, about, FAQ, product, category, and blog page types to apply the correct structured data across your site.

What JSON-LD schemas do I need for Google Search rich snippets?▼

For Google Search rich snippets, the supported JSON-LD schemas include Organization, LocalBusiness, FAQPage, BreadcrumbList, and Product. Applying these structured data formats improves search visibility and helps qualify your pages for rich results.

How do I automate structured data generation for a CMS-driven or e-commerce catalog?▼

You automate structured data generation for CMS-driven pages or e-commerce catalogs by configuring your page frontmatter and triggering the schema generation process. This creates and embeds the correct JSON-LD scripts on-demand to improve SEO.

Does this approach work for static sites to improve SEO visibility?▼

Yes, this approach works for static sites to improve SEO visibility. It automates the creation of standard JSON-LD schemas and embeds the scripts directly into your pages, making it useful for static site architectures.

Why do I need a frontmatter-driven loader to apply schema markup?▼

You need a frontmatter-driven loader to apply schema markup because it reads page metadata to determine the correct page type. The generator then uses this context to produce the accurate JSON-LD structured data required for search visibility.