Friday, 13 January 2012

// // Leave a Comment

Optimize Blog Title for Search engine Result Page




Optimize Blogger post title


The Google, Yahoo, Bing and all the search engines are always look up your blog content title they don't look your blogger name remember always. But how to optimize the blogger post titles and showing only blogger post tile search engine to get more traffic. Peoples are searching Google they will first see the title matching with her search keyword but if your blogger name is arises first then you loose traffic. So what you thinking keep always on your mind to show your content title in Google search to getting more traffic.



Friends your Blogger showing your blogger posts name is Blogger name:Blogger post page name in Google search page. But if you are optimize then it will only show your blogger post page name in Google search page then you get more traffic.

 

How to Optimize Blogger post title in search engine page


:
ptimize Blogger post


  1. Go To Blogger > Design > Edit HTML

  2. Backup your template


Then search below code


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


Replace the above code with below code

<b:if cond='data:blog.url == data:blog.homepageUrl'>
<title><data:blog.pageTitle/></title>
<b:else/>
<title><data:blog.pageName/><b:if cond='data:blog.pageName'> ~ </b:if><data:blog.title/></title>
</b:if>

Now save your template.

Visit your blog and enjoy with more visitors.


0 comments:

Post a Comment