schemaorg-coda :: Example

eg-0226

From v29.4

JSON-LD

{
 "@context": "https://schema.org/",
 "@type": "Restaurant",
 "potentialAction": {
   "@type": "ReserveAction",
   "target": [
     "http://www.example.com/Reserve",
     {
       "@type": "LinkRole",
       "target": "http://www.example.com/Reserve-JP",
       "inLanguage": "ja",
       "linkRelationship": "alternate"
     }
   ]
 }
}

Pre-Markup

A restaurant has links to reserve tables. One caters to Japanese speakers.