About Me

The Full Story

Hi! I’m Will and I created a passive 5 figure passive income, within 5 years, through SEO and an effective blogging strategy. I share my incites exclusively on Ask Will Online.
Learn more about Me
dark

Remove Blog’s Page Title From Post Title – Blog Title: Post 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:include data=’blog’ name=’all-head-content’/>
<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!
Total
0
Shares

4 Comments

  1. BRIGHT // TOMORROW July 29, 2011
  2. Will Green July 29, 2011
  3. Scott March 11, 2012
  4. Guri Dhiman June 4, 2022

Leave a Reply to Scott Cancel reply

Related Posts