Showing posts with label blogspot. Show all posts
Showing posts with label blogspot. 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!

Add meta keyword to blogspot and Increase your traffic

.
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

Meta keywords are very important to optimize your website search ranking. Search engines use meta keyword to filter sites for the search result. If your keywords are bad, your search result will be low and the internet user can't find your site.

As Blogspot user you have to add the meta data manualy. Wordpress user can install one of the most Meta-Plugins.
In this post I show you how to add the meta keywords for Blogspot.

1. sign in to blogger; at Dashboard, click "Layout" tab; then click "Edit HTML".

2. Search (Ctrl+F) this code :


<b:include data='blog' name='all-head-content'/>


3. Copy the lines below and paste it unter the line we found on step 2:

<meta content='DESCRIPTION' name='description'/>

<meta content='KEYWORDS' name='keywords'/>

<meta content='AUTHOR' name='author'/>


4. Replace the words in red with your own content.

Next