Skip to content

Commit b191d36

Browse files
authored
Update index.html
Metadata
1 parent 24b124e commit b191d36

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

index.html

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -612,9 +612,9 @@ <h3 style="margin:7px">Area of a Square</h3>
612612
A square is a rectangle with equal sides.</p>
613613
<br>
614614
<div style="margin:12px" itemprop="about" itemscope itemtype="https://schema.org/PropertyValue">
615-
<meta itemprop="description" content="Exact square area formula: Area = side^2">
615+
<meta itemprop="description" content="Exact square area formula">
616616
<span itemprop="name">A<sub>(square)</sub> </span>=
617-
<span itemprop="value">
617+
<meta itemprop="value" content="side²">
618618
<math xmlns="http://www.w3.org/1998/Math/MathML">
619619
<mrow>
620620
<mi>side</mi>
@@ -629,7 +629,6 @@ <h3 style="margin:7px">Area of a Square</h3>
629629
</msup>
630630
</mrow>
631631
</math>
632-
</span>
633632
</div>
634633
</section>
635634
<br><br><br><br>
@@ -652,9 +651,9 @@ <h3 style="margin:7px">Volume of a Cube</h3>
652651
A cube is a cuboid with equal edges.</p>
653652
<br>
654653
<div style="margin:12px" itemprop="about" itemscope itemtype="https://schema.org/PropertyValue">
655-
<meta itemprop="description" content="Exact cube volume formula: Volume = edge^3">
654+
<meta itemprop="description" content="Exact cube volume formula">
656655
<span itemprop="name">V<sub>(cube)</sub> </span>=
657-
<span itemprop="value">
656+
<meta itemprop="value" content="edge³">
658657
<math xmlns="http://www.w3.org/1998/Math/MathML">
659658
<mrow>
660659
<mi>edge</mi>
@@ -671,7 +670,6 @@ <h3 style="margin:7px">Volume of a Cube</h3>
671670
</msup>
672671
</mrow>
673672
</math>
674-
</span>
675673
</div>
676674
</section>
677675
</section>

0 commit comments

Comments
 (0)