To change or remove blog title from post title blogger which is shown in the search results and on the tab in browser you need to find the following line in the head section of your blogspot template code
In this post we will learn how to remove blog title from post title
1) open your dashboard
2)Go to themes,Backup the theme by downloading xml file.
select edit HTMl
3) Press Ctrl+F to find below code
<title><data:blog.pageTitle/></title>
4) Replace above code with the following
<b:if cond='data:blog.pageType == "index"'>
<title><data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/></title>
</b:if>
5) Save theme
Congratualations you have done.
You can check in browser, only post title is shown without blog title.
remove blog title from post title in blogger
(how to remove post title in blogger)
With the help of replaced code your blogspot blog titile will only display on homepage and the post title will be shown in search results without your blog title.
When you will remove blog title from blog post then it will improve search ranking,seo of the blog.
Find below code and try this one if above doesn't worked for you, Please comment me your problems
<title><data:blog.pageTitle/></title>
Replace it with
<b:if cond='data:blog.pageType == "item"'>
<title>
<data:blog.pageName/> </title>
<b:else/>
<title>
<data:blog.pageTitle/>
</title>
</b:if>
An alternative code if you want to display the blog title after the post title (in [Page name] | [Blog title] format)
<b:if cond='data:blog.pageType == "item"'>
<title>
<data:blog.pageName/> |
<data:blog.title/>
</title> <b:else/>
<title>
<data:blog.pageTitle/>
</title>
</b:if>
how to remove post title in blogger
remove blog title from post title in blogger
how to remove blog title in blogger
how to remove blog name from page title in blogger
how to remove post title in blogger
0 Post a Comment: