Hello @hadarhacohen,
I checked your URL and saw no issues regarding the heading tags. Please refer to this screenshot: https://postimg.cc/ZBKYvgwB.
If you have not resolved or changed it, kindly get in touch with the author of your third-party plugin. They may have a solution that we are not aware of.
Best Regards
Thanks, I understand.
I might misinterpret screaming frog report.
Let me rephrase the question:
On screaming frog report for H1, it says that on certain pages I have two H1:
One H1, is the H1 title in each page, and
The second H1, is page name, exactly as it shown in the menu. This is the reason I thought the source of the issue is in the menu.
I understand this is not the case. How can I find the other H1?
Hello @hadarhacohen,
In these cases, it is better to send the problem link.
We’ll check the problem based on your description and the link you sent.
To find the issue on the page, you must know how to use the “inspect elements” on the browsers. However, I found it on your website here:
https://michaela2hand.co.il/contact_us/. To view the source code of your “Contact Us” page on your website, open the page and use “Ctrl + U”.
I see you wrote a custom CSS and hid the page title by CSS; It’s incorrect. Please check these screenshots:
https://postimg.cc/KRvYNM61
https://postimg.cc/21yxLTrT
There are two options to hide the page title:
1. Customizer > General Options > Page Title: https://postimg.cc/0KdbQgzj
2. Under the edit page > OceanWP Settings > Title(tab): https://postimg.cc/bGJNhD0Z
So, you need to remove that CSS from the custom CSS and use those options to remove the heading title from the source code.
Note: You can learn how to use Chrome Developer Tools or Firefox Developer Tools to help you see sources and test changes to your CSS:
https://developers.google.com/web/tools/chrome-devtools/
https://developer.mozilla.org/en-US/docs/Tools
I hope it helps,
Please recheck the issue and keep us posted.
Best Regards
-
This reply was modified 2 years, 10 months ago by
Shahin.
Shahin – many thanks!!!!!!
-
This reply was modified 2 years, 10 months ago by
Hadar Cohen.
You’re most welcome, and I’m glad we could help.