If you want to optimize your blog post in search engine you should change your h3 tag with h1 tag so that search engine search your page with optimized search result.
Now follow simple step to add this feature to your blogger/blogspot now.
* first go to your blogger Dashboard .
* Now click on design tab and edit html.
* Now expant your template by clicking on small box.
* Now find this code by CTRL+F key
<h3 class='post-title entry-title'>
And with closing tag is </h3>
* Now remove above code with below code
<h1 class='post-title entry-title'> <b:if cond='data:post.link'> <a expr:href='data:post.link'><data:post.title/></a> <b:else/> <b:if cond='data:post.url'> <a expr:href='data:post.url'><data:post.title/></a> <b:else/> <data:post.title/> </b:if> </b:if> </h1>
* Now save your template now you are done.
0 Responses So Far: