SEO for Solos
schema.org/SpeakableSpecificationNo rich result

SpeakableSpecification schema

The CSS selectors holding the page's canonical spoken answer.

Where to use it

Pages with a short, self-contained answer worth reading aloud.

A complete example

Valid as written, with every required property and the recommended ones that carry real information.

speakable-specification.json
{
  "@context": "https://schema.org",
  "@type": "SpeakableSpecification",
  "cssSelector": [
    ".answer",
    ".summary"
  ],
  "xpath": "A real xpath value"
}

Properties

SpeakableSpecification properties
PropertyStatus
cssSelectorRequired
xpathRecommended

The three mistakes this type attracts

  1. 01Pointing at a heading rather than a complete sentence.
  2. 02Selectors that match nothing in the rendered HTML.
  3. 03Pointing at a long paragraph that cannot be read aloud in a few seconds.

Related types

Where this appears in the playbook

Questions

What is the SpeakableSpecification schema type for?

The CSS selectors holding the page's canonical spoken answer. Use it on: pages with a short, self-contained answer worth reading aloud.

Which SpeakableSpecification properties are required?

SpeakableSpecification requires one property: cssSelector. It also recommends 1: xpath.

Does SpeakableSpecification produce a rich result?

SpeakableSpecification does not produce a Google rich result. It is still worth shipping, because its value is entity resolution and answer extraction rather than search result presentation.

What is the most common SpeakableSpecification mistake?

The most common SpeakableSpecification mistake is: Pointing at a heading rather than a complete sentence.