How To Remove Blog Name from All Post Titles
This topic has been covered many times on the Internet, but bloggers don't to pay much attention to it. Each time I share my blog post in Facebook /Twitter, my Blog Title in the Post Title will appear Example: InfoTech | World Of Technology: How To Remove Blog Name from All Post Titles and according to the experts, repeating your Blog title in every post is bad for SEO. So i turned to google for help and here is what i found.
Note: This process will not remove your Blog title entirely from Dashboard >> Settings.
How to Remove Your Blogger Name from All Posts
1. Login to the Blogger Dashboard and navigate to Template >> Edit HTML
Using CTRL + F, Search <title><data:blog.pageTitle/></title>
Using CTRL + F, Search <title><data:blog.pageTitle/></title>
2. Replace the code above with this one:
<b:if cond='data:blog.pageType == "index"'> <title><data:blog.title/></title> <b:else/> <title><data:blog.pageName/></title></b:if>
3. Save changes Made.
That's All
That's All
Note: This process will not remove your Blog title entirely from Dashboard >> Settings.
I hope this info helps? Feel free to share this post with your friends using the like/share buttons. If you got any problem with the above guide, then don't hesitate to let us know via the comment section.
Post a Comment