Show Blog Post Title First on Search Engine | SEO Tips For Blogger

 

undefinedIf your Blog title appears first followed by Blog post title in search engine ,then just keep reading the post to solve this problem. Before going to solution, I will explain you how this event can make a bad effect on your Blogs or sites traffic.
For example, your blog title is " Latest Blogger Tips and Tricks" and blog post title "Show Blog Post Title First on Search Engine ". If anybody search for this post , he may see this post in search engine like this:
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 all of you understand the importance of this post now.
Now come to solution. You can do two things:
Blog Post Title+Blog Title
Only Blog Post Title
Determine which one you will follow. I prefer second one (Only Blog Post Title). But I will show you the both process.

Step 1: Login to Blogger.com

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

Step 3: Then search for this tag

 <data:blog.pageTitle/> 
.
Normally it is located in "head" section.


 <head>  <b:include data='blog' name='all-head-content'/>  <title><data:blog.pageTitle/></title> 


  Now if you want to show only Blog Post Title then replace the above tag with following code:


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


Or If you want to Show Blog Post Title First + then Blog Title, replace the 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. 
Anda baru saja membaca artikel yang berkategori SEO Tips dengan judul Show Blog Post Title First on Search Engine | SEO Tips For Blogger. Anda bisa bookmark halaman ini dengan URL https://msr-site.blogspot.com/2013/03/show-blog-post-title-first-on-search_4106.html. Terima kasih!
Ditulis oleh: Unknown - Friday, March 29, 2013

1 Komentar untuk "Show Blog Post Title First on Search Engine | SEO Tips For Blogger"

  1. Wow.. very nice and great tip. Thank you so much for this. I hope its very useful for my blogs.
    SEO Services Ajmer

    ReplyDelete