One-click install
npx skills add https://github.com/cloudofgeorge/AI-hands --skill schema-cloudofgeorge
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: schema
Source: https://github.com/cloudofgeorge/AI-hands/tree/main/skills/marketing/schema
Command: npx skills add https://github.com/cloudofgeorge/AI-hands --skill schema-cloudofgeorge

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Schema markup helps search engines understand content and enables rich results, reducing guesswork and boosting visibility across search engines.

Core Features & Use Cases

  • Identify the appropriate schema types (Organization, WebSite, Article/BlogPosting, Product, FAQPage, HowTo, BreadcrumbList, LocalBusiness, Event) and implement JSON-LD markup that aligns with content.
  • Provide guidance on validation, multiple types via @graph, and integration with CMS or static sites.
  • Support AI search optimization and AI understanding of page structure.

Quick Start

Create a JSON-LD script block that defines the most relevant schema types for your page, place it in the head, and validate with Google's Rich Results Test and Schema.org Validator.

Frequently Asked Questions about schema

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

FAQPage Schema
How do I implement JSON-LD schema markup for rich results?

Implement schema markup by creating a JSON-LD script block defining relevant schema types, placing it in the head section, and validating with Google's Rich Results Test to enable rich search results.

What schema types do I need for structured data on my pages?

Required schema types depend on page content, commonly including Organization, WebSite, Article, Product, FAQPage, HowTo, BreadcrumbList, LocalBusiness, and Event to help search engines understand content structure.

How do I add multiple schema types to a single page?

Add multiple schema types to a single page by using the @graph structure within your JSON-LD script block, allowing you to safely define interconnected entities like Organization, WebSite, and BreadcrumbList together.

Does schema markup work with CMS and static sites?

Yes, schema markup works with both CMS and static sites by injecting JSON-LD structured data into the page head, providing guidance for integration across different platforms to achieve standards-compliant markup.

How do I validate structured data for Google rich results?

Validate structured data using Google's Rich Results Test and the Schema.org Validator to ensure your JSON-LD markup is standards-compliant, safe, and correctly parsed to enable rich search results.