Does changing the blog name/description (in Blogger) have any effects on search?

Rajesh K
Rajesh K
from Chennai
10 years ago

Recently, I changed the name of my blog from 'Solar Wind Hydro Energy' to 'Renewable Energy'. I also changed the description of the blog (my blog is hosted in Blogger).

Immediately afterwards, I see a considerable drop in search traffic (not that it was huge already, but still..). Do you think the name change might have resulted in this? 

Also, I want the new name to be the de-facto in future. So, are there any tips to get this change accepted sooner by Google? 

When I search for any individual posts in google, the search results are displayed in this format - Blog Name | Post Title. Can I avoid the blog name getting in the front (In SERP), so that the title keywords get the precedence? Pls remember I am on Blogger. 

Any tips/help would be highly appreciated. Thanks...

Replies 1 to 3 of 3 Descending
Ranjith
Ranjith
from hyderabad
10 years ago

When I search for any individual posts in google, the search results are displayed in this format - Blog Name | Post Title. Can I avoid the blog name getting in the front (In SERP), so that the title keywords get the precedence?

In your template, search for

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

Replace with

<b:if cond='data:blog.pageType == "index"'>
 <title><data:blog.title/></title>
<b:else/> 
<title><data:blog.pageName/> | <data:blog.title/></title> />
</b:if>

Do you think the name change might have resulted in this? 

Answers given by different people will differ for this question. I think that it will have an effect to a certain extent, because the blog name appears on every page, which tells Google that the blog is about that topic.

Look at your Google Analytic report and see the keywords which bought traffic to your site before you changed your blog title and after you changed it. Based on that, you can tell whether the title change had an effect.

 I want the new name to be the de-facto in future. 

Think about the long term rather than the short. So, stay with the new name.

So, are there any tips to get this change accepted sooner by Google? 

As far as I know, there are none.

Vijay Prabhu
Vijay Prabhu
from Mumbai
10 years ago

DvD it effect the Google Indexing for a week or so till it normalises 

Rajesh K
Rajesh K
from Chennai
10 years ago

Thanks for your replies.

@Vijay Prabhu. I guess I will wait for sometime then... 

@Ranjith: Thanks for your help with the code, but I am not sure if I want to go ahead with it. After all, I am tampering with the default Blogger settings, which might not be that good an idea. I will think about it for sometime and then I will decide... Thanks anyway... 

Ranjith
from hyderabad
10 years ago

According to me, the ordering of words in the title tag shouldn't make much difference.

Laughing

Vijay Prabhu
from Mumbai
10 years ago

Sorry I spelt your name wrongly before Innocent DI, you can add the code Ranjith has given, it actually helps the Google bots to find your blog and list it by article rather then by blog nameSmile


LockSign in to reply to this thread