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

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


 Do you want show blogger post title first in search result? If your post title show first visitor will know something to see search result. So, they will not jump to others site. It will confirm you more visitor. To do just follow the below steps:



1. Login to your Blogger Account.

2. From Dashboard >> Tamplate >> Edit HTML >> Proceed.

3. Don't forget to backup your template first.

4. Check the Expand Widget Templates box.

5. 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>

6. 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>

7. 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. Anda bisa bookmark halaman ini dengan URL https://msr-site.blogspot.com/2013/03/show-blog-post-title-first-on-search.html. Terima kasih!
Ditulis oleh: Unknown - Friday, March 29, 2013

Belum ada komentar untuk "Show Blog Post Title First on Search Engine || SEO Tips"

Post a Comment