Speakable schema is a Schema.org markup type (speakable property on the Article schema) that explicitly identifies specific sections of a web page as optimised for audio reading — by voice assistants, AI tools, or text-to-speech systems. By marking the most informative, directly answerable sections of an article with speakable selectors (CSS selectors or XPaths pointing to specific content elements), you signal to AI and voice systems which text is best suited for extraction and reading aloud. Google has experimentally supported speakable schema for news articles; it is increasingly relevant for AEO beyond news.
Speakable schema is one of the more technical and less widely implemented AEO optimisations. Its primary value is in explicitly directing AI systems — which parse speakable annotations during crawling — to the specific content passages best suited for AI extraction and citation. Combined with FAQPage schema and clear direct-answer sections, speakable schema creates a comprehensive machine-readable signal about where the most valuable extractable content is on a page.
How to implement speakable schema
- Identify speakable sections — typically the opening direct-answer paragraph and the FAQ answers; sections that are self-contained and directly informative
- Add speakable property to Article schema — use CSS selector references to point to the specific HTML elements containing speakable content
- Keep speakable sections concise — 50-150 words per speakable section; longer selections lose the coherence that makes them suitable for audio reading
- Ensure speakable content matches visible content — AI systems verify that schema markup accurately reflects the visible page content
- Validate implementation — use the Schema Markup Validator to confirm the speakable property is correctly formed
- Avoid marking promotional content — speakable sections should be purely informational and directly relevant to the query the page targets
Speakable schema does not directly affect Google's organic search rankings — it is not currently a documented ranking factor. Its value is specifically in AI and voice search applications: helping voice assistants and AI tools identify the most suitable sections for audio presentation and AEO extraction. For sites prioritising AEO and AI citation, speakable schema is a useful signal in the overall structured data package, complementing FAQPage and Article schema rather than serving as a standalone ranking lever.
Speakable schema is most appropriate for: definitive guide articles with clear direct-answer sections, FAQ-heavy service pages, explainer content targeting informational queries, and any content explicitly optimised for AI search visibility. It is less appropriate for product pages, service landing pages with primarily commercial content, or navigational pages. Because implementation requires specific HTML selector knowledge, it is typically applied by developers or SEO specialists rather than content writers — prioritise implementation on the highest-traffic, most query-relevant articles first.