Remove Blog Title From Post Title in Blogger - Easy Steps

In This Post, I am going to explain how to remove blog title from post title, it is very important to remove it because if you have long it will effects your post SERP (Search Engine Result Pages) and it will be called duplicate title in all posts, so its better to remove it.







Go To Your Blog > Edit Template and Search for code below:


<title><data:blog.pageTitle/></title>

Now replace the above code with the code below:




<b:if cond='data:blog.pageType == &quot;index&quot;'>

<title><data:blog.title/></title>

<b:else/>

<title><data:blog.pageName/></title>

</b:if>


You'r done, Save Your Template.

If you want to see is it working or not then open your post and right click on the page and click on view page source see the title of your post if the title of the post is same as you write then its working but if there is first blog title then post title it means it is not working.

if anybody do not understand anything feel free to comment.



No comments:

Post a Comment

Please Don't Put Any Kind of Link in Comments, If you do we will delete it