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:

 

image

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)

image

It’s different, right? You will see that post title is before blog title. Why so? Because Kang Rohman has customized the blogger meta tag title. This way makes our blog easily crawled by search engine robot. Below is the screenshot of searching result my blog  in google.com with the keyword Blogspot Tutorial:

If you are interested in customizing blogger Meta tag title, follow the steps below:
Log in to blogger with your ID
Click Layout.
Click Edit HTML.
Find this code (almost at the upper side, so don’t scroll down too far)

<title><data:blog.pageTitle/></title>
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>

Click Save Template
Done

If you have followed the steps, I hope your blog will be easily crawled by search engine bots.

To be noted, what you have done as above, will need several days when search engine accepts the change and customization of your blogger Meta tag title.

1 comments:

  1. this good
    http://www.downtr.net/grafik_indir/page/2/

    ReplyDelete

 
Top