SpeakableSpecification takes a CSS selector or an XPath and says: these elements are the quotable part. It was introduced for voice assistants reading news, and support has always been narrower than the attention it gets.
Its practical value today is less about voice and more about intent. Pointing speakable at a marked answer paragraph is an explicit statement of which passage you consider the answer, which costs almost nothing and removes ambiguity for anything parsing the page.
It is not a substitute for structure. A page with speakable markup and no clear answer paragraph has told a machine where to look and left nothing there worth quoting.
Read next
Frequently asked
Does Google support speakable markup?
Google documented it for news content and voice results, and support has stayed limited rather than expanding. Treat it as a low-cost signal of intent rather than a feature you expect a visible return from.
What should speakable point at?
One self-contained paragraph that answers the page's core question. Pointing it at a whole article defeats the purpose, which is to say which part is the answer.
More from Structured data
All termsFAQ Schema
JSON-LD structured data (schema.org/FAQPage) that marks question-answer pairs on a page so search and AI engines can extract them.
ReadJSON-LD
JSON for Linked Data: the structured data format Google, AI engines, and other crawlers prefer for embedding schema.org markup in pages.
ReadSchema.org
A shared vocabulary of types and properties, backed by Google, Microsoft, Yahoo and Yandex, that lets a page describe what it is in a form machines can read.
Read