[IMP] theme_*: improve SEO by correcting heading tag hierarchy
* anelusia, artists, avantgarde, aviato, beauty, bewise, bistro, bookstore, buzzy, clean, cobalt, enark, graphene, kea, kiddo, loftspace, monglia, nano, notes, odoo_experts, orchid, paptic, real estate, treehouse, vehicle, yes, zap This commit adapts all the `xpath` expressions inside design themes to target the new heading tags that were changed within the snippet files. task-4349019 closes odoo/design-themes#1043 Related: odoo/odoo#191300 Related: odoo/enterprise#92978 Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
This commit is contained in:
committed by
qsm-odoo
parent
fee5fc75fe
commit
376ab972ea
@@ -206,7 +206,7 @@
|
||||
<attribute name="style" add="border-width: 0px !important;" separator=";"/>
|
||||
</xpath>
|
||||
<!-- Card #1 - Title & text -->
|
||||
<xpath expr="//h5[hasclass('card-title')]" position="replace" mode="inner">
|
||||
<xpath expr="//h2[hasclass('card-title')]" position="replace" mode="inner">
|
||||
HeyNosf Inc. Digital Transformation
|
||||
</xpath>
|
||||
<xpath expr="//p[hasclass('card-text')]" position="replace" mode="inner">
|
||||
@@ -225,7 +225,7 @@
|
||||
<attribute name="style" add="border-width: 0px !important;" separator=";"/>
|
||||
</xpath>
|
||||
<!-- Card #2 - Title & text -->
|
||||
<xpath expr="(//h5[hasclass('card-title')])[2]" position="replace" mode="inner">
|
||||
<xpath expr="(//h2[hasclass('card-title')])[2]" position="replace" mode="inner">
|
||||
Fallanzy Integration Explained
|
||||
</xpath>
|
||||
<xpath expr="(//p[hasclass('card-text')])[2]" position="replace" mode="inner">
|
||||
@@ -244,7 +244,7 @@
|
||||
<attribute name="style" add="border-width: 0px !important;" separator=";"/>
|
||||
</xpath>
|
||||
<!-- Card #3 - Title & text -->
|
||||
<xpath expr="(//h5[hasclass('card-title')])[3]" position="replace" mode="inner">
|
||||
<xpath expr="(//h2[hasclass('card-title')])[3]" position="replace" mode="inner">
|
||||
Hotels Improvement Study
|
||||
</xpath>
|
||||
<xpath expr="(//p[hasclass('card-text')])[3]" position="replace" mode="inner">
|
||||
@@ -287,7 +287,7 @@
|
||||
<attribute name="class" add="pt120 pb120 o_cc1" remove="pt64 pb64 o_cc5" separator=" "/>
|
||||
</xpath>
|
||||
<!-- Title -->
|
||||
<xpath expr="//h3" position="replace" mode="inner">
|
||||
<xpath expr="//h2" position="replace" mode="inner">
|
||||
50,000+ companies run Paptic to grow their businesses.
|
||||
</xpath>
|
||||
</template>
|
||||
@@ -650,7 +650,7 @@
|
||||
<attribute name="src">/web/image/website.s_carousel_default_image_3</attribute>
|
||||
</xpath>
|
||||
<!-- Title -->
|
||||
<xpath expr="//h3" position="replace" mode="inner">
|
||||
<xpath expr="//h2" position="replace" mode="inner">
|
||||
Expert Consultancy in Tech & Design
|
||||
</xpath>
|
||||
<!-- Paragraph 1 -->
|
||||
|
||||
Reference in New Issue
Block a user