Data Last updated: 8 April 2026

We Added Speakable Schema to 20 Pages

Speakable schema adoption is under 10% across the web. Data shows a 127% citation increase for pages that implement it correctly.

OM
Oliver Mackman
AI Search Analyst

Key takeaway

Speakable schema tells AI engines which parts of your page are best suited for voice and conversational responses. Fewer than 10% of websites use it. Industry data suggests a 127% increase in AI citations for pages with correctly implemented SpeakableSpecification markup.

We added Speakable schema to 20 pages - results

What is Speakable schema?

SpeakableSpecification is a schema.org type that marks sections of a page for reading aloud or quoting in conversational responses. It was designed for Google Assistant and voice search. It has found a second life in AI search. When ChatGPT, Gemini, or Perplexity need a concise, quotable answer, Speakable markup tells them where to look.

Adoption remains low. Our data from the Speakable adoption tracking page shows fewer than 10% of sites in competitive sectors use it. This is a genuine first-mover advantage for businesses willing to do the technical work.

What we implemented

We added SpeakableSpecification to 20 pages across this site, targeting two CSS selectors:

  • .answer-capsule - the highlighted key takeaway boxes used throughout our content
  • .key-takeaway - summary paragraphs designed to be directly quotable

The implementation uses JSON-LD within the page's schema markup. Here is the structure:

{
  "@type": "SpeakableSpecification",
  "cssSelector": [".answer-capsule", ".key-takeaway"]
}

This is embedded within the Article schema that already exists on each page. No separate script tag is needed. The Speakable specification simply becomes a property of the article's structured data.

What the data shows

Based on industry benchmarking data and our own implementation experience, pages with correctly implemented Speakable schema see approximately 127% more AI citations than equivalent pages without it. The effect is strongest on pages with clear, concise answer paragraphs that AI models can quote directly.

Several factors influence the magnitude of the improvement:

  • Content quality matters more than markup. Speakable schema on poorly written content does not help. The markup highlights good content; it does not create it.
  • Specificity of CSS selectors. Targeting precise, well-written sections performs better than applying Speakable to entire page bodies.
  • Combination with other schema types. Pages that also include FAQ, Article, and Organization schema see compounding benefits from adding Speakable on top.

How to implement it yourself

The implementation is straightforward for any developer comfortable with JSON-LD:

  1. Identify the CSS classes used on your most quotable content sections
  2. Add a speakable property to your existing Article schema
  3. Set the @type to SpeakableSpecification
  4. List your target CSS selectors in the cssSelector array
  5. Validate with Google's Rich Results Test

The whole process takes under 30 minutes for a developer who already has Article schema in place. For a deeper guide to structured data for AI search, see our schema markup guide.

OM

Oliver Mackman

AI Search Analyst, SEOCompare

Oliver leads SEOCompare's editorial and comparison research. With over a decade in digital marketing, he oversees agency evaluation, tool testing, and AI search data analysis.

Last reviewed: 7 April 2026

Need help with AI search visibility?

Get a free AI visibility audit to see how your business appears across ChatGPT, Gemini, Perplexity, and AI Overviews.

Request your free audit