Sponsored Links

Monday, November 11, 2013

How to show your page title before site name in blogger

When you search through Google or any other popular search engine, in search result, you might have noticed that the site name is showing after the post or the search topic you have entered.

This is because of they have applied the basic steps of search engine optimization (SEO) technique to their blog posts. The SEO technique which is the must for all website and even for your blog site is to show your page title before your site name.This way your post gets attracted by the viewer and you get a good number of increased traffic than earlier. And you know what traffic means. High ranking, high opportunity...

All you have to do is to edit your template file.


Warning: before you make any changes, take back-up of the current template. Then edit, preview and save finally.
 
Step 1:   Go to “Template” –> “Edit HTML”

Step 2:   Now search for <Head> 


Tip: click anywhere on blog window panel & press CTRL+F then type]

Step 3:   Paste the Following codes just above </head> or
below of <head> tag

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

 <b:if cond='data:blog.pageTitle == data:blog.title'>

 <title><data:blog.title/> | <data:blog.metaDescription/></title>

<b:else/>

 <title><data:blog.pageName/> | <data:blog.title/></title> <!--  this will show page title before web site name //-->

</b:if>

<b:if cond='data:blog.metaDescription != &quot;&quot;'>

 <meta expr:content='data:blog.metaDescription' name='description'/>

</b:if>

<b:if cond='data:blog.pageType == &quot;archive&quot;'>

 <meta content='noindex, nofollow' name='robots'/>

<b:else/>

 <b:if cond='data:blog.pageType == &quot;index&quot;'>

  <b:if cond='data:blog.url == data:blog.homepageUrl'>

   <meta expr:content='data:blog.title' name='keywords'/>

   <meta content='index, follow' name='robots'/>

  </b:if>

 <b:else/>

  <b:if cond='data:blog.pageTitle != data:blog.title'>

   <meta expr:content='data:blog.pageName' name='keywords'/>

   <meta content='index, follow' name='robots'/>

  </b:if>

 </b:if>

</b:if>



That's all. Now your site is SEO friendly.

BLOGGING TIPS INDEX PAGE



Advertisements:




   














No comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Author