schema-markup

Create JSON-LD structured data for schema.org types and validate with Google tools.

Updated Mar 27, 2026
One-click install
npx skills add https://github.com/liammcleod-hub/blog --skill schema-markup-liammcleod-hub
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: schema-markup
Source: https://github.com/liammcleod-hub/blog/tree/main/repo-skills/marketing-library/skills/schema-markup
Command: npx skills add https://github.com/liammcleod-hub/blog --skill schema-markup-liammcleod-hub

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Schema Markup helps search engines understand page content and unlock rich results by using structured data.

Core Features & Use Cases

  • Implement JSON-LD markup across pages (Article, Product, FAQPage, Organization, BreadcrumbList, etc.).
  • Validate and test schema with Google tools to ensure eligibility for rich results.
  • Maintain accuracy as content changes to keep search visibility.

Quick Start

Create a JSON-LD snippet for your page's primary type and place it in the head of the HTML document.

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 website for rich results?

To add JSON-LD structured data for rich results, create a snippet mapping your page content to schema.org types and place it in the head or end of the body section of your HTML document. This helps search engines understand your content.

What schema.org types should I use for articles and product pages?

For articles and product pages, use schema.org types like Article, Product, FAQPage, Organization, and BreadcrumbList. Mapping your specific content to these types enables search engines to display rich results for your pages.

How do I validate structured data for Google rich results eligibility?

Validate structured data for Google rich results eligibility by testing your JSON-LD markup with Google's validation tools. This ensures your schema implementation is accurate and compliant with search engine requirements before deployment.

Can I use schema markup to help search engines understand FAQ content?

Yes, you can use schema markup to help search engines understand FAQ content by implementing the FAQPage schema type. This structured data format transforms your questions and answers into eligible rich results on search pages.

When do I need to update JSON-LD markup on my web pages?

You need to update JSON-LD markup when your page content changes to maintain accuracy and search visibility. Keeping your structured data synchronized with content updates ensures continued eligibility for rich results.