schema-markup

Generate JSON-LD schema markup with required properties for web pages.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Schema markup and structured data can be tricky to implement correctly and maintain across pages, hindering search visibility if misapplied.

Core Features & Use Cases

  • Guidance on choosing the right schema types (Organization, WebSite, Article, Product, FAQPage, HowTo, BreadcrumbList, LocalBusiness, Event).
  • Best practices for JSON-LD placement, validation, and multi-type graphs using @graph.
  • How to align schema with SEO goals and ensure accurate representation of page content.

Quick Start

Identify the page type, implement the appropriate JSON-LD script in the page head, and validate with Google's tools before deployment.

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 schema markup to my web pages for rich search results?

Adding JSON-LD schema markup to web pages involves identifying the page type, implementing the appropriate JSON-LD script in the page head, and validating with Google's testing tools before deployment to enable rich search results.

What schema markup types should I use for different page content?

Schema markup types should align with your page content, using Organization for homepages, Product for e-commerce, Article for blog posts, FAQPage for FAQs, and LocalBusiness for location pages to ensure accurate search representation.

Can I use JSON-LD structured data with my existing CMS or site templates?

Yes, JSON-LD structured data integrates directly with your site's CMS or templates by injecting the script tags into the page head, allowing consistent schema markup deployment across marketing and product pages.

Does schema markup validation require Google's testing tools before deployment?

Schema markup validation requires using Google's testing tools before deployment to confirm the structured data includes all required properties per Google guidelines and functions correctly for search optimization.

What is the best way to manage structured data across multiple page types like HowTo and Event pages?

Managing structured data across multiple page types is best handled by applying multi-type graphs using JSON-LD @graph, ensuring HowTo, Event, and BreadcrumbList markups accurately represent their specific page content.

Why does schema markup fail to generate rich snippets in search results?

Schema markup fails to generate rich snippets when required properties per Google guidelines are missing, JSON-LD placement is incorrect, or markup validation fails, hindering search visibility and accurate content understanding.