Monday, December 2, 2013

// // 1 comment

How To Add SEO Friendly Blog Post Title

How To Add SEO Friendly Blog Post Title

Today i am going to share to share how to add a search engine friendly blogger blog post title and blog title. Default blog title and post title are not SEO friendly. The Page title is the most important element in your blog in terms of higher ranking in search results. Here is one example blog post title first and after blog title.

How To Add SEO Friendly Blog Post Title


Google only displays 70 characters on Google search results and in case of Yahoo display bit more.So your blog posts will not display or you will not get as much rank in Search Results.

Follow These Steps:


  • Goto blogger dashboard
  • Template >> Edti Html
  • Now find this code
<title><data:blog.pageTitle/></title>
Replace the above code with the following below code.

<b:if cond='data:blog.pageType == &quot;index&quot;'>
<title><data:blog.pageTitle/></title>
<b:else/>
<title><data:blog.pageName/> - Info Blog Maz</title>
</b:if>

Replace the red blog text with your own blog title
Now save the template you have done if you need any help please leave a comment below stay tuned.

1 comment:

Confused? Don't hesitate to ask We love to hear your feedbacks and suggestions. We will try our best to reply to your queries as soon as time allows.

Note: Please do not spam. Those type of comments will be deleted upon our review.