By default, the Blogger blog (i-e blogspot.com)will show the blog title (e.g "QualityPoint Technologies") at first and then it will show the actual post title in the Title bar.
But it will be good for both Users and Search Engines to have the Post Title at first.
We can make this change by following below steps.
1. Go to Layout->Edit HTML in the blogger.
2. Take backup of the template.
3. Find the below code
<title><data:blog.pageTitle/></title>
and replace with below 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>
Now Title for each post will look be in below format.
Posttitle|BlogTitle
Search Results also will follow the same format.
More Articles...
1 comment:
Use Information for me...
Post a Comment