Follow Me

Overcoming H1 Zero that is Really Bad on Chkme

Overcoming H1 Zero that is Really Bad on Chkme
Overcoming H1 Zero that is Really Bad on Chkme - For those of you who change the title and description of the blog with the image or logo on the header, of course you will experience H1 Zero that is Really Bad when you check the blog at chkme.com and it will reduce the SEO value of your blog in the eyes of search engines.

Error in this header will reduce SEO value to 22%
Actually, many of these tricks have been shared on other blogs, but there is nothing wrong if I share again on this Wiendhy blog.

Here's How to Overcome H1 Zero that is Really Bad on Chkme:

1. Login to Blogger> Templates> Edit HTML> Search for the code below:

<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 + &quot;_headerimg&quot;' expr:src='data:sourceUrl' expr:width='data:width' style='display: block'/>
</a>

Add the h1 markup to the <h1> <a ... /> </h1> tags so the results will look like this:
<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 + &quot;_headerimg&quot;' expr:src='data:sourceUrl' expr:width='data:width' style='display: block'/>
</a></h1>
Or it can also add to the <h1> <img .../> </h1> tags and the results will look like this:
<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 + &quot;_headerimg&quot;' expr:src='data:sourceUrl' expr:width='data:width' style='display: block'/></h1>
</a>

2. Save the template and check your blog again on chkme.com whether it has been resolved. If the application is correct then your blog will return to normal.
Additional:

For HTML5 validation, please delete the code marked in the markup below:
<img expr:alt='data:title' expr:height='data:height' expr:id='data:widget.instanceId + &quot;_headerimg&quot;' expr:src='data:sourceUrl' expr:width='data:width' style='display: block'/>

That's enough about how to Overcome H1 Zero that is Really Bad on Chkme, hopefully useful.
Next Post Previous Post
No Comment
Add Comment
comment url