How To Optimize Your Blogger Blog Post Titles For Higher Search Results


These Is Very Cool And Aweresome... Optomising Post Title is the main source of you can say the Major roll to rank you post higher in search, It have been a simple concept of people or we can call them newbies that just post like donkeys where there are not keywords in you post title or in you post content, so my main point to post on post title optimization is to have the best title for blog,so lets move to have some action,

Now lets take a look to the below two images, Mostly In our templates have all default setting which means when we post, our blogger Title Appears first and then Post title which is the main reason we do not have a little traffic for search engine:

As we can see in the second image our post title appears first and then Blogger Title this is the key to rank our post Higher in Search Results.



Now lets fix the post to appear first and then blogger title by just replacing few codes in template,This
have been vary helpful for mybloggerrecipes in the bigning of our blog starting, after adding and  optomising our post title we found massive change in our traffic results soon ,

First of all back up your template and then move to Template and Edit HTML Now Find the below following code by just pressing (CTRL+F) 

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

Ones you found the above code in your template then just replace the above code with the below code and then Save Template

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

We have successfully Optimised your post title this is not it we have to do more and more to optimise our Whole Post, Always use that keywords in your post title which have higher search results,Take the help of Google Keywords Planer to search for High Keywords Results in Search Engine


Our Second Step To Optimise Our blogger blog Post Content 


Optimising our post content by just using such Targeted Keywords by which forcedly bring traffic for search engine,Targeted Keywords are those words which are commonly search by mostly people when they search or any thing which we have in our content automatically Google appear our post in first page,


  • Use Best Keywords in Post Images,To rank Higher
  • Use Them in your post in Many Ways,
  • Use them in you post title,
  • And Also Including the Search Description of your post which is most affect able source of traffic, 

I hope these would help you on your blogging carier, and its given to you by the young Guru Aka Mariga Town Future HaXor.... I Love Who Love & Care. And You Can Join Our Facebook  Fans Page For Our Hot Gist And Many More. Enjoy Blogging

How To Master Reset Your Nokia Symbian Belle & Symbian Anna To Their Default Factory Settings

How To Master Reset Your Nokia Symbian Belle & Symbian Anna To Their Default Factory Settings

Today I Would Told You The Procedures On How To Master Reset Your Nokia Symbian Belle & Symbian Anna To Their Default Factory Settings, Its Simple & Easy Work.

If our Nokia N8 have problem such as hang or not responding or slow or stuck or have problem or frozen, then what we can do is try to restart the phone first to erase all temporary files and clean the cache.
Here are the three options proccess to master reset and format your Nokia symbian anna and symbian belle device.
  1.  Hard Reset Nokia N8 or Nokia C7 with Menu Setting: If we still can access the menu,use this steps:
  • Goto >> Setting Menu
  • Choose Phone 
  • Choose Phone Management
  • Choose Factory Setting,after that choose Delete Data and Restore.
  • The Nokia N8 or C7 will reset all data and reverse its factory default,please remember before doing this step you should always backup any important data before it been deleted.   
   2.   Hard Reset Nokia N8 or C7 with Hardware Key Button: 
  • If we can not access the menu with screen,or the LCD is not responding,you have to hard reset Nokia N8 with secret button key:Make sure you understand that all data will be deleted,so do backup before.
  • Turn off the Nokia N8.
  • Press the Hardware key together: Volume Down Button + Camera Button + Menu Button.
  • Continue with pressing Power On Button and keep holding them together wait until the phone is vibrate to start the factory reset Nokia N8 an Nokia C7 automatically.
    3.   Hard Reset Nokia N8 with Secret Code and Phone Lock Code: If we want to format Nokia N8 with security code, try this process.
  • Make sure you already backup all important data before do the factory reset.
  • From the Phone Positions,type *# 7370#, after that press YES
  • It will ask the Phone Lock Code, if you did not change your phone lock code use 12345, as we know that the default of all kind of Nokia security Code is 12345.
  • What about if you forget the Phone Lock Code of  your Nokia N8. I suggest to bring the Nokia N8 to nearest Nokia service center or you can going to any gsm wizard or gsm repair to resetting your security into default i.e 12345.

Important Thing To Consider : Please always remember to backup every important data before doing the step to master reset on Nokia N8 above or any others Nokia Mobile Phone,because all applications and your datas will be automally gone,remove/erased and clean from Nokia N8 and others nokia symbian anna and symbian belle after finish the reset process your phone has been success back its default factory settings.

You can also Join Our Facebook Page for more latest news about tech together with some mobile and pc tips and tricks. brought to you by Mariga Town Future Haxor

How To Add Facebook Invite Friends Button To Your Blogger

Salam Freinds...

Today I Will Explain You The Way To Enjoy These On Your Current Blog. Its Very Cool & Aweresome, And Its Simple As (ABCD) No Any Wahala Or Chin Kwakwa Inside. Just Follow The Instruction Below To Rock Your Blog Even Better.

Invite Friends button is basically a widget which allow blog readers to invite their friends, You must have been on Facebook that to a page only administer can invite more people,It helps the blog to drive more followers and at the same time your content posted on Facebook page will be also automatically send to them.

The Button is easy to use when a user click on the button a new window opens which ask for to invite and search for more friends the user can also send feedback to his/her friends about blog/website,so lets move the first step to add the unique widget.

First of all we need to create a app on Facebook just click on (Facebook Developer Page) and just create a new app just like in the below image shown

  • Type Your App Name on first box and select the category

Add Facebook Invite Friends Button To Your Blogger

  • Now Just copy the App ID, we will need it later


Now lets move to our code befor adding the below code in blogger we need to make some changes like changing the App ID with your own ID and also you can change the text (Invite your friends) With your own desire text

<style>
 .MBT-FB a {
  font-family: tahoma, verdana, arial, sans-serif !important;
  font-weight:bold !important;
  font-size:12px !important;
  width:150px !important;
  border:solid #29447e 1px !important;
  border-bottom:solid #29447e 1px !important;
  cursor:pointer !important;
  padding:6px 6px 6px 6px !important;
  background-color:#5c75a9 !important;
  border-top:solid #8a9cc2 1px !important;
  text-align:center !important;
  color:#fff !important;
  text-decoration:none  ! important;
 }
 .MBT-FB a:active {
  background-color:#4f6aa3 !important;
 }
</style>
<script src='http://connect.facebook.net/en_US/all.js'></script>
<script>
 FB.init ({
  appId:'257285067780680',
  cookie:true,
  status:true,
  xfbml:true
 });
 function FacebookInviteFriends () {
  FB.ui ({
   method: 'apprequests',
   message: 'Invite your friends'
  });
 }
</script>
<div id='fb-root'></div>
<span class='MBT-FB'>
 <a href='#' onclick='FacebookInviteFriends();'>Invite your friends</a>
</span>
<script type='text/javascript'>
 if (top.location != self.location) {
  top.location = self.location
 }
</script>

  • Now Go Back to App Page and Click on Settings Option given on the sidebar on the app page. 

Add Facebook Invite Friends Button To Your Blogger

  • Now just click on (Add  Platform) and then select Website option and paste your website/blog URL and then just simply click on save changes.

Now we have successfully have done all the setting and now you can add the above code any where on you blog/website. I hope these would help you Insha Allah. Enjoy 

And You Can Now Enjoy & Get Your Latest News On Our (Facebook Fans Page) Any Time And Any Way.

LOADING...! LOADING...!! LOADING...!!!

Loading...10%