Blogger Blog Not Appearing in Search Results?

blogger searchStarted a 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.

 

How to make post titles appear before the main title in Blogger?


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:

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

4. Replace it with this code:

<b:if cond='data:blog.pageType == &quot;item&quot;'>
<title><data:blog.pageName/> | <data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>

5. Save your Blogger template and off you go...



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.