This is called "Blogger/blogspot Title Swapping". Swapping blogs title can help boost your position in search engine results page listing and also increase clickthroughs. From an SEO (Search Engine Optimization) perspective, page title is the most important element in your blog in terms of ranking well in search engines. If you look at your browser's title bar you will notice that Blogger's default templates display your blog title in front of each page or post title. 
So page title would normally be displayed as: 

 After swapping the blog title, it will be appearing like this:


This kind of placement will be also appearing in google search results. The reason why you should put post titles at the beginning is because users are more likely to search for specific post content rather than the actual name of your blog. So having the post titles at the beginning increases your chances of being found.

How to optimize blogger post titles

Step 1. Log in to your Blogger Dashboard and go to Template > Edit HTML


Step 2. Check the "Expand Widget Templates" checkbox


Step 3. Find (CTRL + F) this code:

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


 Step 4. Replace the code above with this one:

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



Step 5. Click Save Template and you are done. 


blogger tricks, blogger tutorial, SEO

Optimize H1,H2 & H3 heading tags in Blogger.

Optimize heading tags in Blogger h1 h2 h3
Heading tags are a way of organizing and prioritizing content in a HTML document. There are 6 heading tags - H1(the most important one) to H6(the lease important one). Among these six tags,H1 tag is the most important tag followed by H2, H3 and so on. By default Blogger uses H1 tags for the blog title, H3 for post titles and H2 for sidebar titles. Having proper weighted headings is really important from an SEO perspective and this tutorial will help you to assign heading tags based on importance.


How to use heading tags

Heading tags should be assigned to titles based on their priority. The most important heading on the page should we wrapped in an H1  tag. For a post page, the most important title will the title of the blog entry. The Blog’s name and the sidebar headings are not as important as the post title.

By default, Blogger homepage uses the below heading tag distribution

<h1>Your Blog Title</h1>
<h3>First post's title</h3>
<h3>Second post's title</h3>
<h2>Sidebar Gadget title</h2>

The Sidebar Gadget titles are not as important as the post titles. So we will reorganize these tags to:

<h1>Blog Title</h1>
<h2>first post's title</h2>
<h2>second post's title</h2>
<h4>Sidebar Gadget title</h4>

By default, Blogger post page uses the below heading distribution

<h1>Blog Title</h1>
<h3>The post title</h3>
<h2>Sidebar Gadget title</h2>
We will reorganize this to

<h2>Blog Title</h2>
<h1>The post title</h1>
<h4>Sidebar Gadget title</h4>

Modify template to assign heading tags based on priority
Login to your Blogger Dashboard, backup your template and Navigate to Template > Edit HTML

Edit Blogger Template HTML

Change Blog Title to H2 on post and static pages - Find the opening H1 tag associated with your blog title It will be  <h1 class='title'> or similar (Do a Ctrl + F for <h1 within the Blogger Template Editor to find the tag)

find-h1-tag-in-blogger-template

Copy this opening tag into the below box and generate the template tag.
Your opening h1 tag:  

Replace the text you copied from the template with the generated code. Do this for every <h1. Now replace all </h1> (Closing tag) with
<b:if cond='data:blog.pageType != "index"'>
<b:if cond='data:blog.pageType == "archive"'>
&lt;/h1&gt;
<b:else/>
&lt;/h2&gt;
</b:if>
<b:else/>
&lt;/h1&gt;
</b:if>

Changing Post title to H1 on post and static pages – Find the opening H3 tag associated with your post title. It will be <h3 class='post-title entry-title' itemprop='name'> or similar (Do a Ctrl + F for <h3 within the Blogger Template Editor to find it) find-h3-tag-in-blogger-template

Copy this opening tag into the below box and generate the replacement code.
Your opening h3 tag:  

Replace the text you copied from the template with the generated code. Do this for every <h3 .Now replace all </h3>(Closing tag) with
<b:if cond='data:blog.pageType != "index"'>
<b:if cond='data:blog.pageType == "archive"'>
&lt;/h2&gt;
<b:else/>
&lt;/h1&gt;
</b:if>
<b:else/>
&lt;/h2&gt;
</b:if>

Changing Sidebar Gadget Titles to H4 – Find all occurrences of
<h2><data:title/></h2>
and replace them with
<h4><data:title/></h4>
BLOGGER TUTORIAL AND TRICKS N0-22



I shared Animated Flash Label Cloud widget. Today I'm going to release another Awesome blogger widget that contain all the 3 Big Social Network(Facebook, Twitter, Google Plus) jQuery Slide Out Widget For Your Blog & Website To Increase Your Social Fans.

So we have three different Pop up Like Boxes which appears on hover on little image that are at right sidebar on you blog.

One of the best ways to increase your Social fans is to add the Jquery Pop-up Social Box to your Blog. Once this widget is installed on your blog, your visitors will be shown a slide out box with the option to like your Facebook Page, or want to follow on Twitter, or want to add you in there circle whenever they visit your blog. Advantages this widget is to free space on the page. Because if you add all of these widget on your site/blog, it will take a huge space that will make your visitor angry, It can prevent website normal as the box. Static widget as soft box with jQuery effect of activation for the blogger, this is another cool control. Here I have added as the box with simple jQuery hover effect.

FEATURES:

1.) J-Query/JavaScript Widget.
2.) Slide-Out On Hover.
3.) Awesome And Stylish.
4.) Facebook Like Box Included.
5.) Twitter Followers Box Included.
6.) Google Plus Follower Box Included.
7.) Sliding Effect Enabled.
8.) Slide Out On Hove And Get Back On Mouse Out.

HOW TO ADD THIS GADGET TO BLOGGER?
Login to your Blogger account.
Go to Design > Page Elements.
Click Add A Gadget.
In Add A Gadget window, select HTML/Javascript .
Copy the code below and paste it inside the window.
Click Save.

-------------------------------------------------CODE----------------
 <style>img, a { border: 0;}#on { visibility: visible;}#off { visibility: hidden;}#facebook_div { width: 196px; height: 340px; overflow: hidden;}#twitter_div { width: 246px; height: 240px; overflow: hidden;}#google_plus_div { width: 290px; height: 250px; overflow: hidden; margin-left: 5px; margin-top: 1px;}#NBT_div { width: 300px; height: 97px; overflow: hidden;}/* right side style */ #facebook_right { z-index: 10005; border: 2px solid #3c95d9; background-color: #fff; width: 196px; height: 353px; position: fixed; right: -200px;}#facebook_right img { position: absolute; top: -2px; left: -35px;}#facebook_right iframe { border: 0px solid #3c95d9; overflow: hidden; position: static; height: 360px; left: -2px; top: -3px;}#twitter_right { z-index: 10004; border: 2px solid #6CC5FF; background-color: #6CC5FF; width: 246px; height: 240px; position: fixed; right: -250px;}#twitter_right_img { position: absolute; top: -2px; left: -35px; border: 0;}#google_plus_right { z-index: 10003; background-color: #F2F2F2; border: 2px solid #006ec9; border-top: 2px solid #0056a0; border-bottom: 2px solid #0056a0; border-right: 2px solid #0056a0; border-left: 2px solid #0056a0; width: 290px; height: 250px; position: fixed; right: -294px;}#google_plus_right_img { position: absolute; top: -2px; left: -33px; border: 0;}#NBT_right { z-index: 10003; border: 2px solid #303030; background-color: #fff; width: 300px; height: 97px; position: fixed;}#NBT_right img { position: absolute; top: -2px; left: -101px;}/* left side style */ #facebook_left { z-index: 10005; border: 2px solid #3c95d9; background-color: #fff; width: 196px; height: 250px; position: fixed; left: -200px;}#facebook_left img { position: absolute; top: -2px; right: -35px;}#facebook_left iframe { border: 0px solid #3c95d9; overflow: hidden; position: static; height: 360px; right: -2px; top: -3px;}#twitter_left { z-index: 10004; border: 2px solid #6CC5FF; background-color: #6CC5FF; width: 246px; height: 250px; position: fixed; left: -250px;}#twitter_left_img { position: absolute; top: -2px; right: -35px; border: 0;}#google_plus_left { z-index: 10003; background-color: #006ec9; border: 2px solid #006ec9; border-top: 2px solid #0056a0; border-bottom: 2px solid #0056a0; border-left: 2px solid #0056a0; border-right: 2px solid #0056a0; width: 290px; height: 250px; position: fixed; left: -294px;}#google_plus_left_img { position: absolute; top: -2px; right: -33px; border: 0;}</style><script src="http://code.jquery.com/jquery-latest.js"></script><script src="http://apis.google.com/js/plusone.js" type="text/javascript"></script><script type="text/javascript">jQuery(document).ready(function () { jQuery("#facebook_right").hover(function () {  jQuery(this).stop(true, false).animate({   right: 0  }, 500); }, function () {  jQuery("#facebook_right").stop(true, false).animate({   right: -200  }, 500); }); jQuery("#twitter_right").hover(function () {  jQuery(this).stop(true, false).animate({   right: 0  }, 500); }, function () {  jQuery("#twitter_right").stop(true, false).animate({   right: -250  }, 500); }); jQuery("#google_plus_right").hover(function () {  jQuery(this).stop(true, false).animate({   right: 0  }, 500); }, function () {  jQuery("#google_plus_right").stop(true, false).animate({   right: -294  }, 500); });});</script></span></b><br /><div id="on"> <div id="facebook_right" style="top: 12%;">  <div id="facebook_div">   <img alt="" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiR74KJQUT4bx5t46asadb0fr_2SQjr_jwEVW-UqA0jKhb8vR7i6LeOVNxa1_2R7RgaFLr9wvztcxb8ZFbBcBTScqmf1jqEYIxjl2rdgGG6ta6KQMVtu3Ezy_Pp_EQBOVcpK9rVUpeudQGw/s1600/NBTfacebook_right.png" />   <iframe allowtransparency="true" frameborder="0" scrolling="no" src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2FFaceBook Page ID&amp;width=200&amp;height=346&amp;colorscheme=light&amp;show_faces=true&amp;border_color&amp;stream=false&amp;header=false"   style="border: none; height: 346px; overflow: hidden; width: 200px;"></iframe>  </div> </div></div><div id="on"> <div id="twitter_right" style="top: 28%;">  <div id="twitter_div">   <img id="twitter_right_img" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiM73fWev9ch_I-Ht2ELVk5wXFORyvyNn6IfvGAwH46L8mLeZrpaNm_kN3EkYBsJVwIfFWfeZ8Gcab19orteAiKCnfnjxUJzII-DmW-Sh6JyJDs0gXqyiKTvKD0WXweUcd2O94GWVe4J3M5/s1600/NBTtwitter_right.png" />   <script type='text/javascript'>function fanbox_init(screen_name){document.getElementById('twitterfanbox').innerHTML='<iframe name="fbfanIFrame_0" frameborder="0" allowtransparency="true" src="http://s.moopz.com/connect.html?user='+screen_name+'" class="FB_SERVER_IFRAME" scrolling="no" style="width: 300px; height: 250px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; "></iframe>';}</script>  <div id="twitterfanbox">  <script type="text/javascript">fanbox_init("Twitter Username");</script>  </div> </div></div><div id="on"> <div id="google_plus_right" style="top: 45%;">  <div id="google_plus_div">   <img id="google_plus_right_img" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi0ZOlUV0KX4jC6DnPmZxGtrp9J8wpAprw1qOhN-0oBJyxokNGXlZP4Nr4TTReD9LhAgza_4CUxcDoLLYdI91RWaUtZfzKxiRYGyxs4hBJFnRWJeIB-Nev1TXGdgg2ihREVxah6I8_PC8k/s1600/NBTgoogle_plus_right.png" />   <div style="float: left; margin: 10px 10px 10px 0;">     <a href='http://newbloggertips.com'><img alt='Tips Tricks And Tutorials' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEibPHZlXk6-EW2Eb6kFW6ZPJz5nQq5-4-_pJSzBAkUhGOjCIQsjLEzb0Fdo0n0qECUwmk0jPCraGlcTRL9nJplGHmg-23U-nwJyxfe6SjLU83kyNbu-kn1EUDEp12PUe8UdjyWvaF2gQtwU/s1600/best+blogger+tips.png'/></a>  <div class="g-plus" data-action="followers" data-height="250" data-href="https://plus.google.com/Google Plus ID" data-source="blogger:blog:followers" data-width="270">  </div>  <script type="text/javascript">        (function() {          window.___gcfg = {'lang': 'en'};          var po = document.createElement('script');          po.type = 'text/javascript';          po.async = true;          po.src = 'https://apis.google.com/js/plusone.js';          var s = document.getElementsByTagName('script')[0];          s.parentNode.insertBefore(po, s);        })();      </script>      </div>  </div> </div>  <style>img, a { border: 0;}#on { visibility: visible;}#off { visibility: hidden;}#facebook_div { width: 196px; height: 340px; overflow: hidden;}#twitter_div { width: 246px; height: 240px; overflow: hidden;}#google_plus_div { width: 290px; height: 250px; overflow: hidden; margin-left: 5px; margin-top: 1px;}#NBT_div { width: 300px; height: 97px; overflow: hidden;}/* right side style */ #facebook_right { z-index: 10005; border: 2px solid #3c95d9; background-color: #fff; width: 196px; height: 353px; position: fixed; right: -200px;}#facebook_right img { position: absolute; top: -2px; left: -35px;}#facebook_right iframe { border: 0px solid #3c95d9; overflow: hidden; position: static; height: 360px; left: -2px; top: -3px;}#twitter_right { z-index: 10004; border: 2px solid #6CC5FF; background-color: #6CC5FF; width: 246px; height: 240px; position: fixed; right: -250px;}#twitter_right_img { position: absolute; top: -2px; left: -35px; border: 0;}#google_plus_right { z-index: 10003; background-color: #F2F2F2; border: 2px solid #006ec9; border-top: 2px solid #0056a0; border-bottom: 2px solid #0056a0; border-right: 2px solid #0056a0; border-left: 2px solid #0056a0; width: 290px; height: 250px; position: fixed; right: -294px;}#google_plus_right_img { position: absolute; top: -2px; left: -33px; border: 0;}#NBT_right { z-index: 10003; border: 2px solid #303030; background-color: #fff; width: 300px; height: 97px; position: fixed;}#NBT_right img { position: absolute; top: -2px; left: -101px;}/* left side style */ #facebook_left { z-index: 10005; border: 2px solid #3c95d9; background-color: #fff; width: 196px; height: 250px; position: fixed; left: -200px;}#facebook_left img { position: absolute; top: -2px; right: -35px;}#facebook_left iframe { border: 0px solid #3c95d9; overflow: hidden; position: static; height: 360px; right: -2px; top: -3px;}#twitter_left { z-index: 10004; border: 2px solid #6CC5FF; background-color: #6CC5FF; width: 246px; height: 250px; position: fixed; left: -250px;}#twitter_left_img { position: absolute; top: -2px; right: -35px; border: 0;}#google_plus_left { z-index: 10003; background-color: #006ec9; border: 2px solid #006ec9; border-top: 2px solid #0056a0; border-bottom: 2px solid #0056a0; border-left: 2px solid #0056a0; border-right: 2px solid #0056a0; width: 290px; height: 250px; position: fixed; left: -294px;}#google_plus_left_img { position: absolute; top: -2px; right: -33px; border: 0;}</style><script src="http://code.jquery.com/jquery-latest.js"></script><script src="http://apis.google.com/js/plusone.js" type="text/javascript"></script><script type="text/javascript">jQuery(document).ready(function () { jQuery("#facebook_right").hover(function () {  jQuery(this).stop(true, false).animate({   right: 0  }, 500); }, function () {  jQuery("#facebook_right").stop(true, false).animate({   right: -200  }, 500); }); jQuery("#twitter_right").hover(function () {  jQuery(this).stop(true, false).animate({   right: 0  }, 500); }, function () {  jQuery("#twitter_right").stop(true, false).animate({   right: -250  }, 500); }); jQuery("#google_plus_right").hover(function () {  jQuery(this).stop(true, false).animate({   right: 0  }, 500); }, function () {  jQuery("#google_plus_right").stop(true, false).animate({   right: -294  }, 500); });});</script></span></b><br /><div id="on"> <div id="facebook_right" style="top: 12%;">  <div id="facebook_div">   <img alt="" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiR74KJQUT4bx5t46asadb0fr_2SQjr_jwEVW-UqA0jKhb8vR7i6LeOVNxa1_2R7RgaFLr9wvztcxb8ZFbBcBTScqmf1jqEYIxjl2rdgGG6ta6KQMVtu3Ezy_Pp_EQBOVcpK9rVUpeudQGw/s1600/NBTfacebook_right.png" />   <iframe allowtransparency="true" frameborder="0" scrolling="no" src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2FFaceBook Page ID&amp;width=200&amp;height=346&amp;colorscheme=light&amp;show_faces=true&amp;border_color&amp;stream=false&amp;header=false"   style="border: none; height: 346px; overflow: hidden; width: 200px;"></iframe>  </div> </div></div><div id="on"> <div id="twitter_right" style="top: 28%;">  <div id="twitter_div">   <img id="twitter_right_img" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiM73fWev9ch_I-Ht2ELVk5wXFORyvyNn6IfvGAwH46L8mLeZrpaNm_kN3EkYBsJVwIfFWfeZ8Gcab19orteAiKCnfnjxUJzII-DmW-Sh6JyJDs0gXqyiKTvKD0WXweUcd2O94GWVe4J3M5/s1600/NBTtwitter_right.png" />   <script type='text/javascript'>function fanbox_init(screen_name){document.getElementById('twitterfanbox').innerHTML='<iframe name="fbfanIFrame_0" frameborder="0" allowtransparency="true" src="http://s.moopz.com/connect.html?user='+screen_name+'" class="FB_SERVER_IFRAME" scrolling="no" style="width: 300px; height: 250px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; "></iframe>';}</script>  <div id="twitterfanbox">  <script type="text/javascript">fanbox_init("Twitter Username");</script>  </div> </div></div><div id="on"> <div id="google_plus_right" style="top: 45%;">  <div id="google_plus_div">   <img id="google_plus_right_img" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi0ZOlUV0KX4jC6DnPmZxGtrp9J8wpAprw1qOhN-0oBJyxokNGXlZP4Nr4TTReD9LhAgza_4CUxcDoLLYdI91RWaUtZfzKxiRYGyxs4hBJFnRWJeIB-Nev1TXGdgg2ihREVxah6I8_PC8k/s1600/NBTgoogle_plus_right.png" />   <div style="float: left; margin: 10px 10px 10px 0;">     <a href='http://newbloggertips.com'><img alt='Tips Tricks And Tutorials' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEibPHZlXk6-EW2Eb6kFW6ZPJz5nQq5-4-_pJSzBAkUhGOjCIQsjLEzb0Fdo0n0qECUwmk0jPCraGlcTRL9nJplGHmg-23U-nwJyxfe6SjLU83kyNbu-kn1EUDEp12PUe8UdjyWvaF2gQtwU/s1600/best+blogger+tips.png'/></a>  <div class="g-plus" data-action="followers" data-height="250" data-href="https://plus.google.com/Google Plus ID" data-source="blogger:blog:followers" data-width="270">  </div>  <script type="text/javascript">        (function() {          window.___gcfg = {'lang': 'en'};          var po = document.createElement('script');          po.type = 'text/javascript';          po.async = true;          po.src = 'https://apis.google.com/js/plusone.js';          var s = document.getElementsByTagName('script')[0];          s.parentNode.insertBefore(po, s);        })();      </script>      </div>  </div> </div>  <style>img, a { border: 0;}#on { visibility: visible;}#off { visibility: hidden;}#facebook_div { width: 196px; height: 340px; overflow: hidden;}#twitter_div { width: 246px; height: 240px; overflow: hidden;}#google_plus_div { width: 290px; height: 250px; overflow: hidden; margin-left: 5px; margin-top: 1px;}#NBT_div { width: 300px; height: 97px; overflow: hidden;}/* right side style */ #facebook_right { z-index: 10005; border: 2px solid #3c95d9; background-color: #fff; width: 196px; height: 353px; position: fixed; right: -200px;}#facebook_right img { position: absolute; top: -2px; left: -35px;}#facebook_right iframe { border: 0px solid #3c95d9; overflow: hidden; position: static; height: 360px; left: -2px; top: -3px;}#twitter_right { z-index: 10004; border: 2px solid #6CC5FF; background-color: #6CC5FF; width: 246px; height: 240px; position: fixed; right: -250px;}#twitter_right_img { position: absolute; top: -2px; left: -35px; border: 0;}#google_plus_right { z-index: 10003; background-color: #F2F2F2; border: 2px solid #006ec9; border-top: 2px solid #0056a0; border-bottom: 2px solid #0056a0; border-right: 2px solid #0056a0; border-left: 2px solid #0056a0; width: 290px; height: 250px; position: fixed; right: -294px;}#google_plus_right_img { position: absolute; top: -2px; left: -33px; border: 0;}#NBT_right { z-index: 10003; border: 2px solid #303030; background-color: #fff; width: 300px; height: 97px; position: fixed;}#NBT_right img { position: absolute; top: -2px; left: -101px;}/* left side style */ #facebook_left { z-index: 10005; border: 2px solid #3c95d9; background-color: #fff; width: 196px; height: 250px; position: fixed; left: -200px;}#facebook_left img { position: absolute; top: -2px; right: -35px;}#facebook_left iframe { border: 0px solid #3c95d9; overflow: hidden; position: static; height: 360px; right: -2px; top: -3px;}#twitter_left { z-index: 10004; border: 2px solid #6CC5FF; background-color: #6CC5FF; width: 246px; height: 250px; position: fixed; left: -250px;}#twitter_left_img { position: absolute; top: -2px; right: -35px; border: 0;}#google_plus_left { z-index: 10003; background-color: #006ec9; border: 2px solid #006ec9; border-top: 2px solid #0056a0; border-bottom: 2px solid #0056a0; border-left: 2px solid #0056a0; border-right: 2px solid #0056a0; width: 290px; height: 250px; position: fixed; left: -294px;}#google_plus_left_img { position: absolute; top: -2px; right: -33px; border: 0;}</style><script src="http://code.jquery.com/jquery-latest.js"></script><script src="http://apis.google.com/js/plusone.js" type="text/javascript"></script><script type="text/javascript">jQuery(document).ready(function () { jQuery("#facebook_right").hover(function () {  jQuery(this).stop(true, false).animate({   right: 0  }, 500); }, function () {  jQuery("#facebook_right").stop(true, false).animate({   right: -200  }, 500); }); jQuery("#twitter_right").hover(function () {  jQuery(this).stop(true, false).animate({   right: 0  }, 500); }, function () {  jQuery("#twitter_right").stop(true, false).animate({   right: -250  }, 500); }); jQuery("#google_plus_right").hover(function () {  jQuery(this).stop(true, false).animate({   right: 0  }, 500); }, function () {  jQuery("#google_plus_right").stop(true, false).animate({   right: -294  }, 500); });});</script></span></b><br /><div id="on"> <div id="facebook_right" style="top: 12%;">  <div id="facebook_div">   <img alt="" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiR74KJQUT4bx5t46asadb0fr_2SQjr_jwEVW-UqA0jKhb8vR7i6LeOVNxa1_2R7RgaFLr9wvztcxb8ZFbBcBTScqmf1jqEYIxjl2rdgGG6ta6KQMVtu3Ezy_Pp_EQBOVcpK9rVUpeudQGw/s1600/NBTfacebook_right.png" />   <iframe allowtransparency="true" frameborder="0" scrolling="no" src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2FFaceBook Page ID&amp;width=200&amp;height=346&amp;colorscheme=light&amp;show_faces=true&amp;border_color&amp;stream=false&amp;header=false"   style="border: none; height: 346px; overflow: hidden; width: 200px;"></iframe>  </div> </div></div><div id="on"> <div id="twitter_right" style="top: 28%;">  <div id="twitter_div">   <img id="twitter_right_img" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiM73fWev9ch_I-Ht2ELVk5wXFORyvyNn6IfvGAwH46L8mLeZrpaNm_kN3EkYBsJVwIfFWfeZ8Gcab19orteAiKCnfnjxUJzII-DmW-Sh6JyJDs0gXqyiKTvKD0WXweUcd2O94GWVe4J3M5/s1600/NBTtwitter_right.png" />   <script type='text/javascript'>function fanbox_init(screen_name){document.getElementById('twitterfanbox').innerHTML='<iframe name="fbfanIFrame_0" frameborder="0" allowtransparency="true" src="http://s.moopz.com/connect.html?user='+screen_name+'" class="FB_SERVER_IFRAME" scrolling="no" style="width: 300px; height: 250px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; "></iframe>';}</script>  <div id="twitterfanbox">  <script type="text/javascript">fanbox_init("Twitter Username");</script>  </div> </div></div><div id="on"> <div id="google_plus_right" style="top: 45%;">  <div id="google_plus_div">   <img id="google_plus_right_img" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi0ZOlUV0KX4jC6DnPmZxGtrp9J8wpAprw1qOhN-0oBJyxokNGXlZP4Nr4TTReD9LhAgza_4CUxcDoLLYdI91RWaUtZfzKxiRYGyxs4hBJFnRWJeIB-Nev1TXGdgg2ihREVxah6I8_PC8k/s1600/NBTgoogle_plus_right.png" />   <div style="float: left; margin: 10px 10px 10px 0;">     <a href='http://newbloggertips.com'><img alt='Tips Tricks And Tutorials' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEibPHZlXk6-EW2Eb6kFW6ZPJz5nQq5-4-_pJSzBAkUhGOjCIQsjLEzb0Fdo0n0qECUwmk0jPCraGlcTRL9nJplGHmg-23U-nwJyxfe6SjLU83kyNbu-kn1EUDEp12PUe8UdjyWvaF2gQtwU/s1600/best+blogger+tips.png'/></a>  <div class="g-plus" data-action="followers" data-height="250" data-href="https://plus.google.com/Google Plus ID" data-source="blogger:blog:followers" data-width="270">  </div>  <script type="text/javascript">        (function() {          window.___gcfg = {'lang': 'en'};          var po = document.createElement('script');          po.type = 'text/javascript';          po.async = true;          po.src = 'https://apis.google.com/js/plusone.js';          var s = document.getElementsByTagName('script')[0];          s.parentNode.insertBefore(po, s);        })();      </script>      </div>  </div> </div>  <style>img, a { border: 0;}#on { visibility: visible;}#off { visibility: hidden;}#facebook_div { width: 196px; height: 340px; overflow: hidden;}#twitter_div { width: 246px; height: 240px; overflow: hidden;}#google_plus_div { width: 290px; height: 250px; overflow: hidden; margin-left: 5px; margin-top: 1px;}#NBT_div { width: 300px; height: 97px; overflow: hidden;}/* right side style */ #facebook_right { z-index: 10005; border: 2px solid #3c95d9; background-color: #fff; width: 196px; height: 353px; position: fixed; right: -200px;}#facebook_right img { position: absolute; top: -2px; left: -35px;}#facebook_right iframe { border: 0px solid #3c95d9; overflow: hidden; position: static; height: 360px; left: -2px; top: -3px;}#twitter_right { z-index: 10004; border: 2px solid #6CC5FF; background-color: #6CC5FF; width: 246px; height: 240px; position: fixed; right: -250px;}#twitter_right_img { position: absolute; top: -2px; left: -35px; border: 0;}#google_plus_right { z-index: 10003; background-color: #F2F2F2; border: 2px solid #006ec9; border-top: 2px solid #0056a0; border-bottom: 2px solid #0056a0; border-right: 2px solid #0056a0; border-left: 2px solid #0056a0; width: 290px; height: 250px; position: fixed; right: -294px;}#google_plus_right_img { position: absolute; top: -2px; left: -33px; border: 0;}#NBT_right { z-index: 10003; border: 2px solid #303030; background-color: #fff; width: 300px; height: 97px; position: fixed;}#NBT_right img { position: absolute; top: -2px; left: -101px;}/* left side style */ #facebook_left { z-index: 10005; border: 2px solid #3c95d9; background-color: #fff; width: 196px; height: 250px; position: fixed; left: -200px;}#facebook_left img { position: absolute; top: -2px; right: -35px;}#facebook_left iframe { border: 0px solid #3c95d9; overflow: hidden; position: static; height: 360px; right: -2px; top: -3px;}#twitter_left { z-index: 10004; border: 2px solid #6CC5FF; background-color: #6CC5FF; width: 246px; height: 250px; position: fixed; left: -250px;}#twitter_left_img { position: absolute; top: -2px; right: -35px; border: 0;}#google_plus_left { z-index: 10003; background-color: #006ec9; border: 2px solid #006ec9; border-top: 2px solid #0056a0; border-bottom: 2px solid #0056a0; border-left: 2px solid #0056a0; border-right: 2px solid #0056a0; width: 290px; height: 250px; position: fixed; left: -294px;}#google_plus_left_img { position: absolute; top: -2px; right: -33px; border: 0;}</style><script src="http://code.jquery.com/jquery-latest.js"></script><script src="http://apis.google.com/js/plusone.js" type="text/javascript"></script><script type="text/javascript">jQuery(document).ready(function () { jQuery("#facebook_right").hover(function () {  jQuery(this).stop(true, false).animate({   right: 0  }, 500); }, function () {  jQuery("#facebook_right").stop(true, false).animate({   right: -200  }, 500); }); jQuery("#twitter_right").hover(function () {  jQuery(this).stop(true, false).animate({   right: 0  }, 500); }, function () {  jQuery("#twitter_right").stop(true, false).animate({   right: -250  }, 500); }); jQuery("#google_plus_right").hover(function () {  jQuery(this).stop(true, false).animate({   right: 0  }, 500); }, function () {  jQuery("#google_plus_right").stop(true, false).animate({   right: -294  }, 500); });});</script></span></b><br /><div id="on"> <div id="facebook_right" style="top: 12%;">  <div id="facebook_div">   <img alt="" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiR74KJQUT4bx5t46asadb0fr_2SQjr_jwEVW-UqA0jKhb8vR7i6LeOVNxa1_2R7RgaFLr9wvztcxb8ZFbBcBTScqmf1jqEYIxjl2rdgGG6ta6KQMVtu3Ezy_Pp_EQBOVcpK9rVUpeudQGw/s1600/NBTfacebook_right.png" />   <iframe allowtransparency="true" frameborder="0" scrolling="no" src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2FFaceBook Page ID&amp;width=200&amp;height=346&amp;colorscheme=light&amp;show_faces=true&amp;border_color&amp;stream=false&amp;header=false"   style="border: none; height: 346px; overflow: hidden; width: 200px;"></iframe>  </div> </div></div><div id="on"> <div id="twitter_right" style="top: 28%;">  <div id="twitter_div">   <img id="twitter_right_img" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiM73fWev9ch_I-Ht2ELVk5wXFORyvyNn6IfvGAwH46L8mLeZrpaNm_kN3EkYBsJVwIfFWfeZ8Gcab19orteAiKCnfnjxUJzII-DmW-Sh6JyJDs0gXqyiKTvKD0WXweUcd2O94GWVe4J3M5/s1600/NBTtwitter_right.png" />   <script type='text/javascript'>function fanbox_init(screen_name){document.getElementById('twitterfanbox').innerHTML='<iframe name="fbfanIFrame_0" frameborder="0" allowtransparency="true" src="http://s.moopz.com/connect.html?user='+screen_name+'" class="FB_SERVER_IFRAME" scrolling="no" style="width: 300px; height: 250px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; "></iframe>';}</script>  <div id="twitterfanbox">  <script type="text/javascript">fanbox_init("Twitter Username");</script>  </div> </div></div><div id="on"> <div id="google_plus_right" style="top: 45%;">  <div id="google_plus_div">   <img id="google_plus_right_img" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi0ZOlUV0KX4jC6DnPmZxGtrp9J8wpAprw1qOhN-0oBJyxokNGXlZP4Nr4TTReD9LhAgza_4CUxcDoLLYdI91RWaUtZfzKxiRYGyxs4hBJFnRWJeIB-Nev1TXGdgg2ihREVxah6I8_PC8k/s1600/NBTgoogle_plus_right.png" />   <div style="float: left; margin: 10px 10px 10px 0;">     <a href='http://newbloggertips.com'><img alt='Tips Tricks And Tutorials' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEibPHZlXk6-EW2Eb6kFW6ZPJz5nQq5-4-_pJSzBAkUhGOjCIQsjLEzb0Fdo0n0qECUwmk0jPCraGlcTRL9nJplGHmg-23U-nwJyxfe6SjLU83kyNbu-kn1EUDEp12PUe8UdjyWvaF2gQtwU/s1600/best+blogger+tips.png'/></a>  <div class="g-plus" data-action="followers" data-height="250" data-href="https://plus.google.com/Google Plus ID" data-source="blogger:blog:followers" data-width="270">  </div>  <script type="text/javascript">        (function() {          window.___gcfg = {'lang': 'en'};          var po = document.createElement('script');          po.type = 'text/javascript';          po.async = true;          po.src = 'https://apis.google.com/js/plusone.js';          var s = document.getElementsByTagName('script')[0];          s.parentNode.insertBefore(po, s);        })();      </script>      </div>  </div> </div>

----------------------------------------------------------------------------


Replace FaceBook Page, Twitter Username, Google Plus ID with yours.
E.g: FaceBook Page: khuedhsp
Twitter Username: khuedhsp
Google Plus ID: 114750070216667007480
Now Save & Visit Your Blog. You have Done!
BLOGGER TUTORIAL AND TRICKS N0-21

BlogSpot let you create a Free blog but comes with it’s own limitation, but as I mentioned above, for a starter it’s a good idea to create a Blog and get the hitch of Blogging.


This post is dedicated to those people, who wants’ to start with Blogging. In this post we will be talking about how you can create a free BlogSpot blog.
Before I start with complete tutorial, few things which you should know. BlogSpot is a blogging platform by Google which give you option to start a blog, all your images will be hosted by Picasa which is again a part of Google.

-->
Create a free Blog
To create your a free Blog site, head over to BlogSpot.com and login using your Google account. If you don’t have a Google (Gmail) account, create on for free.
Once you are logged in, at the top click on Create a free blog.


1.Name Your blog
First thing which you need to do is by adding a name and selecting your domain name. I suggest go through my post on How to select a domain name. Avoid using your name as domain name and instead use some generic domain name which you can brand later on with your custom domain.


2.Select a template
Next step is to select a template for your blog. Select any template for now and later on your can take help of custom template to give a better design to your BlogSpot blog. ( 30 best magazine style blogger templates)


3.Write Post:


So your blog is almost ready and you can start writing posts. Though there are many settings which you need to do before you actually start writing your first post. I will be posting about that post soon, but before that go ahead and create your first free blog.


BLOGGER TUTORIAL AND TRICKS N0-20

I’d like to link to your site.
I’ve seen some other sites doing this and I thought it was a really good idea. So I thought why not provide the same feature for my readers.

How to Get the Free Back Link:
1) In the comments area below simply add your website link (url) with a short description of the site using NO more than 200 characters.
2) Make sure you put the phrase “link me Instant” in your comment so I can make sure it doesn’t get caught by the spam filter.
3) Only one comment/link per website.
4) No porn, adult site links please

-->
The Catch?
There is no catch. Honest!

How it works
Its Instant, After posting a comment.

Submit ping
 Index king
Made easy submitter
2000backlink
free website submitter
ping my link
web seo analytics
submitter bot
ezedir
serfish



Building high quality links involves grueling efforts most of the time, may it be through search and mainly in building it. The most effective ones are usually content based (tedious) and sometimes need approval from the owner of the site you’re trying to get a link from, such as guest blogging, article marketing, resource request, blog commenting and the list moves on.
But the good news is, particularly to those who are just starting their link building campaign, is that there are many high quality and authoritative sites/pages out there that you can get links from for free and instantly. And here are the nominees for the best “easy free backlinks” you can get for your website.
SITE PROFILES
Aboutus.org
o    PR – 6
o    After making your site’s profile you can email them to request for dofollow links to be allowed on your page.
o    Anchor text for your keywords are allowed
o    Fast crawl rates
o    Gains Pagerank when backlinks are built to link to it.
o    The page can be done in just 5 minutes.
Alexa.com/siteinfo
o    PR – 8
o    Dofollow link of the URL of your website
o    No need to build a page, just search your domain name through Alexa and once you find it, build 1 backlink to direct crawlers to your site’s info page in Alexa, then eventually reach your website to pass through trust.
Wikipedia
o    PR – 8
o    Nofollow link but passes massive amount of trust and authority to your site
o    Fast crawl rates
o    Making a company profile page through Wikipedia may only take you 10 – 20 minutes. Just sign up there and write something unique, professional and concise about your website.
WEB 2.0 PROFILES
Youtube
o    PR – 9
o    Dofollow link of the URL of your website
o    Fast crawl rates
o    Passes through high volume of Pagerank juice when it gains PR
o    If links are built to your Youtube page, it’s possible to reach PR 5 – 7
o    Profile page can be done in just 3 minutes, you can also choose to upload some videos to make it livelier.
Squidoo
o    PR – 8
o    Dofollow Anchor text link pointing to your site
o    Fast crawl rates
o    Lensmaster page ranks easily on SERPs (very advantageous for branding)
o    Passes through Pagerank, authority and trust rank.
o    You can make a Squidoo Lensmaster page in just 2 minutes, just fill up the necessary details and you can then include an anchor text link to your site (using your preferred keyword) through the bio section.
Twitter
o    PR – 9
o    Nofollow link of the URL of your site that’s capable of passing trust.
o    Can easily rank for your brand’s name on search engine results’ top page.
o    Gains high Pagerank if external links are built for it.
o    Has fast crawl rates and is good for your site’s page indexation.
o    Sign up for a Twitter account and include your site’s URL on your profile, then that’s it.
Facebook Fanpage
o    PR – 10
o    Nofollow URL link of your website.
o    Can quickly rank on SERPs for your brand name.
o    Fast crawl rates and good for page indexing.
o    Easily gains PR along the process, as long as the page is active and has external links pointing to it, however it’s not capable of passing through Pagerank but do pass trust and authority to your site.
o    It’s easy to build one and will only take you a few minutes to complete all the necessary details for your Facebook Fanpage.
Stumbleupon
o    PR – 8
o    Allows nofollow anchor text link on your profile (you can choose your desired keyword)
o    Fast crawl rates and can help boost your targeted keyword to rank on SERPs.
o    Highly trusted by search engines and can help increase traffic to your website.
o    Signing up and making your Stumbleupon profile can only take 2 – 3 minutes of your time.
WEB 2.0 AND RSS FEED SUBMISSIONS
Digg
o    PR – 8
o    Fast crawl rates and can help your site get indexed fast.
o    Nofollow link to your submitted article/page, but helps in generating traffic, especially if it gets aggregated by interested users. Note: it’s best to submit high quality contents to make this really work.
o    Submitting your site/blog entry to Digg only takes less than 2 minutes.
Yahoo Answers
o    PR – 8
o    Find a relevant question to the niche of your site and answer it. Include your website’s URL along the answer as the reference.
o    Have super fast crawl rates, that the link you’ve built can be crawled in just hours.
o    Nofollow attributed URL hyperlink, but passes through large amount of trust to your site.
o    Finding a question and answering one will only take 3 – 5 minutes.
Yahoo’s MyBlogLog
o    PR – 7
o    Allows dofollow links to your site (URL and/or Anchor text).
o    Has fast crawl rates and automatically syndicates your blog’s feed.
o    Setting up for an account is easy and only takes a few minutes, which will include making your profile and submitting your RSS feed.
SOCIAL BOOKMARKING PROFILES
Connotea.org
o    PR – 8
o    Allows dofollow anchor text links pointing to your site, and also allows as many backlinks as you want to be saved using your preferred key phrases.
o    Links you submit can be viewed publicly, which means it’s accessible to search engine crawlers.
o    Moderate crawl rates, so you need to build at least one link to it.
o    Signing up and adding of links can be done within 2 – 3 minutes.
Folkd.com
o    PR – 7
o    Have fast crawl rates and can fetch up your bookmarked pages within 24 hours.
o    Dofollow links and usage of targeted keywords as anchor texts are allowed.
o    Overall task only takes 2 – 3 minutes to finish.
Spotback.com
o    PR – 5
o    Anchor texts for your keywords are allowed, and links built through your profile page are also dofollow.
o    Gives do 2 dofollow links instantly, where one is the anchor text version of the bookmarked page, and the other one is the site’s domain name.
o    Crawl rate is average, so links pointing to it are needed to ensure that they get indexed by crawlers. *Note: Pinging your social bookmarking profiles is also a good way to let search engines know and visit them.
o    This task takes 2 – 3 minutes to finish, including signing up and URL submission.
MyLinkVault.com
o    PR – 5
o    Dofollow link attribute and use of anchor text of your targeted keyword are enabled.
o    Links you submit are viewed publicly, so search engines are able to reach them, however you need to build links to them to make sure crawlers can reach and have your main site indexed.
o    Creating an account and building your site’s backlink through Mylinkvault.com only takes 2 – 3 minutes.
A1-webmarks.com
o    PR – 5
o    Dofollow attributed links.
o    Allows keywords as anchor texts.
o    Can place as many links as you like.
o    Moderate crawl rate, but doesn’t necessarily need backlinks to have it indexed, since mine was automatically crawled by search crawlers and got indexed on its own.
o    Overall task takes 2 -3 minutes.
Wagg.it
o    PR – 4
o    Dofollow links and can use your targeted keyword as anchor text.
o    Gives 2 dofollow backlinks instantly (the anchor text link and the domain name)
o    Slow crawl rate and it’s advisable to build links through it to get indexed.
o    Overall task takes 2 -3 minutes.
Oyax.com
o    PR – 4
o    Allows usage of keywords as anchor texts, and they are dofollow as well.
o    You can also place a dofollow link (only URL) on your profile’s main website section.
o    You can add as many anchor text links as you like.
o    Fast crawl rate, but I suggest that you still build links to it.
o    Signing up and submitting your URLs will only take 2 – 3 minutes on this task.
FINAL BLOW
Once you have built all these pages from high quality and authoritative websites, you can then interlink them, instead of building artificial links through other networks just to have them indexed. You can also make a page/post (like what I’m doing now) that will contain all of those external links, to make certain that your links from these sites will be counted by search engines.
One day is enough to build and invest on high quality – but free links – through all of the given websites. But the important thing is that you do make your links look valuable not just to search engines, but to real people as well. Guarantee that the description that you’ll be using for your site’s links are powerful and confident; always remember that “quality always wins the search engine game”.
I had rounded up a list of almost every search engine on the Web including top tier, second tier and some really out there search engines that allow you to submit your site for free as many of them have limited crawlers and may or may not ever find your site. Below is that list with the engine name and a direct link to the submission page:
Guaranteed Inclusion in 10 Search Engine Databases
and 10 Associated Web Directories!
Click Here – Rapid Inclusion in The Search Engine Network
Automated free search engine submission resources (includes some web directories and niche search engines):
350 Search Engine Submissions – Link
300 Search Engine and Web Directory Submissions – Link
170 Search Engine and Web Directory Submissions – Link
150 Search Engine Submissions – Link
140 Search Engine Submissions – Link
140 Search Engine and Web Directory Submissions – Link
130 Search Engine Submissions – Link
100 Search Engine and Web Directory Submissions – Link
50 Search Engine Submissions – Link
40 Search Engine and Web Directory Submissions – Link
21 Search Engines and Web Directory Submissions – Link
20 Search Engine Submissions (at bottom of page) – Link
12 Search Engine Submissions – Link
Individual free search engine submission links:
Burf – Submission Page
Exalead – Submission Page
guruji – Submission Page
Gigablast – Submission Page
Entireweb – Submission Page
FyberSearch – Submission Page
MixCat – Submission Page
OneSeek – Submission Page
WhatUseek – Submission Page
Scrub The Web – Submission Page
Search Site – Submission Page
Infotiger – Submission Page
SonicRun – Submission Page
Abacho – Submission Page
Acoon.com – Submission Page
Amfibi – Submission Page
homerweb – Submission Page
JGDO – Submission Page
Myahint – Submission Page
Walhello – Submission Page
Just Added 3/20/08!
Big Finder – Submission Page
Search Hippo (requires free registration) – Submission Page
Web Squash – Submission Page
W8 Search – Submission Page
Tower Search (requires registration) – Submission Page
Just Added 3/21/08 – Decided to add in some of the major players after many requests.
Baidu (in Chinese, but pretty easy to figure out) – Submission Page
Google – Submission Page
Yahoo – (reguires free registration) – Submission Page
Search-O-Rama – Submission Page
Igwanna – Submission Page
Cipinet – Submission Page
Just Added 3/25/08
Navisso – Submission Page
AxxaSearch – Submission Page
Dino Search (for kids sites only) – Submission Page
Boitho – Submission Page
Gheto Search – Submission Page
Intel Seek – Submission Page
Search Ramp – Site Submission
Ultimate Web Search – Site Submission
Just added 3/29/08
Find Once – Submission Page
Net Search – Submission Page
Susy Search – Submission Page
Just added additional Chinese search engines 4/2/08
iASK – Submission Page
ZhongSou.com – Submission Page
Just added 4/7/08
Famhoo (family friendly search) – Submission Page
ExactSeek (requires registration) – Submission Page
AcrossCan (Canadian sites only) – Submission Page
Megaglobe – Submission Page
Just added 4/14/08
AnooX – Submission Page
Just added 4/20/08
Alexa – Submission Page
Aesop – Submission Page
Shoula! Search – Submission Page
NetSearch – Submission Page
Just added 4/22/08
SearchIt – Submission Page
Just added 4/24/08
Biveroo – (in German) Submission Page
Official Search – Submission Page
Iconnic – Submission Page
Coolfishy – Submission Page
CorrectSearch (requires registration) – Submission Page
Just added 4/27/08
Enter UK (UK sites only) – Submission Page
seeknet – Submission Page
Just added 4/30/08
hakia (requires registration) – Submission Page
gogo – (Russian site) – Submission Page
Just added 5/4/08
43N39E – Submission Page
Just added 5/6/08
Antya (click on Submit URL) – Submission Page
VROOSH! (requires reciprocal link) – Submission Page
Just added 5/17/08
Claymont Search – Submission Page
Really Big Search (requires registration) – Submission Page
Search Engine XXX (not adult – requires registration) – Submission Page
shazee (requires registration) – Submission Page
Just added 5/30/08
amidalla – Submit Page
Wedoo.com (requires registration) – Submit Page
Stopdog – Submission Page
searchengine.com – Submission Page
eXactBot – Submission Page
Just added 6/13/08
Vmgo.com – Submission Page
Just added 6/16/08
Blue.lu – Submission Page
Just added 6/29/08
eBingBong – Submission Page
Just added 7/1/08
Jungle Spider (German Sites Only) – Submission Page
NIGMA.RU (Russian) – Submission Page
Just added 7/3/08
Swoogle – Submission Page
Knoole – Submission Page
Just added 7/6/08
XavierSeek – Submission Page
Just added 7/13/08
Lexxe – Submission Page
Just added 7/16/08
Xoole – Submission Page
Just added 7/20/08
eTracking (have to click on ‘Add URL’) – Submission Page
Just added 7/27/08
Zoohoo (Slovakia)- Submission Page
Just added 7/31/08
Foovey Search (requires registration) – Submission Page
Just added 8/6/08
Cavarzano (Italian) – Submission Page
Just added 8/8/08
Yandex (Russian) – Submission Page
Just added 8/12/08
Yoozila – Submission Page
Just added 9/15/08
(They are all part of the same network, so submitting to one WILL most likely provide data to all of them)
Web Portal Guide – Submission Page
Search Blast – Submission Page
The Seek Portal – Submission Page
Find That Website – Submission Page
Search It Guide – Submission Page
Find Similar Pages – Submission Page
Smart Search Guide – Submission Page
Klik Point – Submission Page
Hi Seek – Submission Page
Hot Site Search – Submission Page
More Web Search – Submission Page
Peak Search – Submission Page
Prime Search Results – Submission Page
Search Box – Submission Page
Ifernatix Solutions – Submission Page
The Original Search Engine – Submission Page
amele – Submission Page
AZ to ZA – Submission Page
Dr. Search – Submission Page
Help You Search – Submission Page
My Search Pilot – Submission Page
Therbo Search – Submission Page
Search Engine Tool – Submission Page
Your Reply – Submission Page
Mouse Click – Submission Page
Dash Launch – Submission Page
All Best Search – Submission Page
Better Internet Search – Submission Page
I Need Search – Submission Page
Local Search Engine – Submission Page
Ask the Search Guru – Submission Page
Searching Portal – Submission Page
Home Business Data Center – Submission Page
Go Find Here – Submission Page
Webmaster Tools – Submission Page
Sitefind – Submission Page
Gokoole – Submission Page
BruneiFM – Submission Page
AcuSearch – Submission Page
My Coco Land – Submission Page
All Can Seek – Submission Page
All U Search – Submission Page
All We Seek – Submission Page
And Search – Submission Page
AskSearch – Submission page
Beat Bop – Submission Page
Best City Search – Submission Page
Best Net Search – Submission Page
Big Splash – Submission Page
Computer Seek – Submission Page
DigiCrawl – Submission Page
Dot Search – Submission Page
Easy To Search – Submission Page
Final Search – Submission Page
Find This – Submission Page
Find Path – Submission Page
Find Your Search – Submission Page
FindZilla – Submission Page
Fitter Bitter – Submission Page
Search Network – Submission Page
Hip Flip – Submission Page
Hypno Search – Submission Page
Lightning Search – Submission Page
Meta Search Live – Submission Page
MicroSeek – Submission Page
Mota Crawler – Submission Page
One Search Nation – Submission Page
Querybit – Submission Page
Rapid Crawl – Submission Page
Refresh Line – Submission Page
Remote Search – Submission Page
Search Mind – Submission Page
Search Quick – Submission Page
Search Bell – Submission Page
Sly Seek – Submission Page
SparkleBerry – Submission Page
Surfer Search – Submission Page
Sweet Search – Submission Page
Teeter Totter – Submission Page
Text Billboards – Submission Page
Think Seek – Submission Page
Thunder Seek – Submission Page
World Seek – Submission Page
Wow Seek – Submission Page
Yuppy Search – Submission Page
Maddog’s Profiles – Submission Page
WaWiz – Submission Page
More Web Search – Submission Page
Find Portal – Submission Page
exopple – Submission Page
Just added 9/22
iDoFind.com – Submission Page
Just added 9/25
DeepIndex (in French, but indexes English pages also) – Submission Page
SpongeLink (currently only US and UK sites) – Submission Page
Just added 9/26
ubExact – Submission Page
Just added 10/9
TROPICA (in German, but appears to accept English sites) – Submission Page
www.search.ch (Swiss, but offers multiple languages) – Submission Page
Just added 10/10
XOLA (Vietnamese, but appears to accept English sites) – Submission Page
Just added 10/18
Thorseek (UK only sites – URL must end in suffix ‘.uk’) – Submission Page
Just added 10/21
WEBoFANT (Swiss only sites – URL must end in suffix ‘.il’ or ‘.ch’) – Submission Page
Oriango – Submission Page
Find Once – Submission Page
Just added 11/9/08
Harmony Search (text mostly in Japanese) – Submission Page
WASALive! – Submission Page
Anopt (in Russian) – Submission Page
Rambler (in Russian) – Submission Page
Just added 11/16/08
META (Ukranian – requires registration) – Submission Page
Just added 12/01/08
Seznam (Czech) – Submission Page
acoon.de (German) – Submission Page
Just added 12/8/08
fastbot (German) – Submission Page
Semager (German) – Submission Page
KOBALA (Dutch) – Submission Page
Just added 12/18/08
Super.Info – Submission Page
Zatka (only Indian sites) – Submission Page
Abraham Search – Submission Page
Just added 12/19/08
Insitor (German) – Submission Page
Pogodak! (Croatian) – Submission Page
Just added 12/26/08
4-everY-1 – Submission Page
Just added 1/6/09
Searchers (UK) – Submission Page
Just added 1/13/09
onkosh (in Arabic) – Submission Page
Just added 1/23/09
Redzee – Submission Page (please note that is says that submissions are to only update the image used in visual portion of the engine results, it will add new sites in this way also)
Just added 1/28/09
Majestic-12 – Submission Page
Just added 2/11/09
SearchWiz – Submission Page
Just added 3/4/09
Sagoon (requires registration) – Submission Page
Just added 4/5/09
ODCN.org (Chinese) – Submission Page
NetSprint (Polish) – Submission Page
Just added 4/19/09
Nepal Search (Nepal sites only) – Submission Page
YAAL.DE (German) – Submission Page
Just added 4/20/09
All Xplore – Submission Page
Just added 4/29/09
Mardox – Submission Page
Just added 5/4/09
AnazitisiS – Submission Page
Just added 5/5/09
Yasmos – Submission Page
Just added 5/11/09
Najdi.si – Submission Page
Just added 5/13/09
HopHunt – Submission Page
Just added 5/21/09
STSEEK – Submission Page
Just added 5/25/09
Cnous.ch (French sites only) – Submission Page
Thagodz – Submission Page
Just added 5/28/09
ilse (Israeli) – Submission Page
Just added 6/21/09
Buscan.com (Canary Islands) – Submission Page
Just added 7/16/09
hengine – Submission Page
Just added – 7/21/09
Watta Search – Submission Page
Just added – 7/27/09
iSTOP.in – Submission Page
Just added 8/10/09
Jabse (Bulgarian) – Submission Page
Just added 8/11/09
Liggs – Submission Page
Just added 8/16/09
IWannaSearch – Submission Page
Just added 8/23/09
Wirtualna Polska (Polish) – Submission Page
Szukacz (Polish Sites Only) – Submission Page
Just added 8/25/09
Portelo (Israel) – Submission Page
Just added 9/3/09
Active Search Results – Submission Page
Just added 9/14/09
Ara.com.tr (Turkish) – Submission Page
Just added 9/24/09
SitiDi.net – Submission Page
Just added 10/21/09
Coyote Search – Submission Page
Spider Monkey – Submission Page
Logical Cities – Submission Page
Just added 11/1/09
ExploreWWW (requires registration) – Submission Page
Just added 11/18/09
Bing – Submission Page
Just added 11/26/09
Geona – Submission Page
LookClick – Submission Page
Just added 11/28/09
Secret Search Engine Labs – Submission Page
Just added 12/2/09
Gooru – Submission Page
Semager – Submission Page
Sujada! – Submission Page
Just added 12/17/09
Duck Duck Go – Submission Page
Search Sight – Submission Page
Just added 12/28/09
Ulysseek – Submission Page
Just added 12/29/09
Active Search Results(ASR) – Submission Page
Just added 1/4/10 (first one of the new year!)
Feedeep – Submission Page
UNAMOO – Submission Page
Just added 2/13/10
cruiser (Serbian) – Submission Page
Just added 2/25/10
SitiDi.net – Submission Page
Just added 3/15/10
Secret Search Engine Labs – Submission Page
Sorry about the delay….:-)
Just added 5/17/10
SoSo (China) – Submission Page
Information – Submission Page
Just added 6/4/10
Slider – Submission Page
Just added 8/13/10
U2Search – Submission Page
Uzoekt (Dutch) – Submission Page
Just added 9/10/10
Gocome – Submission Page
Just added 12/28/10
Ultimate Web Search – Submission PageSecret Search Engine Labs – Submission Page
 If you are having a blog or a website and already started seeing some visitors you'll most likely get excited by all the great opportunities that arise: suddenly people give you feedback via blog comments acknowledging (finally) the hours you've put into developing your individual articles. But after a while you'll ask yourself if that's it or if there is still more potential to rank higher for some of the more competitive terms you might be targeting with your blog.
How can you achieve that? Of course, with strong backlinks because Google likes strong backlinks from authoritative domains with a PR of 8 and above. Certainly, PR is not as important as it used to be and you should take that with a grain of salt. Yet the PR will give your a general idea how well your back link will improve your ranking.

What does authoritative mean?
When I say authoritative I mean websites that have been in the business at least for a couple of years. So domain age is an important measure to gauge if a website has certain rank. If you're active in your niche you certainly know which sites have this kind of authority. But those website don't have to be in your niche, general interest portals can provide high back link value, too. So your first step is to find out which websites or blogs carry the most authority in your industry. You should have your set of most important keywords ready and Google them accordingly. Then you may want to organize those results in an Excel spreadsheet.

Using the MozBar and SEO Quake

For a quick overview I highly recommend using the MozBar which provides you with a SERP overlay with the page authority (PA) and domain authority (DA). You can use the browser extensions for free. Yet, if you'd like to take it up a notch you and do further analysis in Excel you need to pay for a subscription to their services. If you'd like to know the page rank as well, you might also want to use the free SEO Quake extension. It allows you to sort results based on a couple of factors and export the results as a CSV. If you're using both at the same time it might get a little crowded, though.


Using Scrapebox for advanced scraping
If you really want to dig deep and find some great authoritative domains you may want to have a look at Scrapebox. Yes, I know, many people think of Scrapebox as a spam tool and certainly it is used that way but you can do great white hat things with it as well, especially if you need to comb through a lot of keywords. After scraping a list of URLs you can use the PR checker and mass analyze page rank for your URL list. Export that list into an Excel chart and do further analysis with it.


My Tips for getting great back links
First of, you need to remember it's not a race, it's a marathon. So, you need to be patient while waiting or actively pursuing the perfect link from an authority site in your niche. Back in the day it was very easy to get a do-follow Wikipedia backlink and your ranking would start jumping up. But it got abused by spammers so Wikipedia did the right thing: they unfollowed every link out to other websites. Wikipedia links still can be very useful because they might bring you traffic. Many people who are writing articles for the web start their research with Wikipedia and if your link happens to be in the resource list you might get the link you're after. Of course, your links will only stick if they are relevant and of high quality. But there are other great tips to get links from authority sites:
Relationship building
This is one of the best, yet the most time consuming part of the backlinking process. You need to be aware of what's happening in your industry and follow the people who really matter: who has a large following on Facebook or Twitter? Who's an authority on Google+? Think about how you can help these persons without asking anything in return. It will be the best ROI for your link building efforts.

Produce high quality content
You need to get your best content out there. Great content gets links over time. Create massive content pieces that cover a topic in-depth. Add videos and how to's to it to improve it even more. Of course, those pieces are expensive and cost a lot of time but they will help you become an authority and build trust and credibility.
Linkbaits
Linkbaits are a great way to get a good deal of links. One of the easiest ways to create a linkbait is creating a top list of bloggers in your industry. Bloggers like to get noticed so possibly they pay you back with a link to your site. Also, it can help you build a relationship with top influencers.
Interviews
Those above mentioned linkbaits might help you land an interview with industry experts or top bloggers. If you can do a video or Skype interview and provide a transcript that will be most helpful and provide good SEO value as well. It might not be easy because top bloggers can be very busy but use your list of authoritative sites that you created before to scale your outreach.

Hustle
Hustling is very important to get "the" link. Ask for links to your best content and if its good enough people will like it and link to it. So make sure your content is extremely useful and scratches a common itch.
Sponsorships
If you have some budget you might want to consider sponsorship opportunities. If you can you might want to consider doing this in the educational field. That might lead to juicy .edu back links. Of course, you could just sponsor a prize or something less sophisticated. Use a Google advanced query like: "your keyword" inurl:sponsors
Buying backlinks
Buying backlinks is a dangerous habit as it infringes Google policy and might result in a permanent de-indexation of your website. Of course, that's devastating so I highly discourage you from buying links for your "money site" or main business. You can experiment with buying links on satellite domains and see their effect. However, buying backlinks can never be a safe strategy as Google is getting better and better identifying and devaluing such backlinks.

Guest posting
You're reading a guest post right now. Of course, this is an effective strategy in getting a link back to your site and build your authority. If you choose to guest post on a blog or website with a loyal following such as bloggersentral you can be sure it will have a positive effect on your brand or blog. It can be time consuming but it is certainly well worth the effort.

Beware: you need a diverse link profile
Google likes a diverse back link profile because this is how websites naturally acquire backlinks: gradually and over a period of time from a variety of sources. So our goal as SEO, web masters and blog writers is to mimic this kind of natural link growth. So you need backlinks from highly authoritative domains and domains with a PR0 or 1 alike.
Just be sure your link profile looks natural that's why you shouldn't only build backlinks that have your keyword as anchor text. Instead mix things up by following a natural pattern. Highly authoritative website will most likely link this way, too. Don't force them to use exact anchor text. Instead be happy to have acquired one of the best links possible for your site.

If you take your time and see your rankings as a marathon you'll have great success and climb the SERPs.
HOW TO DISABLE RIGHT CLICK ON BLOGGER BLOGSPOT
Content copy is the common fact of some new comer blogger. They Just copy content and past their website.You might have noticed that in some websites or blog right click is disabled . Now you can also add "Disable Right Click on Blogger" widget on your blog and protect your copyright content from being used in any other website.

1) Log in to Blogger Dashboard --> Layout --> Page Elements

2) Click on 'Add a Gadget' on the sidebar

3) Select 'HTML/Javascript' and add the code given below and click save.

<script language="JavaScript">
<!--

//Disable right click script III- By Renigade (renigade@mediaone.net)
//For full source code, visit http://www.dynamicdrive.com

var message="";
///////////////////////////////////
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers)
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}

document.oncontextmenu=new Function("return false")
// -->
</script>

Blogger templates