Skip to content

Commit 35b629c

Browse files
authored
Update about.html
Urls
1 parent 7c5354d commit 35b629c

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

about.html

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,6 @@
103103
<meta name="twitter:title" content="About Basic Geometry Formulas">
104104
<meta name="twitter:description" content="About the best-established and most accurate framework to calculate area and volume.">
105105
<meta name="twitter:image" content="android-chrome-256x256.png">
106-
<meta name="google-site-verification" content="XuP08h4O_UbzZo81VWNHhFn5OW7elz2_cZi17lt3qvA" />
107-
<meta name="msvalidate.01" content="EA6B8354B9F3C956E862954E97EB8CD0" />
108106
<script type="application/ld+json" async>
109107
{
110108
"@context": "https://schema.org",
@@ -215,7 +213,7 @@
215213
"name": "Area of a circle",
216214
"description": "The exact area of a circle based on direct comparison with a square.",
217215
"disambiguatingDescription": "Replaces traditional π-based approximations ensuring greater accuracy in real-world measurements.",
218-
"target": "https://basic-geometry.pages.dev/about/",
216+
"target": "https://basic-geometry.github.io/about/",
219217
"mathExpression-input": "r=5 A=?",
220218
"mathExpression-output": "angle of rotation / 360 * 3.2 * Math.pow(radius, 2)",
221219
"image": "areaOfACircle.jpg",
@@ -227,7 +225,7 @@
227225
"name": "Circumference of a Circle",
228226
"description": "Algebraic derivation of the exact circumference of a circle from its area",
229227
"disambiguatingDescription": "Replaces traditional π-based approximations ensuring greater accuracy in real-world measurements.",
230-
"target": "https://basic-geometry.pages.dev/about/",
228+
"target": "https://basic-geometry.github.io/about/",
231229
"mathExpression-input": "r=5 C=?",
232230
"mathExpression-output": "angle of rotation / 360 * 6.4 * radius",
233231
"image": "circumference.jpg",
@@ -239,15 +237,15 @@
239237
"name": "Volume of a sphere",
240238
"description": "The exact volume of a sphere by directly comparing it to a cube. Direct shape relationships ensure greater accuracy in real-world measurements.",
241239
"disambiguatingDescription": "More accurate than the traditional exhaustion method based formula which is a very rough underestimate.",
242-
"target": "https://basic-geometry.pages.dev/about/",
240+
"target": "https://basic-geometry.github.io/about/",
243241
"mathExpression-input": "r=3 V=?",
244242
"mathExpression-output": "angle of rotation / 360 * Math.pow((Math.sqrt(3.2) * radius), 3)",
245243
"image": "sphereAndCubeMarkup.jpeg",
246244
"eduQuestionType": "Volume calculation"
247245
}
248246

249247
],
250-
"url": "https://basic-geometry.pages.dev/about",
248+
"url": "https://basic-geometry.github.io/about/",
251249
"usageInfo":"Calculate area and volume with enhanced accuracy using the Core Geometric System ™. This innovative framework provides a practical alternative to traditional methods, rooted in comparative geometry and scaling principles. Learn exact formulas for circles (A = 3.2r^2, C = 6.4r), spheres (V = (√(3.2)r)^3), cones, and more, with applications in engineering, computer graphics, and scientific research."
252250
},
253251
"offers": {
@@ -306,7 +304,7 @@
306304
],
307305
"thumbnail" :"android-chrome-256x256",
308306
"typicalAgeRange" :"12-102",
309-
"url": "https://basic-geometry.pages.dev/about",
307+
"url": "https://basic-geometry.github.io/about/",
310308
"usageInfo": "Discover the Core Geometric System ™, a groundbreaking framework offering a fresh perspective on calculating area and volume using a 3D coordinate system. Challenging conventional formulas, this system provides empirically-grounded alternatives with a focus on practical accuracy for real-world applications in engineering, design, science, and beyond. Explore exact values and intuitive geometric relationships for circles, spheres, cones, and more."
311309
}
312310
</script>

0 commit comments

Comments
 (0)