Remove Blogger Title From Post Title

Hello friends, welcome to the Blogger For Fun tutorial today I will show you how to Remove/Delete Blogger Title from Post Title in Blogger. When we search the Blogger Blog post in Google Search Engine, then we see the Google search area the post title with the Blogger title Name.

This case my Blogger Blog post title is very long and the long title removes by Google search engine, so today we learn about how to Remove/Delete Blogger Title from Post Title in Blogger.

These are Following Steps:
Step 1: Go to Blogger click Template then click Edit HTML link.


Step 2: Find the “<title><data:blog.pageTitle/></title>” and replace the Code.



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


Step 3: Click Save template button.





<title>
<b:if cond='data:blog.pageType == &quot;index&quot;'>
<data:blog.pageTitle/>
<b:else/>
<b:if cond='data:blog.pageType != &quot;error_page&quot;'>
<data:blog.pageName/>
<b:else/>
Page Not Found | <data:blog.title/>
</b:if>
</b:if>
</title>


I hope you enjoy this trick. If any problem comment it.

Post a Comment

0 Comments