SOCIALIZE IT →
|
Tweet |
We should care of our post titles and while other heading tags are correct at their sides. We have to change the post title tag , H3 to H2. After optimizing post title you will need to wait a week till the crawler update their history and soon you will get the traffic from search engines. So friends what are you waiting for let's optimize our post titles for better SEO.
- Also Read : Show Post Title First In Search Results
Optimize Post Title Using H2 Tag
- Go To Blogger >> Template >> Edit Html
- Tick "Expand Widget Templates"
- Find For The Following Or Similar Coding
<h3 class='post-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>
</h3>
- Now you have to change heading tags h3 to h2 which are placed at the beginning and in the last.
- After making changes your post title code will look like the following or similar coding.
<h2 class='post-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>
</h2>
- Click Save Template & You Have Done !
- Don't Miss : Add Google Plus Followers Widget In Blogger
0 comments: