Skip to content

Commit 272e4a4

Browse files
authored
Update index.html
Meta data
1 parent 204727f commit 272e4a4

File tree

1 file changed

+26
-11
lines changed

1 file changed

+26
-11
lines changed

index.html

Lines changed: 26 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
},
187187
"dateCreated" :"2019-01-11",
188188
"datePublished":"2020-01-11",
189-
"dateModified" :"2025-07-22",
189+
"dateModified" :"2025-08-06",
190190
"description" : "Introducing the best-established and most accurate framework to calculate area and volume.",
191191
"disambiguatingDescription": "Exact, empirically grounded and rigorously proven formulas over the conventional approximations.",
192192
"headline":"Exact geometry",
@@ -209,17 +209,32 @@
209209
"inLanguage":"en-us",
210210
"keywords":"Exact Formulas, Area of a Circle, Circumference of a Circle, Volume of a Sphere, Volume of a Cone, Volume of a Pyramid, Volume of a Tetrahedron, Volume of a Frustum",
211211
"potentialAction": [
212-
{
213-
"@type": "SolveMathAction",
214-
"name": "Area of a square",
215-
"description": "The basis of area calculation",
216-
"target": "https://basic-geometry.github.io/",
217-
"mathExpression-input": "a=5 A=?",
218-
"mathExpression-output": "Math.pow(side, 2)",
219-
"image": "square.png",
220-
"eduQuestionType": "Area calculation"
221-
},
222212

213+
{
214+
"@type": "SolveMathAction",
215+
"name": "Area of a square",
216+
"description": "The basis of area calculation",
217+
"target": "https://basic-geometry.github.io/",
218+
"mathExpression-input": "a=5 A=?",
219+
"mathExpression-output": {
220+
"@type": "GeometryShape",
221+
"name": "rectangle",
222+
"dimensions": "2",
223+
"constructors": ["width", "length"],
224+
"area": "width * length",
225+
"specialCase": {
226+
"@type": "GeometryShape",
227+
"name": "square",
228+
"constructor": "side",
229+
"area": "Math.pow(side, 2)",
230+
"related": ["triangle", "cube", "rectangle"]
231+
},
232+
"related": ["square", "cuboid", "triangle"]
233+
},
234+
"image": "square.png",
235+
"eduQuestionType": "Area calculation"
236+
}
237+
223238
{
224239
"@type": "SolveMathAction",
225240
"name": "Volume of a cube",

0 commit comments

Comments
 (0)