H1 in embed HTML not showing

Hi community,

I added h1 tags in the HTML in the first section of this page. But when I run the page into a headings checker, it does not appear as H1. Any idea on how to fix this?

https://preview.webflow.com/preview/vendre-autrement-a4e158?utm_medium=preview_link&utm_source=designer&utm_content=vendre-autrement-a4e158&preview=fe489e083a0d2338db7feb115632f917&pageId=64044000472efb8a6afc4529&itemId=640778feccc452bc1991396c&workflow=preview


Here is my site Read-Only: [LINK][1]

([how to share your site Read-Only link][2])

[1]: Webflow - Vendre Autrement - V1)
[2]: Share a read-only link | Webflow University

Hey ! If you inspect the code, what do you have ?

Thank you for the help! I inspected the code and don’t see h1 mentioned but not sure what to look for
here is the published page url: Maisons à vendre sans agence à Ramillies

Made a test on a normal page and h1 heading works. It seems the issue comes up when trying to a a CMS Collection type of page only

The code you have written in the embed is incorrect as you are missing a closing tag on your h1 element.

Remove the paragraph <p> tag and make sure your H1 has the proper closing tag like my example:
<h1>type your title here</h1>

1 Like