Wednesday, August 24, 2011

Customizing Blogger Meta Tag Title

One that makes our blog crawled easily by Search Engine bot is by installing the Meta tag on our blog template. According to SEO ( Search Engine Optrimization ), a good template is placing the code of post title before the code of blog title; how about blogger template? By default, blogger template is placing the code of blog title before the code of post title.
To prove that blogger template places the code of blog title before the code of post title, please click the post title of your blog and see the upper of your browser, and then you will see it as the example below:
blog-title
You can see that blog title is before post title, and it is no good for the crawl of our blog by the search engine bot. Compare with my blog that has been modified (click one of the title post of
 this blog)


post-titlepng 

If you are interested in customizing blogger Meta tag title, follow the steps below:
  1. Log in to blogger with your ID
  2. Click Layout.
  3. Click Edit HTML.
  4. Find this code (almost at the upper side, so don’t scroll down too far)
    <title><data:blog.pageTitle/></title>
  5. Remove the code and change with this code:
    <b:if cond='data:blog.pageType == "item"'>
    <title><data:blog.pageName/> | <data:blog.title/></title>
    <b:else/><title><data:blog.pageTitle/></title>
    </b:if>
  6. Click Save Template
  7. Done
See How To Get More Traffic To Your Blog

0 comments:

Post a Comment