According to SEO ( Search Engine Optimization ), a good template is done by placing the code of post title before the code of blog title. So, how about blogger template? In default, a blogger template is obtained by 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,see example below:
You can see that blog title is before post title, and it is not good for the crawl of your blog by the search engine bot. Compare with my blog that has been modified (click one of the title post of this blog)
It’s different, right? You will see that post title is before blog title. Why so? I have customized the blogger meta tag title. This way it makes your blog easily crawled by search engine robot. Below is the example of searching result in google.com with the keyword Casio calculator :
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
Note:
It needs several days Search engine accepts the change and customization of your blogger Meta tag title.
No comments:
Post a Comment