Title Remove From Post Title - Blog Title

With some blogs, you will see their page title show up before the article post title so it will look like 'Blog Title : Post Title'. This stops the post being ranked as high as possible on Google and prevents the post being SEO as Google will include your Blog's Title as part of the post which could be nothing to do with the post. Thankfully, there is an extremely easy way to remove and replace the blog's title page from the post title so only the post title appears on Google and other search engines.

  • The first step you got to do is go to dashboard of blogger, design, them edit HTML. Make sure the 'Expand Widgets' button isn't ticked and make sure to back up your template just in case something does go wrong.
  • Then using control + f, find the following:
<title><data:blog.pageTitle/></title>
  • Once you have found that, simply replace it with the following code:
<b:if cond='data:blog.pageType == &quot;index&quot;'>

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

<b:else/>

<title><data:blog.pageName/></title>
</b:if>
And your done! Go ahead and check it out on your blog and you will see that your blog title isn't displayed before the title of the blog post you are viewing. If you have any questions, be sure to comment below and I will get back to you as soon as possible.

Happy Blogging!

0 comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...