Currently Blogger default method of displaying posts title in search engines is First Blog Title - Then Post Title
This does not look nice for visitors when they see your site in searches with above method. They usually skip sites with confusing title because blogger default templates are displaying your blog name before every title of your post in search engines.
For example: Kitchen blog - Cooking for dinner, Kitchen blog - How to have a quick meal, Kitchen blog - Server something special today.
Kitchen blog is blog title, cooking for dinner etc are post titles. This is default way of blogger templates to show your titles in search engines.
If you want to tweak your blogger blog title then do the following. It will change [Blog title]: [Post title] to [Post title first]: [Blog title at end]
To apply this tweak to your blog:
Go to Template, Edit HTML and tick Expand Widgets
Find this code:
<title><data:blog.pageTitle/></title>
And replace it with the code below:
<b:if cond='data:blog.pageType == "item"'>Save. Your new changes will take effect in search engines within few days.
<title><data:blog.pageName/> :
<data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>
This comment has been removed by the author.
ReplyDeletepehli choti wali HTML dhondni hay template say aur phir dosri ziyada wali uske jagah rakhni hay aur Save.
ReplyDeleteis html lagane se kiya aaega
ReplyDeletebrowser title aur searches main blogspot ka pehlay blog name ata hay phir post ka name, is html code say pehlay post ka name ho jayay ga aur baad main blog title
ReplyDeletejesay
Aziz blog - Karachi news
Karachi news - Aziz blog
agar Aziz blog title ho to aisay difference hoga.
I applied on http://www.urhabib.com, Thanks you my dearest aaqil!
ReplyDeleteMy pleasure
Delete