newj

Tuesday 30 December 2014

How to optimize post titles for seo in blogger Latest Formula

Now a days bloggers are in a competition with each other for traffic, but only few are able to get alot of traffic. Previously I've shared a post( How to increase your blog traffic / seo tips 100% working) in which I shared many tips for seo(search engine optimization), today I amback with a new seo trick which makes your blog post titles fully optimized for seo and helps you to increase your blog traffic. 
In this post you will learn how to optimize post titles for seo in blogger, so follow few steps below for seo optimization:

(1). Go to blogger and login to your blogger account.

(2). Click Template and Edit html.

(3). Click anywhere in the template and use Ctrl+F on your keyboard.





(4). Find <h2 class='post-title entry-title' itemprop='name'> if you don't find then find thiscode <h3 class='post-title entry-title' itemprop='name'> 

(5). Replace h2/h3 with h1 in the above code and after that scroll a little down and find</h2> or </h3> and replace it with </h1>. New code should look like below code:

<h1 class='post-title entry-title' itemprop='name'>
<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>
</h1>

</b:if>

(6). After following step 5 try step 4 again by searching <h2 class='post-title entry-title' itemprop='name'> or <h3 class='post-title entry-title' itemprop='name'> and replace h2/h3with h1 and scroll down again and find </h2> or </h3> and replace it with </h1>. New codeshould look like:

<h1 class='post-title entry-title' itemprop='name'>
<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>

</h1>

(7). Click Save template and you are done successfully!

Thanks for visiting 101Helper, visit again for more seo tips and tricks. Follow and subscribe toget latest news, if you have any problem related to this post leave a comment below.

No comments:

Post a Comment

Followers