Archived topic
Multiples H1
3 replies · Started by Nicholas on September 30, 2020
Hi,
I'm concerned about having multiple H1 on my website, as I know is not a good SEO practice. I do not understand if I have to adjust something in Generate Press or Elementor.
The point is:
- Yoast notes that I have multiple H1 in some of my blog posts, while if I use the SEO Check App (Seobility) the result of the SEO structure is perfect.
This is an example: https://nicholastinelli.com/blog/
If I check the code and search for the H1 with cmd+f, it gives me back 2 results:
1. h1{font-weight:700;font-size:38px;}@media (max-width:768px){.main-title{font-size:30px;}h1
2. <h1 class="elementor-heading-title elementor-size-default">BLOG | A travelling photographer</h1>
Can you please help me understand this?
Thanks!!
Nicholas
Hi there,
I'm only seeing one <h1> on that page which is this:
<h1 class=”elementor-heading-title elementor-size-default”>BLOG | A travelling photographer</h1>
This is just a CSS and doesn't add any h1 to your actual page
h1{font-weight:700;font-size:38px;}@media (max-width:768px){.main-title{font-size:30px;}h1
Thanks for the clarification!
No problem :)