odoo/enterprise#92978
Created by Design, Chrysanthe Gomrée (chgo)
Merged
at 2d1a007166568792183f60b808fa55f27bb9aaca
Statuses:
- legal/cla: Contributor License Agreement check
- ci/runbot: Odoo Test Suite
- ci/upgrade_enterprise: Test upgrades for enterprise master
- ci/style: Optional style check. Ignore it only if strictly necessary.
- ci/security: Required security check. Can only be ignored by security team.
Linked pull requests
- label
- odoo-dev:master-website-finetune-snippets-heading-chgo
- head
- 14aacdfbcb7d3b949e0c8d640c6df969f58cbb08
- merged
- 2 months ago by Website, Quentin Smetz (qsm)
| odoo/odoo | odoo/enterprise | odoo/design-themes | |
|---|---|---|---|
| master | #191300 | #92978 #78941 | #1043 |
[IMP] ai_website_livechat: improve SEO by correcting heading tag hierarchy
Requires:
- odoo/odoo#191300
- odoo/design-themes#1043
This PR fixes the s_ai_livechat snippet that was using an <h1> tag while it should have been a <h2> to prevent any SEO issue with two H1 being displayed on the same page. This was also going against our guidelines about heading tag.