schemaorg-coda :: Example

eg-0237

From v29.4

JSON-LD

{
"@context": "https://schema.org/",
"@type": "WebPage",
"name": "Jane Doe's homepage",
"speakable":
{
"@type": "SpeakableSpecification",
"cssSelector": ["headline", "summary"]
},
"url": "http://www.janedoe.com"
}

Pre-Markup

An example of 'speakable' markup (JSON-LD only, initially).