Showing posts with label Blogger. Show all posts
Showing posts with label Blogger. Show all posts

SEO tip - Optimize Blog Title for Search engine Results and increase your traffic

. Tuesday, February 24, 2009
1 comments
  • Agregar a Technorati
  • Agregar a Del.icio.us
  • Agregar a DiggIt!
  • Agregar a Yahoo!
  • Agregar a Google
  • Agregar a Meneame
  • Agregar a Furl
  • Agregar a Reddit
  • Agregar a Magnolia
  • Agregar a Blinklist
  • Agregar a Blogmarks

This trick I found on the internet will optimize your Blogger title and increase your traffic.

1. Search(Ctrl+F) for this code:

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


2. Replace it with this one:

<!-- Start -->

<b:if cond='data:blog.pageType == "index"'>

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

<b:else/>

<title><data:blog.pageName/> ~ <data:blog.title/></title>

</b:if>

<!-- End -->

How to hide/remove blogger navigation bar

.
0 comments
  • Agregar a Technorati
  • Agregar a Del.icio.us
  • Agregar a DiggIt!
  • Agregar a Yahoo!
  • Agregar a Google
  • Agregar a Meneame
  • Agregar a Furl
  • Agregar a Reddit
  • Agregar a Magnolia
  • Agregar a Blinklist
  • Agregar a Blogmarks

The first thing a new Blogger on Blogspot wants do, is to remove the ugly blogger navbar on the Top of the blog. Yes actually I have done it. :D Here is the instruction:

1. Find (Ctrl+F) the line below :

/* Variable definitions


2. Paste this code above it:

#navbar-iframe {

   display: none !important;

}


You did it!

Next