Saturday, January 29, 2011

How to make Blogger post title more search engine friendly

Default blogger templates are not seen as a search engine friendly. It shows your blogger title first and your post title follows.

Eg: SAJITHA.IN- Airtel Call Home App For Making International Phone Calls

You can replace blogger (blogspot) title with post title for better SEO.

GO to Design then Edit HTML tab and search for this code:

<title><data:blog.pageTitle/></title>

After that, replace it with the following code:

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


Save template.

Now your post title gets more attractive on search engines .

Eg: Airtel Call Home App For Making International Phone Calls - SAJITHA.IN

Thursday, January 27, 2011

Remove Navbar

The Blogger Navbar appears by default at the top of every Blogger-powered blog. You can remove navbar for a better blogger appearance.

Step 1
  • Go to blogger dashboard > design > Edit html > Mark on Expand Widget Templates
  • Find this code   /* Variable definitions
( Tip: Jointly press down both the ctrl key and F key. Copy and paste the above code on search box and it will be highlighted )

Step 2

Copy this code from here

#navbar-iframe {
display: none !important;
}

Paste this code above  /* Variable definitions

Save Template

( Important : Before editing your template, you may want to save a copy of it. The first thing on the Edit HTML page is an option to download a copy of your template to a text file on your hard drive.   )

If want any help please comment here.

Sunday, January 23, 2011

Welcome

Welcome dear members. I will reveal secret blogger codes in next posts.