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 == "index"’>
<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.
hello, im tryung to work out whether i can remove the image form the different pages on my blog, but keep them on the homepage?
I am using a photo instead of text for my blog title but only want it on the homepage…
Im really new to this so please forgive me if i am being ignorant but i ccant work it out! was looking for some code, found you and though maybe you can help…
Thank you in advance for your comments!
Hi there,
Do you want your blog title (being an image) to appear on your homepage but not on other pages or do you want a separate picture (as a gadget) to appear on your homepage but not on other pages?
Will
Hi,
So can I just remove…..
–
From the default?
Thanks
Recently I copied the code given inside your post and implemented it inside my blog. Let’s see what result comes out in 2-3 days.