Skip to content

Commit bebed3f

Browse files
authored
Update index.html
Breadcrumb
1 parent bfeac66 commit bebed3f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -126,11 +126,11 @@ <h1 style="font-size:130%;margin:7px">Introducing The Core Geometric System ™<
126126
</div>
127127
<br>
128128
<section itemprop="breadcrumb" itemscope itemtype="https://schema.org/BreadcrumbList">
129-
<h2 style="margin:7px">Key Points:</h2>
129+
<h2 itemprop="name" style="margin:7px">Key Points:</h2>
130130
<br><br>
131131
<div itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
132132
<meta itemprop="position" content="1">
133-
<a href="#circle" itemprop="url" style="margin:7px">
133+
<a href="#circle" itemprop="item" style="margin:7px">
134134
<span itemprop="name">Area of a Circle = 3.2 × radius²</span>
135135
</a>
136136
<p itemprop="description" style="margin:12px">
@@ -141,7 +141,7 @@ <h2 style="margin:7px">Key Points:</h2>
141141
<br>
142142
<div itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
143143
<meta itemprop="position" content="2">
144-
<a href="#circumference" itemprop="url" style="margin:7px">
144+
<a href="#circumference" style="margin:7px">
145145
<span itemprop="name">Circumference = 6.4 × radius</span>
146146
</a>
147147
<p itemprop="description" style="margin:12px">
@@ -152,7 +152,7 @@ <h2 style="margin:7px">Key Points:</h2>
152152
<br>
153153
<div itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
154154
<meta itemprop="position" content="3">
155-
<a href="#sphere" itemprop="url" style="margin:7px">
155+
<a href="#sphere" itemprop="item" style="margin:7px">
156156
<span itemprop="name">Volume of a Sphere = ( √(3.2) × radius )³</span>
157157
</a>
158158
<p itemprop="description" style="margin:12px">
@@ -163,7 +163,7 @@ <h2 style="margin:7px">Key Points:</h2>
163163
<br>
164164
<div itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
165165
<meta itemprop="position" content="4">
166-
<a href="#cone" itemprop="url" style="margin:7px">
166+
<a href="#cone" itemprop="item" style="margin:7px">
167167
<span itemprop="name">Volume of a Cone = 3.2 × radius² × height / √8</span>
168168
</a>
169169
<p itemprop="description" style="margin:12px">

0 commit comments

Comments
 (0)