How to Optimize Blogger Post Title?
Step 1
- First go to Blogger>Dashboard
- Now click the Template which was placed left to you
- Then Click the Edit HTML > Proceed
- Then you can able to find the following bellow given code
<h3 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’>
<b:if cond=’data:blog.url != data:post.url’>
<a expr:href=’data:post.url’><data:post.title/></a>
<b:else/>
<data:post.title/>
</b:if>
<b:else/>
<data:post.title/>
</b:if>
</b:if>
- Now you want o change the h3 with h1 tag.
- Save it.
Step 2
Now you want to find the bellow given code again,
<h1 class=’site-title’ style=’background: transparent; border-width: 0px’>
<b:include name=’title’/>
</h1>
</div>
<b:include name=’description’/>
</div>
</b:if>
<b:else/>
<!–No header image –>
<div id=’header-inner’>
<div class=’titlewrapper’>
<h1 class=’site-title’>
<b:include name=’title’/>
</h1>
- Now change all the h1 tag into h2.
- And save it
- Enjoy!
This trick will help you to optimize SEO for your blog.Please say your feed back thorugh our bellow given comment box.If you like this article please share this with your friends and subsribe to get many new free tips and tricks for free via email when Triposoft was updated.If you have any tips and tricks means share it with us through Guest Posting at Triposoft.com