| 0 comments ]

BLOGSPOT is less friendly with Google search engine. 
This is because Blogspot shows your blog's name first before your post's title.

So, what you need to do?
Just follow this step ok~


01. Login > dashboard > layout > Edit HTML
02. Ctrl+F to find the following code

<title><data:blog.pagetitle/></title>

03. Delete that code and change it to the following 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>

04. DONE!
05. Try to view any one of your entry and see the post's title is now at the front followed by your blog's name 


You blog is now Google friendly.

Dont forget to backup your layout first~


Do leave me feedbacks. :)

0 comments

Post a Comment

Related Posts with Thumbnails