How to Optimize Blog Post Titles For More Traffic

If you are looking for ways to SEO Optimize your Blogger Blog titles for higher search results, you are right place :). Today we will discuss a simple hack to increase traffic by optimizing Blog and Post titles in Blogger.This will help you get organic traffic from Google,Yahoo and other search engines.

Now lets discuss what we are going to do in this hack and why. By default Blogger Post tiles published like Blog title followed by Post title. In this form the name of Blog holds more importance as compared to Post title. And i am sure you all will agree for you the Post Title is more important as it has keyword associated. So you need to change the way it shows in search results. In this hack we will change the default settings and make Post tile come first followed by Blog Title. This one step will increase the traffic from Google drastically, within a week.


1.Login to your blogger account
2.From your Dashboard opt for Layout
3.Now choose Edit Html
4.You will see your template code there. Please take the back-up of your template.
5.In that template code find
<title><data:blog.pageTitle/></title>
and replace it with
<b:if cond='data:blog.url == data:blog.homepageUrl'>
<title><data:blog.pageTitle/></title>
<b:else/>
<title><data:blog.pageName/> ~ <data:blog.title/></title>
</b:if>

6.Now Save the Template.

7.After saving the template take a look at your blog post pages and your will notice the change in title's in your browser's title bar.

So go ahead Optimise Blog Title For Search Engine Results And Increase Visitors :)

Read More :-
How to Remove Subscribe to: Posts (Atom) Link in blogger ?
How To Remove The Blogger NavBar ?

How to Take the Back-up of your Blogger template

As we will be discussing about various SEO techniques and other hacks for Blogger Blogs on this Self SEO for Blog, I thought lets just share a basic yet very important aspect. "Taking the Back-up of Your Blogger Template". As we will be making changes in the template quite often its advisable to take the backup of the template so that if anything goes amiss we can revert back the settings.
 Blogger template back-up steps
Back-up of your blogger template
Steps of Creating the Back-up of Blogger Template
1)  Login to your Blogger profile
2) Click on Design of your Desired blog
3) Go to Edit HTML option
4) In Backup / Restore Template option click on Download Template.
5) You are done xml file of template is stored on your hard-disk.


How to Remove Subscribe to: Posts (Atom) Link in blogger ?


Easy Way To Remove Subscribe To Posts Atom Feed Links

I am Sure most of the Blogger users might have seen "Subscribe to: Posts (Atom)" link. And if your are looking for ways to hide it or delete this link you are at correct place. Here I am going to show how to delete this Subscribe link easily.

1)  First login to your Blogger Dashboard.
2)  Click on 'Design' option, of the particular blog.
3)  Go to Edit HTML option
4)  Select Expand Widget Templates.
5)   Now search for following code

<b:include name='feedLinks'/>

6)  Delete the above code.
7)  Save the template. Your are done with deleting Subscribe to: Posts (Atom) Link :)

Read More:-
How To Remove The Blogger NavBar

Remove Navigation Bar From Blogger Blog

How To Remove The Blogger NavBar

If you are looking ways to hide that Blogger banner from your blogspot blog let me tell you, you are not alone. Many blogger complain that it looks bad and they are not able to remove it using elements page i.e. Dashboard >> Design page. So lets start our SEO for Blog by removing that banner and making our blog look more professional.

Simple steps to remove or hide Navbar in Blogger template :-
1)  First login to your Blogger Dashboard.
2)  Click on 'Design' option, of the particular blog.
3)  Now go to your 'Edit Html' option
4)  Find the following code

<b:skin><![CDATA[

5)  Now just below it Copy-paste the below given code

#navbar-iframe {
height:0px;
visibility:hidden;
display:none   }

6)  Save the template. Your are done with your Navbar Hack :)


Remove Navigation Bar From Blogger Blog