← HomeHow to Get Cited in AI
Answer

What is Speakable schema?

By Jason Burns, Founder of HurcuLeads · Stuff Doer at Adolicious · Updated

Speakable is a schema.org property that marks the sections of a web page best suited to be read aloud by voice assistants — Google's implementation was launched as a beta targeting news publishers in the US and Google Assistant on smart speakers.

The property is defined at schema.org/speakable and documented in Google's Speakable structured-data guide. Publishers use it on Article or NewsArticle pages, pointing at CSS selectors or an xpath that isolate the section to be spoken.

Google's public documentation still labels the feature as beta and restricted to news publishers in the US. Non-news sites can add the markup — schema.org validates it — but should not expect voice-assistant surfacing outside the documented scope.

The AEO angle is modest: Speakable does not currently affect ChatGPT, Perplexity, or Claude, and its Google surface is niche. Publishers who already ship news content and target Google Assistant should add it; others can safely skip and revisit if Google broadens the beta.

Do not confuse Speakable with schema types that do materially affect answer engines: QAPage, FAQPage, and Article deserve engineering time first.

Related terms

Sources

Related questions people ask next

  • What is structured data?

    Structured data is machine-readable metadata added to a web page — typically as JSON-LD in the head — that describes the page's content using a shared vocabulary (schema.org) so search engines and answer engines can understand what the page is about beyond raw text.

  • What is QAPage schema and when should I use it?

    QAPage is a schema.org page type for a page whose primary content is a single user-submitted question with one or more community-submitted answers — use it when the visible page matches that shape, and use FAQPage instead when a single author is publishing an official answer.

  • Do rich results affect AI Overviews?

    Rich results and AI Overviews draw on the same underlying signals — crawlable HTML, valid structured data, and helpful content — so a page eligible for one is usually eligible for the other, though rich results and AI Overviews are separate features with independent triggering logic.

  • Does schema.org markup affect AI citations?

    Schema.org markup affects AI citations indirectly but reliably — it collapses the model's attribution problem by making the author, publisher, and answer text machine-readable, and it is the primary signal Google uses to render both classic rich results and the source strip in AI Overviews.