Structured Data Cheatsheet for AI Search
This cheatsheet provides copy-ready structured data templates for the most important AI search schema types.
This cheatsheet provides copy-ready JSON-LD templates for Article, FAQ, HowTo, Organization, and other schema types most important for AI search visibility.
Article
{"@context":"https://schema.org","@type":"Article","headline":"Title","author":{"@type":"Person","name":"Author"},"datePublished":"2025-04-25","dateModified":"2025-04-25","publisher":{"@type":"Organization","name":"Org"},"description":"Summary"}FAQ
{"@context":"https://schema.org","@type":"FAQPage","mainEntity":[{"@type":"Question","name":"Question?","acceptedAnswer":{"@type":"Answer","text":"Answer."}}]}HowTo
{"@context":"https://schema.org","@type":"HowTo","name":"How to...","step":[{"@type":"HowToStep","name":"Step 1","text":"Description"}]}Organization
{"@context":"https://schema.org","@type":"Organization","name":"Org","url":"https://example.com","logo":"https://example.com/logo.png"}BreadcrumbList
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://example.com"}]}WebPage with Speakable
{"@context":"https://schema.org","@type":"WebPage","name":"Page Title","speakable":{"@type":"SpeakableSpecification","cssSelector":[".answer"]}}Which Schema to Use?
| Content Type | Schema | Priority |
|---|---|---|
| Blog post | Article | High |
| FAQ section | FAQPage | High |
| Tutorial | HowTo | High |
| Product | Product | High |
| Company info | Organization | Medium |
| Navigation | BreadcrumbList | Medium |
| Event | Event | Medium |
| Review | Review | Medium |
Validation
- Google Rich Results Test:
search.google.com/test/rich-results - Schema Validator:
validator.schema.org
Related Articles
- JSON-LD for AI Search — Full guide
- Schema.org for AI Search — Property reference
- Structured Data for AI Search — Overview
Related Articles
tutorial
JSON-LD for AI Search: Complete Guide
Complete guide to implementing JSON-LD structured data that helps AI search engines understand and cite your content.
reference
Schema.org for AI Search: Property Reference
A reference guide to Schema.org properties that matter most for AI search visibility and content citation.
tutorial
Structured Data for AI Search
How to implement structured data (JSON-LD / Schema.org) to improve AI search visibility. Covers TechArticle, FAQPage, HowTo, and entity definitions.