RSS Subscription

Subscribe via RSS reader:
Subscribe via Email Address:
 

Show Blog Post Title First on Search Engine | Blogger Tips

Posted By laxmi On 6:01 PM Under
Normally If you put any template your Blog title appears first followed by Blog post title in search engine and it decreases your blog traffic.

For example, your blog title is "computer-mobile-internet-utility-blog" and blog post title "how to speed up internet ". If anybody search for this post , he may see this post in search engine like this:


computer-mobile-internet-utility-blog : how to speed up internet

So visitors will not get any idea about your blog post content after seeing this headline. As a result no of visitors will decrease though search engine may ranked your Blog post on 1st page. I think now it would be clear that why to show the blog posts title first.

Below is the procedure to solve this problem

Step 1: Login to Blogger.com

Step 2: From Dashboard select Layout then click on Edit HTML.

Step 3: Then search for this tag"" . Normally it is located in section and search for this code.

<title><data:blog.pageTitle/></title>
Now If you want to Show Blog Post Title First + then Blog Title, replace <title><data:blog.pageTitle/></title> tag with the following code.

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

I hope this trick will help you to drive more traffic to your Blogs or Websites. It also increases SEO of your Blogger Blog. Post a comment if you have any query. Thanks a lot !!
!!

Post a Comment