We often see in many Blogger Blogs that Blog title is included along with Post title in the search result or any where you Paste the Blog post Link. Before some days i had written a post for How Blogger’s Blog post title comes first and Blog title Later. But this tutorial will help to them who just want to show only post title in Search result or at the Social places.
Blogger title along with Blogger positle |
Show post Title only for Blogger Post :
- Login to Blogger Dashboard
- Click on Template
- Now Click on Edit html
- Press Ctrl+F and find the below line
<title><data:blog.pageTitle/></title>
- Replace the above line with the following line of code
<b:if cond='data:blog.pageType == "item"'>
<title><data:blog.pageName/></title> <b:else/> <title><data:blog.pageTitle/></title> </b:if>
Click on save That’s it.
Related Post : Prevent Blogger Blog from Country Specific redirection.
Mazino says
I have tried it so many times on custom templates but seem not to work.
I think I will try yours.
When I share a post on facebook, the blog title appear before the post title.