Wednesday, January 29, 2014

How to add SEO friendly Title to Blogger

In order to higher ranking in search engines the Page title plays an important role in your blog.
Below figure is an example



 Follow below steps:
  •  Go to template then click Edit HTML.
  • Press Ctrl+F and find this code  " 
<title<data:blog.pageTitle/></title>".
  •  Replace the above code with the following codes: 
 <b:if cond='data:blog.pageType == &quot;index&quot;'>
  <title><data:blog.pageTitle/></title>
  <b:else/>
 <title><data:blog.pageName/> All about blogging</title>
  </b:if>
  • Replace the blue text by your blog's Name.
  • Now you have done.




 

    3 comments: