schemaorg-coda :: Example

eg-0463

From v29.4

JSON-LD

{
  "@context": "https://schema.org",
  "@type": "MathSolver",
  "url": "https://www.mathdomain.com/",
  "potentialAction": [{
     "@type": "SolveMathAction",
     "target": "https://mathdomain.com/solve?q={math_expression_string}",
     "eduQuestionType": "Polynomial Equations"
   },
   {
     "@type": "SolveMathAction",
     "target": "https://mathdomain.com/graph?q={math_expression_string}",
     "eduQuestionType": "Graphing"
   }]
}

Pre-Markup

Direct users to a leaf page when solving math problems. The leaf page may contain a step by step walkthrough of the problem and a solution.