For those of you who change
the title and description of the blog with a picture or logo in the header,
will certainly experience H1 Zero that is Really Bad when you check in
chkme.com blog and it will reduce the value of SEO of your blog in the eyes of
search engines. Error on this header will reduce the value of SEO upto 22%
How to Fix H1 Zero that is Really Bad in Chkme for blogger blog
Actually, this trick has a
lot to share in another blog, but there is no harm if I shared back on this
blog.
Here
* How to Overcome H1 Zero that is Really
Bad in Chkme *:
1. Log
in to Blogger >>
Templates >> Edit HTML >> Find the code below:
HTML - Go Widget
<div id='header-inner'>
<a expr:href='data:blog.homepageUrl' style='display:
block'>
<img expr:alt='data:title' expr:height='data:height'
expr:id='data:widget.instanceId + "_headerimg"'
expr:src='data:sourceUrl' expr:width='data:width' style='display: block'/></a>
Add
markup h1 tag <h1> <a ... /> </
h1> then the result will be like this:
HTML - Go Widget
<div
id='header-inner'>
<h1><a
expr:href='data:blog.homepageUrl' style='display: block'>
<img
expr:alt='data:title' expr:height='data:height' expr:id='data:widget.instanceId
+ "_headerimg"' expr:src='data:sourceUrl' expr:width='data:width'
style='display: block'/></a></h1>
Or
you can also add the tag <h1> <img ...
/> </ h1> and the result will be like this:
HTML - Go Widget
<div id='header-inner'>
<a expr:href='data:blog.homepageUrl' style='display:
block'>
<h1><img expr:alt='data:title' expr:height='data:height'
expr:id='data:widget.instanceId + "_headerimg"'
expr:src='data:sourceUrl' expr:width='data:width' style='display:
block'/></h1></a>
2.
Save
the template and check back in chkme.com whether your blog is resolved. If the
application is correct then your blog will be back to normal.
Additional :
For
validation HTML5 please delete the code marked on the markup
below:
HTML - Go Widget
<img expr:alt='data:title' expr:height='data:height'
expr:id='data:widget.instanceId + "_headerimg"'
expr:src='data:sourceUrl' expr:width='data:width'
style='display: block'/>
Enough about how Overcoming
H1 Zero that is Really Bad in Chkme "Hopefully useful for all bloggers friends.