To make your title post more SEO friendly is very simple. First login to your blog of course, go to design, Edit HTML.
Check 'expand widget template' and backup your template, to restoring if you do some mistake.
Find code
<title><data:blog.pageTitle/></title>
with hold Ctrl + f and copy the code..
After you find the code, replace it with this code
<b:if cond='data:blog.pageType == "index"'>
<title><data:blog.pageTitle/></title>
<b:else/>
<title><data:blog.pageName/> ~ <data:blog.title/></title>
</b:if>
Click preview to view your blog, if it works and no mistake, save template and it finish ..
it's very easy, isn't it? :)
Hope it work and make your blog can visit by many visitor.
No comments:
Post a Comment