Skip to content

Commit f73c853

Browse files
committed
[IMP] theme_bookstore: correct snippet title hierarchy for SEO
For SEO and accessibility reasons, this commit replaces incorrect heading elements (hX) with appropriate hierarchy in snippet lacking proper structure. task-5231498
1 parent 59dba6c commit f73c853

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

theme_bookstore/views/snippets/s_key_images.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@
1212
Finely hand-picked by our most avid readers
1313
</xpath>
1414
<xpath expr="//div[hasclass('col-lg-3')]//p[3]" position="replace">
15-
<h5>Boundless</h5>
15+
<h3 class="h5-fs">Boundless</h3>
1616
<p class="text-muted">by <em>Frantzou Fleurine</em></p>
1717
</xpath>
1818
<xpath expr="(//div[hasclass('col-lg-3')])[2]//p[3]" position="replace">
19-
<h5>Romans</h5>
19+
<h3 class="h5-fs">Romans</h3>
2020
<p class="text-muted">by <em>Steve Backwood</em></p>
2121
</xpath>
2222
<xpath expr="(//div[hasclass('col-lg-3')])[3]//p[3]" position="replace">
23-
<h5>101 Essays That Will Change the Way You Think</h5>
23+
<h3 class="h5-fs">101 Essays That Will Change the Way You Think</h3>
2424
<p class="text-muted">by <em>Brianna Wiest</em></p>
2525
</xpath>
2626
<xpath expr="(//div[hasclass('col-lg-3')])[4]//p[3]" position="replace">
27-
<h5>What I Didn't Post On Instagram</h5>
27+
<h3 class="h5-fs">What I Didn't Post On Instagram</h3>
2828
<p class="text-muted">by <em>Chrissy Stockton</em></p>
2929
</xpath>
3030
</template>

0 commit comments

Comments
 (0)