Monday, October 22, 2012

How to remove Blog Name from Blog Title in Blogger

,

Pin It Now!



All blog posts have your blog name in their titles which can become a hurdle for search engine visibility,thus decreasing your blog's ranking,reputation and traffic.This problem can be easily by editing the HTML part of your blog with the help of a code.


Here is the method to remove blog name from blog titles.


1. Go to your blog's dashboard.
2. Select Template and click Edit HTML and then click proceed.
3. Now search the following code:


<title><data:blog.pageTitle/></title>
    
    and replace it with the following code

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

4. Then click Save template and then close.

Blog name has now been removed from the blog title.

Do send your suggestions and comments.





Subscribe To Get FREE Updates!

Thanks For Making This Possible! Kindly Bookmark and Share it.

Technorati Digg This Stumble Stumble Facebook Twitter
 

Tips and Tricks Center Copyright © 2013