Showing posts with label more visitors. Show all posts
Showing posts with label more visitors. 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 -->

Next