Citable

Editorial Archive · Journal

8 entries · last updated 30 Apr 2026

Editorial archive. Field notes, methodology, raw data.

Reference 18 Apr 2026

Schema markup for AI: the complete JSON-LD reference for ChatGPT and Perplexity

Ten production-ready schema templates AI models actually extract from. Organization, FAQPage, Service, Article, Person, Product, BreadcrumbList, Event, HowTo, VideoObject — copy-paste ready.

Sample · JSON-LD

{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "mainEntity": [{
    "@type": "Question",
    "name": "How long does GEO take?",
    "acceptedAnswer": { "@type": "Answer", "text": "30–90 days." }
  }]
}
Read entry