Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 1.04 KB

gatsby-plugin-next-seo.speakablejsonld.md

File metadata and controls

26 lines (15 loc) · 1.04 KB

Home > gatsby-plugin-next-seo > SpeakableJsonLd

SpeakableJsonLd variable

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

The speakable schema.org property identifies sections within an article or webpage that are best suited for audio playback using text-to-speech (TTS).

Signature:

SpeakableJsonLd: FC<SpeakableJsonLdProps>

Remarks

Adding markup allows search engines and other applications to identify content to read aloud on Google Assistant-enabled devices using TTS. Webpages with speakable structured data can use the Google Assistant to distribute the content through new channels and reach a wider base of users.

const Component = () => <SpeakableJsonLd cssSelector={['#abc', '#root']} />;