Geodocs.dev

Structured Data Cheatsheet for AI Search

ShareLinkedIn

Open this article in your favorite AI assistant for deeper analysis, summaries, or follow-up questions.

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"}
{"@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 TypeSchemaPriority
Blog postArticleHigh
FAQ sectionFAQPageHigh
TutorialHowToHigh
ProductProductHigh
Company infoOrganizationMedium
NavigationBreadcrumbListMedium
EventEventMedium
ReviewReviewMedium

Validation

  1. Google Rich Results Test: search.google.com/test/rich-results
  2. Schema Validator: validator.schema.org

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.

Stay Updated

GEO & AI Search Insights

New articles, framework updates, and industry analysis. No spam, unsubscribe anytime.