Hi bloggy readers,
As many of you know that usually, Google will always process the searches using the relevant keywords that being typed by the users. For example, if some user type the sentence: "How to be a businessman" in Google, Google will automatically give the result using the relevant keywords (meta tag analyzer) above. So if you give the title of your blog as "All About Finance", in the Google result page, the result of your meta tag analyzer of our blog should look like this
All About Finance: How to be a businessman?
For some reasons, that could lead to some bad problem on your blog, especially on the amount of traffic to your blog. By using the default configuration of meta tag analyzer, your Blog Name will be shown first, before the Post Title.
So how exactly to make our Post Title to be shown first, instead of the Blog Name, in order to make it easier for Google to find our post? Where in the result pages, our blog title will look like this:
How to be a businessman: All About Finance
Okay then, without much longer explanation, read on to find out more about configuration of meta tag analyzer for Blogger blog.
1. Log in to Blogger
Now go to Blogger.com and in the log in to your account.
2. Go to Layout
In the Dashboard, pick one of your blogs you're about to customize and click the button Layout/Design. By pressing the Layout/Design button, you will enter the Layout mode. In this Layout mode, you can configure the layout and widgets on your blog.
3. Edit HTML
In the Layout/Design page, there are 3 sub-tabs regarding the configuration of your blog. Now pick Edit HTML sub-tab.
4. Find the head code
By pressing the Ctrl + F buttons on the keyboard at the same time, you will enter the search/find mode. Now find the code below (To help you finding this code below, i'll give you a hint. The code can be found on the very top position after <head> code):
5. Replace the code
After finding that code, now replace that meta tag analyzer code using the code below:
<title><data:blog.pageTitle/></title>
<b:else/>
<title><data:blog.pageName/> ~ <data:blog.title/></title>
</b:if>
6. Save the change
By pressing the Save Template button on the bottom position, you can now save the current change.
7. Wait the process for about 1 week
Now the last thing you need to do is to wait for about 1 week or more because indexing the new configuration of your meta tag analyzer will take time. After that, you can see the result in the Google by typing this code:
![]() |
Good luck bloggy!





3 comments:
Thanks !
Thanks boss :)
But what about removing "data:blog.title" from the 4th line
leading to appearance of topic title only? is there a problem?
To Dr. Ibrahim,
Removing the "data:blog.title" from the 4th line of this meta tag will not do any harm to your blog meta tag, it will only delete the "Blog Title" from the post page meta tag. It's actually a good idea if you don't want to burden the title of article in the SERP's with bunch of unimportant letters, or in this case, Blog Title. So, no, there is no problem with that.
But, if you are still worried that it might cause any problem to your blog, you better find other solution on other bloggers, to give you a better understanding. or maybe you can check some famous blog by clicking the right click of mouse, and then, opt for the "View Page Source" to look how they set the meta tag of their blogs, especially on the title part.
Thanks anyway for the useful question.
Post a Comment