schema-types-guide

A practitioner's reference for schema.org types — what they do, what fields matter, and what Google actually uses for rich results.

Content Preview
# Schema Types Guide

A practitioner's reference for schema.org types — what they do, what fields matter, and what Google actually uses for rich results.

---

## How to Read This Guide

Each type lists:
- **Purpose** — what it tells search engines
- **Rich result** — what you can earn in Google (if anything)
- **Required fields** — missing these = no rich result
- **Recommended fields** — fill these to maximize eligibility
- **Gotchas** — the field mistakes that waste everyone's time

---

## A
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/schema-types-guide.md \
  https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/marketing-skill/schema-markup/references/schema-types-guide.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/alirezarezvani/claude-skills

Then reference at marketing-skill/schema-markup/references/schema-types-guide.md

Related Skills