H1 Is Missing ?

Peter Jacob

Junior Member
Joined
Apr 18, 2019
Messages
108
Reaction score
49
Hello i'm ultra noob in SEO, i ve made a check of my website to see my seo result and it say i'm like 70/100 and i have 1 critical error only :

H1 Is Missing

URLs that have no h1 tag in the code. The h1 tag is considered important to help both users and search engines to quickly understand what content they can expect to find on the page.

Can someone explain me what is it plz so i can fix it. (or i will just google it xD)

But i prefer using the forum.
 
just go to your website and side click mouse view source code you now can see the HTML
where the h1 missing.

go to the page and alter it.
usually index.php or might be a template file.

gd luck
 
H1, primary header. Your web page/site doesn't have a primary header. H1 is in the HTML file, and yours don't have one.

Are you using WordPress/some other software, or are you typing up a website on your own? All site-builders should be able to put in a H1/Header tag for you easily.
 
H1, primary header. Your web page/site doesn't have a primary header. H1 is in the HTML file, and yours don't have one.

Are you using WordPress/some other software, or are you typing up a website on your own? All site-builders should be able to put in a H1/Header tag for you easily.

i hosted a php script on a web host :/
 
i hosted a php script on a web host :/
Do you know how to write PHP or is it someone elses script lol?

If you know PHP, then just add in a line that generates a H1 HTML tag. If you don't: lol pay someone to do it for you (or google and learn PHP+HTML)
 
Most of webpage should have header. The biggest one is H1. May be your webpage contain h2 or h3 header, just change it to H1.
 
You can put the php between html, or the html in the php ashttps://www.sitepoint.com/community/t/how-to-add-h1-tag-into-php-code/3173
 
Thread moved.
 
Back
Top