mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
[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
@@ -18,8 +18,8 @@
|
||||
<attribute name="class" add="col-lg-12" remove="col-lg-3" separator=" "/>
|
||||
</xpath>
|
||||
<!-- Title & Paragraph -->
|
||||
<xpath expr="//h3" position="replace">
|
||||
<h3 style="text-align: center;">50,000+ clients trust us <br/>to protect their assets</h3>
|
||||
<xpath expr="//h2" position="replace" mode="inner">
|
||||
<h2 class="h3-fs" style="text-align: center;">50,000+ clients trust us <br/>to protect their assets</h2>
|
||||
</xpath>
|
||||
<xpath expr="//p" position="replace">
|
||||
<p style="text-align: center;">Contact us for a personalized meeting</p>
|
||||
|
||||
@@ -11,7 +11,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">
|
||||
Strategic Business & IT Advisory
|
||||
</xpath>
|
||||
<!-- Paragraph 1 -->
|
||||
|
||||
@@ -6,12 +6,12 @@
|
||||
<attribute name="class" add="col-lg-6" remove="col-lg-5" separator=" "/>
|
||||
</xpath>
|
||||
<!-- Title -->
|
||||
<xpath expr="//h3" position="replace">
|
||||
<xpath expr="//h2" position="replace">
|
||||
<p class="o_small">SOME NUMBERS</p>
|
||||
</xpath>
|
||||
<!-- Paragraph -->
|
||||
<xpath expr="//p" position="replace">
|
||||
<h3>Over the last decade, we've help many businesses to grow.</h3>
|
||||
<h2 class="h3-fs">Over the last decade, we've help many businesses to grow.</h2>
|
||||
</xpath>
|
||||
<!-- KPI's -->
|
||||
<xpath expr="//div[hasclass('col-lg-3')]" position="replace">
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
<div class="col-12 pt8 pb8" data-name="Feature">
|
||||
<i class="s_showcase_icon fa fa-check me-auto rounded-circle float-start bg-o-color-3" role="img"/>
|
||||
<div class="d-flex flex-column">
|
||||
<h5 class="s_showcase_title">Strategic Planning</h5>
|
||||
<h3 class="s_showcase_title h5-fs">Strategic Planning</h3>
|
||||
<p>Aligning your business objectives with forward-thinking strategies for long-term success.</p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -27,7 +27,7 @@
|
||||
<div class="col-12 pt8 pb8" data-name="Feature">
|
||||
<i class="s_showcase_icon fa fa-check me-auto rounded-circle float-start bg-o-color-3" role="img"/>
|
||||
<div class="d-flex flex-column">
|
||||
<h5 class="s_showcase_title">Financial Consulting</h5>
|
||||
<h3 class="s_showcase_title h5-fs">Financial Consulting</h3>
|
||||
<p>Providing expert guidance to optimize your financial resources and maximize profitability.</p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -36,7 +36,7 @@
|
||||
<div class="col-12 pt8 pb8" data-name="Feature">
|
||||
<i class="s_showcase_icon fa fa-check me-auto rounded-circle float-start bg-o-color-3" role="img"/>
|
||||
<div class="d-flex flex-column">
|
||||
<h5 class="s_showcase_title">Market Analysis</h5>
|
||||
<h3 class="s_showcase_title h5-fs">Market Analysis</h3>
|
||||
<p>Delivering in-depth insights and market trends to keep you ahead of the competition.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user