Blogger Blog Not Appearing in Search Results
You are started a Blogger blog,
posted quality articles but still don't find it in the search results? Well,
there might be enough reasons why its not showing up in Serps. One of the most
common reasons is that none of your post titles appear completely in search
results. Blogger blogs are configured in such a way that your blog title
appears before the post title. That means, your post title is being truncated
in Serps which results in either your posts being less ranked or not ranked at
all.
So how to make post titles appear before the main title?
Here's how:
1. Login to your Blogger account
2. Go to Template - >Edit HTML and then Click on "Proceed".
3. Find the following code:
So how to make post titles appear before the main title?
1. Login to your Blogger account
2. Go to Template - >Edit HTML and then Click on "Proceed".
3. Find the following code:
<title><data:blog.pageTitle/></title>
4. Replace it with this code:
<b:if cond='data:blog.pageType
== "item"'>
<title><data:blog.pageName/>
| <data:blog.title/></title>
<b:else/>
</b:if>
5. Save your Blogger template and off you go...
Note: Backup Template Before Edit HTML.
Since search engines need time to re-crawl your blog, you
may not see the changes immediately. But once they are re-indexed, you will
definitely see a jump in search rankings. So, try this method and see the
difference. Thanks......





