Panduan Speakable Schema
Speakable schema marks spesifik sentences pada sebuah halaman itu sebuah text-untuk-speech sistem seharusnya read aloud. di 2026 ini adalah masih sebuah narrow, BETA-hanya Google Home fitur — dan, despite hype, not sebuah AI Overviews signal.
Bahasa
Speakable schema (schema.org's SpeakableSpecification, ditambahkan via speakable property pada artikel atau WebPage) marks 2–3 sentences pada sebuah halaman best suited untuk menjadi read aloud oleh text-untuk-speech — not whole artikel. Anda poin di them dengan one locator metode, cssSelector atau xPath, tidak pernah both. single sebagian besar penting thing untuk know di 2026: ini adalah masih explicitly BETA (sebagai ini memiliki telah since July 2018), masih limited untuk US, English, Google Home pengguna, dan Google memiliki NOT connected ini untuk AI Overviews atau AI Mode despite dozens dari SEO posts claiming ini now signals citation-worthy passages. ini wasn't deprecated di Google's January 2026 cleanup dan wasn't mentioned di I/O 2026 — tetapi Google Assistant ini adalah dibangun untuk feed adalah menjadi replaced oleh Gemini untuk Home, dan nobody, Google disertakan, memiliki said whether Gemini untuk Home masih reads Speakable markup. Treat ini sebagai dormant dan news-publisher-narrow, not dead — dan not sebuah AI-search lever.
TL;DR — Speakable schema adalah sebuah bit dari code itu poin di spesifik sentences pada sebuah halaman — not whole artikel — itu sebuah machine seharusnya read aloud, like sebuah smart speaker answering sebuah news pertanyaan. di 2026 ini adalah masih sebuah kecil, test-hanya Google fitur: ini hanya berfungsi untuk people di U.S. dengan Google Home devices atur ke English. dan despite what sebuah lot dari SEO artikel claim, ini melakukan not help Anda tampilkan up di Google’s AI Overviews.
What Speakable schema adalah
sebagian besar data terstruktur labels what sebuah thing adalah — “this is the price,” (terjemahan) “ini adalah price,” “this is the author.” (terjemahan) “ini adalah author.” Speakable melakukan something berbeda: ini poin di bagian dari sebuah halaman itu adalah best untuk read out loud. Imagine asking sebuah smart speaker untuk news — ini dapat’t read sebuah whole artikel untuk Anda, so Speakable schema tells ini which two atau three sentences untuk speak.
Anda tambahkan ini sebagai sebuah kecil piece dari code (biasanya JSON-LD) itu names sentences oleh mereka location pada halaman — either oleh sebuah CSS class atau oleh sebuah XPath. Anda pick one dari itu two metode, not both. Google recommends marking up tentang 20–30 seconds dari audio, atau roughly two untuk three sentences — sebuah concise headline dan summary itu membuat sense pada mereka own.
Who dapat actually gunakan ini
ini adalah bagian sebagian besar artikel skip. Speakable memiliki telah sebuah beta fitur since 2018, dan Google’s own halaman — updated sebagai recently sebagai December 2025 — masih says ini hanya berfungsi untuk:
- pengguna di United States,
- pada Google Home devices,
- atur ke English, dan
- untuk publishers who publish di English.
ini adalah not hanya sebuah inferred pattern, either — Google’s own setup instructions say ini outright: “For your news content to be eligible as answers to topical news queries, follow these steps.” (terjemahan) “untuk Anda news konten untuk menjadi eligible sebagai jawaban untuk topical news kueri, ikuti ini langkah.” News konten adalah sebuah stated requirement, not sebuah convention. jika Anda’re not sebuah US, English-language news situs, ini adalah tidak pernah really aimed di Anda.
thing sebagian besar people get wrong
Anda’ll see 2026 SEO artikel claim Speakable now helps Anda get cited di Google’s AI Overviews atau AI Mode. There’s no evidence untuk itu — Google memiliki tidak pernah said ini, dan ini isn’t listed anywhere di Google’s AI documentation. Speakable adalah dibangun untuk one thing: reading news aloud pada Google Home speakers. menambahkan ini akan not get Anda halaman picked sebagai sebuah AI jawaban.
ini adalah juga not deprecated — halaman adalah live dan masih maintained. ini adalah hanya narrow dan quiet. ingin full picture, including JSON-LD, why whole fitur’s future adalah genuinely uncertain, dan whether ini adalah worth Anda time? Switch untuk Advanced tab.
TL;DR — Speakable adalah
speakableproperty (nilai: sebuahSpeakableSpecificationobject) padaArticle/WebPage— not sebuah standalone jenis. ini marks 2–3 sentences (~20–30s) best read aloud oleh TTS, located oleh one daricssSelectoratauxPath. ini adalah telah explicitly BETA since July 2018 dan, per doc updated December 2025, adalah masih limited untuk US, English, Google Home pengguna. ini survived Google’s January 2026 structured-data cleanup dan wasn’t mentioned di I/O 2026 — so ini adalah dormant, not deprecated. Two accuracy spines: (1) no Google-official source connects Speakable untuk AI Overviews / AI Mode — itu’s sebuah repeated-tetapi-unsourced 2026 myth; dan (2) Google Assistant ini feeds adalah menjadi replaced oleh Gemini untuk Home, dan nobody memiliki said whether Gemini untuk Home masih consumes Speakable. Treat ini sebagai sebuah US-news-publisher relic, not sebuah AI-search lever.
What Speakable actually adalah
Google’s framing adalah precise: “The speakable property identifies sections within
an article or webpage that are best suited for audio playback using text-to-speech
(TTS).” (terjemahan) “ undefined property identifies bagian di dalam
sebuah artikel atau webpage itu adalah best suited untuk audio playback menggunakan text-untuk-speech
(TTS).” (Google Search Central)
penting structural poin: ini adalah not -nya own schema jenis. ini adalah
speakable property, whose nilai adalah sebuah SpeakableSpecification object, dan Anda
attach ini untuk sebuah Article atau sebuah WebPage (sebuah NewsArticle berfungsi too, oleh schema.org
inheritance dari Article).
dan Anda tidak mark up whole halaman. Anda poin di 2–3 sentences — headline dan sebuah concise summary — itu stand pada mereka own when read out dari visual context untuk sebuah listener. itu “sections, not the whole article” (terjemahan) “bagian, not whole artikel” distinction adalah entire design intent.
Locating speakable konten: cssSelector vs xPath
Anda pick exactly one dari two locator metode — tidak pernah both pada yang sama markup:
cssSelector— “Addresses content in the annotated pages (such as class attribute).” (terjemahan) “Addresses konten di annotated halaman (such sebagai class attribute).” Anda target elements oleh class atau CSS path (e.g..headline,.summary).xPath— “Addresses content using xPaths (assuming an XML view of the content).” (terjemahan) “Addresses konten menggunakan xPaths (assuming sebuah XML view dari konten).” Anda target elements oleh mereka XPath (e.g./html/head/title).
cssSelector adalah more maintainable choice untuk sebagian besar situs because ini survives
markup reshuffles better daripada sebuah brittle absolute XPath — tetapi both adalah valid.
One spelling gotcha worth knowing sebelum Anda copy sebuah contoh dari wrong place:
schema.org’s own vocabulary halaman spells underlying property lowercase,
xpath, while Google’s Speakable doc dan setiap JSON-LD contoh pada ini gunakan
camelCase, xPath. Since ini adalah Google Assistant consuming ini markup, ikuti
Google’s xPath casing di Anda JSON-LD — schema.org halaman defines broader
vocabulary, not property name Google’s parser expects.
konten guidelines itu masih hold up
bahkan outside Speakable’s own eligibility, -nya konten aturan adalah baik TTS advice:
- Length. Google: “For optimal audio user experiences, we recommend around
20-30 seconds of content per section of
speakablestructured data, or roughly two to three sentences.” (terjemahan) “untuk optimal audio pengguna experiences, kami recommend sekitar 20-30 seconds dari konten per bagian dari undefined data terstruktur, atau roughly two untuk three sentences.” (Google Search Central) - hindari context-dependent text. Google: “Don’t add
speakablestructured data to content that may sound confusing in voice-only and voice-forward situations, like datelines (location where the story was reported), photo captions, or source attributions.” (terjemahan) “Don’t tambahkan undefined data terstruktur untuk konten itu dapat sound confusing di voice-hanya dan voice-forward situations, like datelines (location where story adalah reported), photo captions, atau source attributions.” (Google Search Central) - Write concise, self-berisi summaries. Google: “Content indicated by
speakablestructured data must have concise headlines and/or summaries that provide users with comprehensible and useful information.” (terjemahan) “konten indicated oleh undefined data terstruktur harus memiliki concise headlines dan/atau summaries itu menyediakan pengguna dengan comprehensible dan berguna informasi.” (Google Search Central)
Who dapat actually gunakan ini — masih narrow di 2026
Here’s where honesty penting. fitur adalah masih explicitly BETA — Google: “This feature is in beta and subject to change.” (terjemahan) “ini fitur adalah di beta dan subject untuk perubahan.” (Google Search Central) itu’s not sebuah stale doc I’m quoting: halaman footer reads “Last updated 2025-12-10 UTC,” (terjemahan) “Last updated 2025-12-10 UTC,” so Google adalah masih touching ini — ini hanya hasn’t changed scope.
dan scope adalah exactly what ini adalah di 2018 launch. Google: “The speakable
property works for users in the U.S. that have Google Home devices set to English,
and publishers that publish content in English.” (terjemahan) “ undefined
property berfungsi untuk pengguna di U.S. itu memiliki Google Home devices atur ke English,
dan publishers itu publish konten di English.” (Google Search Central)
Google menambahkan ini hopes untuk launch di lainnya countries dan languages “as soon as
sufficient number of publishers have implemented speakable” (terjemahan) “segera setelah
sufficient angka dari publishers memiliki implemented undefined” — sebuah promise pertama
dibuat di 2018 itu, sebagai dari December 2025 doc, adalah masih unfulfilled seven-plus
years later. When I see sebuah “we hope to expand soon” (terjemahan) “kami hope untuk expand soon” line itu memiliki sat unchanged untuk
seven years, I read ini sebagai sebuah promise itu quietly expired, not sebuah roadmap.
itu US/English/Google Home line adalah hanya half eligibility bar. doc’s own “Getting started” (terjemahan) “Getting started” bagian states lainnya half directly: “For your news content to be eligible as answers to topical news queries, follow these steps.” (terjemahan) “untuk Anda news konten untuk menjadi eligible sebagai jawaban untuk topical news kueri, ikuti ini langkah.” (Google Search Central) News konten isn’t sebuah genre I’m inferring dari context — ini adalah explicit subject dari bagian itu tells Anda cara become eligible.
What ini feeds adalah equally spesifik: “The Google Assistant uses speakable
structured data to answer topical news queries on smart speaker devices.” (terjemahan) “ Google Assistant menggunakan undefined
data terstruktur untuk jawaban topical news kueri pada smart speaker devices.” (Google Search Central)
Note what itu adalah not: ini tidak pernah produced sebuah terlihat SERP rich hasil cara
Review stars atau Breadcrumbs melakukan. -nya entire output surface adalah audio pada sebuah Google
Home device.
adalah ini dead? No — tetapi read signals carefully
Three checkable facts, none dari which say “deprecated” (terjemahan) “deprecated”:
- ini survived January 2026 cleanup. Google’s late-2025/early-2026 structured-data pruning dihapus mendukung untuk sebuah batch dari rich-hasil jenis (mesin pencari Land coverage). Speakable adalah not pada itu list — neither killed nor reaffirmed. hanya untouched.
- ini wasn’t mentioned di I/O 2026. I went melalui Google’s I/O 2026 Search recap dan roundups — no Speakable mention di apa pun Search announcement. Consistent dengan sebuah fitur Google maintains tetapi no longer promotes.
- Adoption adalah nyata tetapi tiny. schema.org’s SpeakableSpecification halaman
reports usage di “100K–1M domains” (terjemahan) “100K–1M domains” band (attributed untuk Google, dapat 2026) —
genuine adoption, tetapi sebuah rounding error next untuk
Article- atauOrganization-scale jenis.
None dari itu three facts adalah sebuah Google statement tentang Speakable’s lifecycle — Google hasn’t called ini dormant, active, atau anything else. “Dormant and narrow” (terjemahan) “Dormant dan narrow” adalah my read dari pattern itu facts form, not something Google memiliki confirmed either cara. So: dormant dan narrow adalah my inference dari itu pattern; deprecated adalah not — Google hasn’t said either. John Mueller’s framing selama January 2026 removals discussion adalah right lens untuk semua schema dari ini jenis — “Understand that markup types come and go, but a precious few you should hold on to (like title, and meta robots).” (terjemahan) “memahami itu markup jenis come dan go, tetapi sebuah precious few Anda harus hold pada untuk (like judul, dan meta robots).” (mesin pencari Roundtable) Speakable adalah squarely di “come and go” (terjemahan) “come dan go” bucket, not “hold on to” (terjemahan) “hold pada untuk” one. Mueller’s Reddit remark adalah relayed via mesin pencari Roundtable; original halaman blocked direct verification ini session, so treat ini sebagai secondary-sourced.
elephant di room: Assistant → Gemini untuk Home
Here’s genuinely saat ini, di bawah-covered bagian. Speakable’s entire consumer adalah Google Assistant reading news pada Google Home. dan throughout 2026 Google adalah replacing Google Assistant dengan Gemini untuk Home — pertama purpose-dibangun device, Google Home Speaker, shipped di June 2026, dan Gemini untuk Home adalah expanding untuk more ketiga-party speakers ini year.
Now connect dots: no source — not Google’s Speakable doc, not Gemini untuk Home launch material, not apa pun SEO commentary I dapat temukan — says whether Gemini untuk Home masih consumes Speakable markup cara Assistant melakukan. doc talks tentang “the Google Assistant” (terjemahan) “ Google Assistant”; Assistant adalah menjadi sunset; dan two halaman tidak pernah mention setiap lainnya. itu’s not me predicting doom — ini adalah sebuah open, unresolved status pertanyaan itu I’d treat sebagai single biggest alasan untuk menjadi cautious here. Frame ini sebagai sebuah open pertanyaan, not sebuah fact di either direction.
melakukan Speakable help dengan AI Overviews atau AI Mode? Not sebuah documented lever.
ini adalah lainnya accuracy spine, dan ini adalah where sebuah lot dari 2026 konten adalah simply wrong. sebuah wave dari “GEO” (terjemahan) “GEO”/AI-search posts assert itu Speakable now signals “citation-worthy passages” (terjemahan) “citation-worthy passages” untuk AI Overviews atau AI Mode. No Google-official source mendukung itu. Google’s own AI-fitur doc adalah direct tentang umum poin: “There’s also no special schema.org structured data that you need to add” (terjemahan) “There’s juga no special schema.org data terstruktur itu Anda perlu tambahkan” untuk appear di AI Overviews atau AI Mode. (Google Search Central) itu’s Google ruling out sebuah “special markup” (terjemahan) “special markup” requirement di umum — ini isn’t sebuah Speakable-spesifik statement, so I’m careful not untuk stretch ini ke “Google says Speakable has zero effect.” (terjemahan) “Google says Speakable memiliki zero effect.” one industry analysis itu diperiksa Speakable-spesifik claim (SEO Strategy Ltd, Sept 2025) states ini plainly: “Speakable does not influence AI Overviews. Google does not use speakable selectors when deciding what to include in its AI-generated summaries.” (terjemahan) “Speakable melakukan not influence AI Overviews. Google melakukan not gunakan speakable selectors when deciding what untuk sertakan di -nya AI-generated summaries.” Absence dari documentation isn’t proof dari zero effect — tetapi there’s juga no evidence dari sebuah positive one, dan honest label adalah “not a documented lever or requirement,” (terjemahan) “not sebuah documented lever atau requirement,” not sebuah hedge-free “it does nothing.” (terjemahan) “ini melakukan nothing.” SEO Strategy Ltd adalah industry analysis, not sebuah Google statement — tetapi ini adalah one source itu directly tested claim alih-alih repeating ini.
broader evidence poin yang sama cara. Ahrefs tracked 1 885 halaman menambahkan schema (JSON-LD ditambahkan Aug 2025–Mar 2026, diukur terhadap AI Overviews, AI Mode, dan ChatGPT citations) dan ditemukan no meaningful citation uplift dari menambahkan schema broadly. itu study isn’t Speakable-spesifik, tetapi ini adalah directly relevant untuk “add Speakable and get cited by AI” (terjemahan) “tambahkan Speakable dan get cited oleh AI” pitch: umum lever itu posts assume doesn’t tampilkan up di data. jika Anda’ve read structured-data hub, ini adalah sama story sebagai setiap lainnya “schema for AI citations” (terjemahan) “schema untuk AI citations” claim — schema adalah entity infrastructure, not sebuah citation cheat code.
seharusnya Anda implement ini di 2026?
- Maybe worth ini: Anda’re sebuah US, English-language news publisher sudah invested di Google Home audio, marginal cost adalah rendah, dan Anda ingin cover one narrow surface ini feeds. bahkan lalu, weigh Gemini-untuk-Home uncertainty.
- Very mungkin wasted effort: Anda’re outside US/English, Anda’re not sebuah news
publisher, atau — sebagian besar commonly — Anda’re menambahkan ini because sebuah listicle told Anda ini
helps AI search. ini doesn’t. Spend itu effort pada
Organization/Personentity markup dengan correctsameAsnilai instead, which adalah schema itu actually helps machines resolve who Anda adalah.
Where ini sits
Speakable belongs untuk yang sama practitioner grouping sebagai halaman-tingkat metadata-trust markup — sebuah jenis whose one flagship gunakan case (here, Google Home news readback) went quiet while underlying schema.org jenis itself adalah tidak pernah deprecated. ini adalah sebuah sibling deep-dive off data terstruktur untuk SEO hub, alongside schema markup, JSON-LD, dan rich hasil. Like situs web/sitelinks- searchbox pattern, ini adalah sebuah berguna case study di reading sebuah schema jenis honestly: not dead, tetapi not thing hype says ini adalah.
AI summary
sebuah condensed take pada Advanced versi:
- What ini adalah. Speakable adalah
speakableproperty (nilai: sebuahSpeakableSpecificationobject) padaArticle/WebPage— not sebuah standalone jenis. ini marks 2–3 sentences (~20–30s) best read aloud oleh text-untuk-speech, not whole artikel. - How Anda poin di konten. Exactly one locator:
cssSelectoratauxPath, tidak pernah both. Google recommends concise, self-berisi headlines/summaries dan says untuk hindari datelines, captions, dan source attributions. - Who dapat gunakan ini — masih narrow. Explicitly BETA since July 2018; per doc updated Dec 2025, limited untuk US, English, Google Home pengguna, English publishers, dan — stated directly di Google’s own setup langkah — news konten. ini tidak pernah produced sebuah terlihat SERP rich hasil — -nya hanya output adalah audio pada Google Home.
- Not dead, hanya dormant (my read dari pattern, not sebuah Google statement). ini survived Google’s January 2026 structured-data cleanup dan wasn’t mentioned di I/O 2026. schema.org usage sits di 100K–1M domains (Google, dapat 2026) — nyata tetapi tiny.
- Accuracy spine #1 — not sebuah documented AI-Overviews lever. No Google source ties Speakable untuk AI Overviews / AI Mode citation, dan Google’s AI-fitur doc says outright there’s “no special schema.org structured data” (terjemahan) “no special schema.org data terstruktur” needed untuk itu fitur. SEO Strategy Ltd states Google doesn’t gunakan speakable selectors untuk AI summaries; sebuah Ahrefs 1 885-halaman study ditemukan no citation lift dari menambahkan schema broadly. Absence dari evidence isn’t proof dari zero effect, tetapi “Speakable feeds AI citations” (terjemahan) “Speakable feeds AI citations” claim memiliki no documented mendukung.
- Accuracy spine #2 — Assistant adalah menjadi replaced. Google adalah swapping Google Assistant (Speakable’s hanya consumer) untuk Gemini untuk Home di 2026 (Google Home Speaker shipped June 2026). No source says whether Gemini untuk Home masih reads Speakable — treat ini sebagai sebuah open pertanyaan.
- seharusnya Anda bother? Maybe, jika Anda’re sebuah US/English news publisher pada Google Home.
Otherwise ini adalah very mungkin wasted effort — terutama jika Anda’re menambahkan ini “for AI
search.” (terjemahan) “untuk AI
search.” melakukan
Organization/Person+sameAsentity markup instead.
Official documentation
Primary-source documentation dan underlying vocabulary.
- Speakable (BETA) Schema Markup — core doc: definition, US/English/Google Home eligibility, cssSelector vs xPath metode, konten guidelines, dan “in beta and subject to change” (terjemahan) “di beta dan subject untuk perubahan” label (last updated 2025-12-10 UTC).
- Intro untuk How data terstruktur Markup berfungsi — where Speakable sits among formats dan broader rich-hasil picture.
- AI fitur dan Anda situs web — Google’s statement itu there’s “no special schema.org structured data that you need to add” (terjemahan) “no special schema.org data terstruktur itu Anda perlu tambahkan” untuk AI fitur (context untuk AI-Overviews myth-bust).
- Google Home Speaker, dibangun untuk Gemini — Gemini-untuk-Home launch itu tidak pernah mentions Speakable, dan flip side dari Assistant transition.
schema.org
- SpeakableSpecification — underlying jenis: “sections of a document that are highlighted as particularly speakable,” (terjemahan) “bagian dari sebuah document itu adalah highlighted sebagai particularly speakable,” -nya
cssSelector/xpathproperties, dan usage stat (100K–1M domains). - speakable — property itself, sebagai digunakan pada
ArticledanWebPage.
Bing / Microsoft
- No dedicated Bing documentation untuk Speakable exists. Bing’s umum structured-data help doesn’t mention ini — Speakable appears untuk menjadi sebuah Google-hanya, Google Assistant/Google Home mechanism. Treat apa pun “Bing supports Speakable” (terjemahan) “Bing mendukung Speakable” claim sebagai unverified.
Quotes dari source
pada—record statements. setiap Google-doc tautan adalah sebuah deep tautan itu jumps untuk quoted passage pada live halaman ( core Speakable doc adalah fetched dan verified directly ini session).
Google — what Speakable adalah dan melakukan
- “The
speakableproperty identifies sections within an article or webpage that are best suited for audio playback using text-to-speech (TTS).” (terjemahan) “ undefined property identifies bagian di dalam sebuah artikel atau webpage itu adalah best suited untuk audio playback menggunakan text-untuk-speech (TTS).” — Google Search Central. Jump untuk quote - “The Google Assistant uses
speakablestructured data to answer topical news queries on smart speaker devices.” (terjemahan) “ Google Assistant menggunakan undefined data terstruktur untuk jawaban topical news kueri pada smart speaker devices.” Jump untuk quote
Google — masih BETA, masih narrow
- “This feature is in beta and subject to change. We’re currently developing this feature and you may see changes in requirements or guidelines.” (terjemahan) “ini fitur adalah di beta dan subject untuk perubahan. kami’re currently developing ini fitur dan Anda dapat see perubahan di requirements atau guidelines.” Jump untuk quote
- “The
speakableproperty works for users in the U.S. that have Google Home devices set to English, and publishers that publish content in English.” (terjemahan) “ undefined property berfungsi untuk pengguna di U.S. itu memiliki Google Home devices atur ke English, dan publishers itu publish konten di English.” Jump untuk quote
Google — konten guidelines
- “For optimal audio user experiences, we recommend around 20-30 seconds of content per section of
speakablestructured data, or roughly two to three sentences.” (terjemahan) “untuk optimal audio pengguna experiences, kami recommend sekitar 20-30 seconds dari konten per bagian dari undefined data terstruktur, atau roughly two untuk three sentences.” Jump untuk quote - “Don’t add
speakablestructured data to content that may sound confusing in voice-only and voice-forward situations, like datelines (location where the story was reported), photo captions, or source attributions.” (terjemahan) “Don’t tambahkan undefined data terstruktur untuk konten itu dapat sound confusing di voice-hanya dan voice-forward situations, like datelines (location where story adalah reported), photo captions, atau source attributions.” Jump untuk quote - “Content indicated by
speakablestructured data must have concise headlines and/or summaries that provide users with comprehensible and useful information.” (terjemahan) “konten indicated oleh undefined data terstruktur harus memiliki concise headlines dan/atau summaries itu menyediakan pengguna dengan comprehensible dan berguna informasi.” Jump untuk quote
Industry — Speakable melakukan not feed AI Overviews
- “Speakable does not influence AI Overviews. Google does not use speakable selectors when deciding what to include in its AI-generated summaries.” (terjemahan) “Speakable melakukan not influence AI Overviews. Google melakukan not gunakan speakable selectors when deciding what untuk sertakan di -nya AI-generated summaries.” — SEO Strategy Ltd (Sean Mullins), Sept 2025. Read analysis
Industry — schema jenis “come and go” (terjemahan) “come dan go”
- “Understand that markup types come and go, but a precious few you should hold on to (like title, and meta robots).” (terjemahan) “memahami itu markup jenis come dan go, tetapi sebuah precious few Anda harus hold pada untuk (like judul, dan meta robots).” — John Mueller, Google, pada January 2026 structured-data removals. Coverage
seharusnya I implement Speakable schema?
Walk ini top untuk bottom:
1. adalah Anda sebuah news publisher (atau news-style konten)?
- No → Speakable adalah dibangun untuk jawaban topical news kueri. ini isn’t aimed di
Anda. Skip ini — spend effort pada
Organization/Person+sameAsentity markup instead. Done. - Yes → continue.
2. adalah Anda primary audience di U.S., di English?
- No → fitur hanya berfungsi untuk US, English, Google Home pengguna, dan Google’s “we’ll expand soon” (terjemahan) “kami’ll expand soon” promise memiliki sat unfulfilled since 2018. Skip ini untuk now.
- Yes → continue.
3. adalah Anda doing ini untuk appear di AI Overviews / AI Mode?
- Yes → Stop. No Google-official source connects Speakable untuk AI-jawaban citation; one analysis itu diperiksa says ini doesn’t, dan sebuah 1 885-halaman schema study ditemukan no citation lift. Anda’re chasing sebuah myth. Reconsider goal.
- No (Anda ingin Google Home news-readback surface) → continue.
4. dapat Anda accept itu consumer adalah uncertain?
- Google Assistant itu reads Speakable aloud adalah menjadi replaced oleh Gemini untuk Home di 2026, dan nobody memiliki confirmed Gemini untuk Home masih reads Speakable.
- jika itu uncertainty adalah sebuah dealbreaker → wait untuk Google untuk clarify Gemini-untuk-Home perilaku sebelum investing.
- jika marginal cost adalah rendah dan Anda’ll cover surface anyway → implement ini (see contoh tab), pick one locator metode, mark up ~20–30 seconds dari self-berisi summary, dan hindari datelines/captions/attributions.
Shortcut: jika di apa pun poin honest jawaban adalah “a listicle told me to,” (terjemahan) “sebuah listicle told me untuk,” jawaban adalah skip.
Speakable mistakes untuk hindari
recurring errors, sebagian besar dari them born dari 2026 SEO konten getting ini wrong:
- menambahkan ini “for AI Overviews / AI Mode citations.” (terjemahan) “untuk AI Overviews / AI Mode citations.” single sebagian besar umum 2026 mistake. No Google source connects Speakable untuk AI-jawaban selection; analysis itu diperiksa says ini doesn’t, dan broad schema-vs-AI-citation data menampilkan no lift. jika ini adalah Anda alasan, Anda’re solving wrong masalah.
- Assuming ini produces sebuah terlihat rich hasil. ini tidak pernah melakukan. Speakable’s hanya output adalah audio pada Google Home — tidak ada star-rating-style SERP enhancement untuk “win.” (terjemahan) “win.” Confusing ini dengan Review/Breadcrumb/FAQ-style markup adalah sebuah category error.
- menggunakan ini when Anda’re not US/English/news. eligibility hasn’t budged since
- Implementing ini untuk sebuah non-US, non-English, atau non-news situs marks up konten nothing akan read.
- Marking up whole artikel. Speakable adalah untuk 2–3 sentences itu stand pada mereka own — not body. di atas-marking defeats “read this specific bit aloud” (terjemahan) “read ini spesifik bit aloud” design.
- Speaking datelines, captions, atau attributions. Google explicitly says untuk hindari ini — mereka sound confusing dengan no visual context (“Reuters, London —” (terjemahan) “Reuters, London —” read aloud helps no one).
- menggunakan both
cssSelectordanxPathpada yang sama markup. Pick one. Mixing two locator metode adalah unsupported. - Brittle absolute XPaths. sebuah
xPathtied untuk sebuah deep, absolute DOM path breaks moment Anda template perubahan. Prefer sebuah stablecssSelector(sebuah class Anda control). - Treating “we hope to expand soon” (terjemahan) “kami hope untuk expand soon” sebagai sebuah roadmap. itu line memiliki telah di doc since 2018. Don’t bangun plan sekitar sebuah expansion itu’s telah “coming” (terjemahan) “coming” untuk seven years.
- Assuming Gemini untuk Home inherits ini. Nobody memiliki confirmed itu. Don’t count pada readback surface masih existing setelah Assistant → Gemini transition.
Speakable JSON-LD contoh
Two berfungsi shapes straight dari Google’s structure. gunakan one locator metode per markup block.
cssSelector — target elements oleh class
{
"@context": "https://schema.org/",
"@type": "WebPage",
"name": "Quick Brown Fox",
"speakable": {
"@type": "SpeakableSpecification",
"cssSelector": [".headline", ".summary"]
},
"url": "https://www.example.com/quick-brown-fox"
}Here .headline dan .summary adalah classes pada elements holding Anda concise,
self-berisi headline dan summary. ini adalah more maintainable option untuk sebagian besar
situs — sebuah class survives template perubahan better daripada sebuah absolute path.
xPath — target elements oleh mereka XPath
{
"@context": "https://schema.org/",
"@type": "WebPage",
"name": "Quick Brown Fox",
"speakable": {
"@type": "SpeakableSpecification",
"xPath": [
"/html/head/title",
"/html/head/meta[@name='description']/@content"
]
},
"url": "https://www.example.com/quick-brown-fox"
}ini contoh pulls halaman <title> dan deskripsi meta’s content — both
sudah concise dan self-berisi, which adalah why mereka membuat baik speakable targets.
sebuah NewsArticle di context
Because NewsArticle inherits dari Article, speakable attaches yang sama cara —
ini adalah realistic case, since news adalah what fitur adalah dibangun untuk:
{
"@context": "https://schema.org/",
"@type": "NewsArticle",
"headline": "City Council Approves New Transit Line",
"datePublished": "2026-07-02T09:00:00-04:00",
"speakable": {
"@type": "SpeakableSpecification",
"cssSelector": [".article-headline", ".article-dek"]
}
}aturan baked ke ini contoh
- One locator metode per block —
cssSelectoratauxPath, not both. - Target ~20–30 seconds / 2–3 sentences dari self-berisi summary.
- Don’t poin di datelines, photo captions, atau source attributions.
- Render JSON-LD server-side so ini adalah di raw HTML — yang sama umum practice itu applies untuk semua data terstruktur.
Speakable schema — cheat sheet
** essentials**
| Thing | detail |
|---|---|
| What ini adalah | speakable property (nilai: SpeakableSpecification) — not sebuah standalone jenis |
| Attaches untuk | Article, WebPage (NewsArticle inherits dari Article) |
| Locator metode | cssSelector atau xPath — pick one, tidak pernah both |
| Recommended length | ~20–30 seconds / 2–3 sentences per bagian |
| Output surface | Audio readback pada Google Home — no terlihat SERP rich hasil |
| Status | BETA since July 2018; doc last updated 2025-12-10 |
| Eligibility | US, English, Google Home pengguna + English publishers hanya |
| Adoption | 100K–1M domains (schema.org, attributed untuk Google, dapat 2026) |
Fast facts / myth-busts
- Not sebuah AI-Overviews signal. No Google source connects Speakable untuk AI Overviews atau AI Mode citation. “it signals citable passages to AI” (terjemahan) “ini signals citable passages untuk AI” claim adalah unsourced.
- Not deprecated. ini survived Google’s January 2026 structured-data cleanup dan wasn’t mentioned di I/O 2026 — dormant, not dead.
- Not sebuah rich hasil. ini tidak pernah produced sebuah terlihat SERP enhancement.
- Not Bing-didukung. No Bing documentation covers Speakable.
- Consumer adalah uncertain. Google Assistant ini feeds adalah menjadi replaced oleh Gemini untuk Home di 2026; nobody memiliki said whether Gemini untuk Home reads Speakable.
melakukan / Don’t
| melakukan | Don’t |
|---|---|
| Mark up 2–3 self-berisi sentences | Mark up whole artikel |
Pick one locator (cssSelector recommended) | Mix cssSelector + xPath |
| gunakan ini sebagai sebuah US/English news publisher | gunakan ini “for AI search” (terjemahan) “untuk AI search” |
| Prefer stable CSS classes | Rely pada brittle absolute XPaths |
| Skip datelines/captions/attributions | Speak context-dependent text |
Resources worth Anda time
My related writing
- data terstruktur: What ini adalah dan cara gunakan ini — my Ahrefs guide untuk schema jenis, implementation, validation, dan
sameAsentity-markup berfungsi itu actually helps machines memahami Anda ( thing untuk melakukan instead dari Speakable jika AI understanding adalah Anda goal). - Beginner’s Guide untuk SEO teknis — where data terstruktur fits ke broader technical picture.
My speaking
- How Search berfungsi (SlideShare) — my walkthrough dari crawling, rendering, pengindeksan, peringkat, dan where data terstruktur sits. (My standing disclaimer applies: “This is my understanding of systems… not going to be 100% complete or accurate.” (terjemahan) “ini adalah my understanding dari sistem… not going untuk menjadi 100% complete atau accurate.”)
Official
- Speakable (BETA) Schema Markup — Google’s core doc: eligibility, cssSelector vs xPath, konten guidelines, beta label.
- schema.org — SpeakableSpecification — underlying jenis dan -nya usage stat.
- Google — AI fitur dan Anda situs web — “no special schema.org structured data” (terjemahan) “no special schema.org data terstruktur” untuk AI fitur.
dari sekitar industry
- Google releases speakable markup untuk news publishers interested di Google Assistant (mesin pencari Land, 2018) — launch coverage confirming ini started US/English/Google-Home-hanya dan BETA dari day one.
- Analysis dari Google’s baru Schema Speakable Markup (mesin pencari Journal, Roger Montti, 2018) — original explainer, dengan Google’s 2018 launch statement.
- dari Speakable Schema untuk AI Summary Control (SEO Strategy Ltd, Sean Mullins, Sept 2025) — one industry piece itu directly memeriksa dan refutes “Speakable feeds AI Overviews” (terjemahan) “Speakable feeds AI Overviews” claim.
- kami Tracked 1 885 halaman menambahkan Schema. AI Citations Barely Moved. (Ahrefs, Louise Linehan & Xibeijia Guan, 2026) — data behind skepticism tentang “add schema for AI citations.” (terjemahan) “tambahkan schema untuk AI citations.”
- Google untuk hapus more search fitur (mesin pencari Land) — January 2026 structured-data cleanup Speakable adalah not bagian dari.
- Meet baru Google Home Speaker, dibangun untuk Gemini (Google, June 2026) — Assistant → Gemini-untuk-Home transition itu tidak pernah mentions Speakable.
- r/TechSEO — community untuk structured-data debugging.
Test yourself: Speakable Schema
Five quick pertanyaan pada what Speakable schema melakukan — dan doesn’t — melakukan di 2026. Pick sebuah jawaban untuk setiap, lalu periksa.
Log perubahan
Diperbarui 18 Jul 2026.
Ringkasan editorial dan detail perubahan yang tercatat.Detail perubahan
-
Catatan perubahan terperinci saat ini tersedia dalam bahasa Inggris.
-
Catatan perubahan terperinci saat ini tersedia dalam bahasa Inggris.
-
Catatan perubahan terperinci saat ini tersedia dalam bahasa Inggris.
-
Catatan perubahan terperinci saat ini tersedia dalam bahasa Inggris.
Perbandingan lengkap tidak tersedia — tidak ada cuplikan sebelumnya yang diarsipkan untuk revisi ini.