schema-markup

Implement schema.org JSON-LD markup for pages in the head.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Schema markup clarifies content meaning for search engines and enables rich results by providing structured data about a page.

Core Features & Use Cases

  • Supports common schema types such as Organization, WebSite, Article/BlogPosting, Product, SoftwareApplication, FAQPage, HowTo, BreadcrumbList, LocalBusiness, and Event.
  • Includes guidance on best practices, placement, validation, and how to evolve schema across a site.
  • Provides templates and references to accelerate adoption and ensure consistent, compliant implementations.

Quick Start

Add a JSON-LD script tag to your page head describing your content with the appropriate schema types.

Frequently Asked Questions about schema-markup

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

FAQPage Schema
What is JSON-LD structured data and how does it enable rich snippets?

JSON-LD structured data is a script format added to a page's head to clarify content meaning for search engines. It enables rich snippets by providing schema.org properties that clearly define your Organization, Product, or Article content.

How do I implement schema markup for a LocalBusiness or Event page?

To implement schema markup for a LocalBusiness or Event page, add a JSON-LD script tag to the page head. Use the appropriate schema.org type and ensure you include all required properties to achieve valid rich results.

Which schema.org types should I use for different page types?

Common schema.org types include Organization, WebSite, Article, Product, FAQPage, HowTo, BreadcrumbList, LocalBusiness, and Event. You should match the schema type to the specific content structure of your page.

How do I validate structured data to ensure it qualifies for rich results?

You validate structured data using Google tools to confirm your JSON-LD contains required properties and correct syntax. Validation ensures your markup is compliant and eligible for rich results in search.

Does schema markup work for FAQ and HowTo page formats?

Yes, schema markup works for FAQ and HowTo page formats by applying the FAQPage and HowTo schema types. This provides search engines with structured properties that can generate interactive rich snippets.

Why does my schema markup not show up in search results?

Schema markup may not appear in search results if the JSON-LD is invalid or missing required properties. You must validate your structured data with Google tools and ensure correct placement in the page head.