Friday, August 23, 2013

10 Places to put Adsense ads in Blogger

In this article we'll talk about the most common 10 places in our blog where we can add AdSense ads and about how we can implement these and we'll get to know as well which are the most suitable formats based on those available in our AdSense account.

Adsense Advertisements

In the Sidebar

adsense, ads, add adsense blogger

How to implement

This is one of the easiest areas to put AdSense. Just go to the Page Elements (Layout), click on the "Add a Gadget" link, then add an HTML/Javascript widget with your ad code inside it or add directly an AdSense widget.

Recommended formats: 125 × 125, 120 × 600 and 160 × 600, 300 x 600

Between posts

blogger posts, blogger tricks, adsense ads

Implementation. You can add AdSense ads between your posts by going to Layout, click on the "Edit" link below the Blog Posts section, then check the "Show Ads Between Posts" option.

Recommended formats: 468 × 60, 300 × 250 and 336 × 280

Under the header

blogger header, blogger tips, adsense

Implementation:

Before anything, you need to convert your AdSense ad code - you can use this converter here:

AdSense Ad Converter

Next thing to do is to go to your Blogger Template (log in to your Blogger Dashboard, click on Template and press the Edit HTML button) and click anywhere inside the code area to search for the following code using the CTRL + F keys:
<div id='header-wrapper'>
Paste the converted code right after it.

Recommended formats: 728 × 90 and 728 × 15

Above the blog posts


make money, adsense, blogger tutorials

Implementation:

Convert your ad code and search for <div id='main-wrapper'> in your template.

Paste the converted code right after it.

Recommended formats: 460 × 68, 468 × 15 and 336 × 280

Under the post title (this will be visible on all the pages)

money online, blogger tricks, how to blogger
Implementation:

Convert your AdSense ad code and go to your Template > Edit HTML > click anywhere inside the code area and search for the following line (CTRL + F):
<div class='post-header-line-1'/>
Note: if you can't find it, search it without the ending slash /

Paste the converted code right after it.

Recommended formats: 468 × 68 and 468 × 15

Under the post title (visible only on the posts pages)

Implementation:

Convert your ad code and then go to your Template, click anywhere inside the code area and look for:
<div class='post-header-line-1'/>
Note: if you can't find it, search it without the trailing slash /

Paste the converted code, following this example:
<b:if cond='data:blog.pageType == "item"'>

<!-- Add here the code of your ad -->

</b:if>
Recommended formats: 468x68 and 468x15

In the posts' footer

post footer, adsense, blogger blogspot

Implementation:

Convert your ad code and then go to your Template > click anywhere inside the code area and look for:
<p class='post-footer-line post-footer-line-3'/>
Note: if you can't find it, search it without the trailing slash /

Paste the converted code right after this line.

Recommended formats: 468x68 and 468x15

In the post's body (it will be visible on all pages)

adsense how to, blogger tricks, gadgets

Implementation:

Convert your ad code and then go to your Template > click anywhere inside the code area and look for:
<div class='post-body entry-content'>
Note: in case you don't fint this code, search only for <div class='post-body'>

And paste the converted code by following the example below:
<div style='float:right'>

<!-- Add here the code of your ad -->

</div>
Recommended formats: 125x125, 180x150, 120x240 and 200x200

In the post's body (visible only in post pages)

Convert your ad code and then go to your Template, click anywhere inside the cod area and look for:
<div class='post-body entry-content'>
Note: in case you don't fint this code, search only for <div class='post-body'> 

And paste the converted code by following this example:
<b:if cond='data:blog.pageType == "item"'>
<div style='float:right'>

<!-- Add here the code of your ad -->

</div>
</b:if>
Recommended formats: 125x125, 180x150, 120x240 and 200x200

Between post and comments (visible only on posts pages)


Implementation:

Convert your ad code and then go to your Template, click anywhere inside the code area and look for:
</b:includable>
<b:includable id='commentDeleteIcon' var='comment'>
Paste the converted code just above it, following this example:
<b:if cond='data:blog.pageType == "item"'>

<!-- Add here the code of your ad -->

</b:if>
Recommended formats: 468x60, 300x250 and 336x280

In the blog's footer

blogger footer, adsense ads, make money online

Implementation:

Convert your ad code and then go to your Template, click anywhere inside the code area and look for:
<div id='footer-wrapper'>
Paste the converted code right after it.

Recommended formats: 728x90 and 728x15

FAQ

Some questions that are likely to arise:

I can't find the codes, what should I do?
When searching for a specific code, make sure that you have no spaces before/after it. These are the default codes of Blogger and should be found in all the templates unless they have been modified by the template designer.

Why should I convert my AdSense code?
The Blogger's Template reads it as text and not as code so it is better to avoid any errors when trying to save it.

The ads are not displaying properly, why is that?
The ads could be affected by the styles (CSS) selectors (divs) containing them and some templates could be wrong designed, then you should consider modifying these styles, look for another relevant place or in extreme cases, change the template.

Can I put the all 10 codes on my blog?
No, you should choose just one of the locations where you want to put the ads considering that AdSense have some limits on the number of ads that could be displayed. Try to make a balance with your content.

Why there should be only 3 ads displayed on the main page?
This is due to the limit set by AdSense. Combine the type of ads (text, rich media ads and link units) if you want to show more ads.
Hopefully, this guide will be useful to those of you who need to display AdSense ads on your blog.

Wednesday, July 24, 2013

Recent Comments Widget with Hide Author Comments function For Blogger

A few days ago, Mrpolie asked if there's a way to hide the author comments in the Recent Comments widget so that we would be able to see only readers' comments and our replies to be hidden. So, in this post I'll be sharing with you the Recent Comments widget that comes with this function. If you want to show just blog readers' comments rather than yours, you have just to change "Blogger User" text with the surname under which you are posting.

recent comments widget, recent comments, blogger

The main features of this recent comments widget:
  • You'll be able to hide your comments
  • Change the avatar size
  • Set the number of comments to display
  • Set the length of comment for the widget to display

Now let's start adding it...

Step 1. From your Blogger Dashboard, go to Layout and click on Add a Gadget link


Step 2. In the pop-up window, choose the HTML/JavaScript widget


Step 3. Copy-paste the following code:

Recent Comments Widget with Round Avatars: 

Click to see the code

Recent Comments Widget With Post Titles (no avatars): 

Click to see the code

Some changes before saving it.

- to set the number of comments to be shown, change the "5" value from the orange line
- for the number of characters, change the "67" (for the 2nd widget, it is 95) value from the green line
- to hide your comments, replace the Blogger User text TWICE with your name
- to change the size of avatar, change "50" from the blue line.
- if you don't want rounded avatars, delete this line:

-webkit-border-radius: 100px;-moz-border-radius: 100px;border-radius: 100px;
Step 4. Save your widget and you're done!

Thursday, July 18, 2013

Add a Different Background For Author Comments in Blogger's Threaded Comments

In this tutorial we will learn how to highlight the author comments so that they will have a different background color, border, or anything that makes them stand out from the others. To achieve this, we need to add a code in the Blogger's template and to modify the style according to our preferences.
blogger tricks, blogger comments
  

How to highlight author comments in Blogger:

Step 1. Go to Template, click on Edit HTML

blogger threaded comments, customize blogger comments

Step 2. Click anywhere inside the code area and try to find - using CTRL + F keys - this tag:
</body>
Screenshot:
blogger comments, blogger tricks

Step 3. Just above it, paste the following code:
<script src='http://code.jquery.com/jquery-latest.js'/>
<script>
$(function() {
function highlight(){
$('.user.blog-author').closest('.comment-block')
.css('border', '1px solid #FFA500')
.css('background','#F1F1F2 url("http://www.blogblog.com/1kt/transparent/white80.png")')
.css('color', '#444444')
.css('font-size', '12px')
.css('padding', '10px');
}
$(document).bind('ready scroll click', highlight);
});
</script>

Customizing the Author Comments:


Border:
The line marked in orange represents the border's style.
What it can be done:
  • 1px - you can increase the value to change the border's thickness
  • solid - change the border's style to dotted, dashed, inset, outset etc.
  • #FFA500 - this is the border's color value, change it with your own color
Background:
The line marked in blue represents the background's style. You can use a plain color or an image. By default there's a combination of both (a white transparent image with a gray plain color).
To change/add:
  • a different color: replace the #F1F1F2 value with your own 
  • an image: replace the defaul url http://www.blogblog.com/1kt/transparent/white80.png with that of your image

Font Color:
To change the font's color, replace the #444444 color value in green with your own. 
Font Size:
Modify the value in red by increasing/decreasing the "12" value in order to change the size of text.

Step 4. Now Save your Template.

Thursday, June 13, 2013

Create A Rollover Image Effect (change image on mouseover)

 
The Rollover effect is one in which an image web object changes (swaps itself) on mouse over to another web object (called rollovers) and reverts back to the original image on mouse out. Rollover images are preloaded into the page when it is loading, this ensures that the rollovers are displayed quickly. The onMouseOver and onMouseOut attributes of the link tag are used to make this functional.
Demo:  Place your mouse over the image below to see its rollover effect

Making Rollover Effect Image

You have the following code:

<a href="URL ADDRESS"><img src="URL OF THE FIRST IMAGE GOES HERE" onmouseover="this.src='URL OF THE SECOND IMAGE GOES HERE'" onmouseout="this.src='URL OF THE FIRST IMAGE GOES HERE'" /></a>

Change the colored texts as it follows:

1. URL ADDRESS

This is the address where somebody will be sent when clicks on the image.
Example, my blog address: http://songsalengleng.blogspot.com/

2. URL OF THE FIRST IMAGE GOES HERE

Replace the orange text (two times) with the URL address of the image which will appear before you hover over it.

3. URL OF THE SECOND IMAGE GOES HERE
Replace the text in blue with the url of  the image that will appear when the cursor hovers over it.

Now you can paste your image inside a blog gadget, going to Layout > click on Add a Gadget link (right side) > Select HTML/JavaScript from the pop-up window, then add it to your sidebar.

You can also add it inside your post by going to New Post > Switch to HTML tab and then paste the code in the empty box.

That's it. Enjoy ;)

Add Facemoods Emoticons To Your Blogger Comments


Here are some amazingly funny emoticons compatible with your Blogger comments - also with threaded commenting system! If you want to know how to add them, just follow the next steps:


emoticons, smileys, blogger, tricks

Step 1. From your Blogger Dashboard, go to Template and click the Edit HTML button


...click anywhere inside the code area and press CTRL + F to open the search box:

Step 2. Type or paste one of the below lines inside the search box, then hit Enter in order to find it:

  • For previous commenting system: 
<h4 id='comment-post-message'><data:postCommentMsg/></h4>
  • For threaded comments:
<div class='post-footer-line post-footer-line-3'>

Step 3. Add the below code just above it

(for threaded comments, add the code after):
<b:if cond='data:blog.pageType == "item"'>
<div style=' width: 450px; text-align: left; border: 1px dashed #0084ce; background: transparent; padding: 10px; color:#000000; font-weight:bold; '>
<img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi7kg0PrSgfLmwMB23q8XiNdSQDZkMZjrI9Z68fU8NHDPBZHnOujWFvoJEuvhh1pVTppJZbr3syvepSvg1XZ9kxQSt9DyakA-88Euk83ZJO1MqgIgg9EBU0S9M4xqMEJOjMv3GQu9r63lxz/s1600/helplogger.blogspot.com(1).gif'/> :a
&#160;
<img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhA8KSHVqYI1DyCJuAIBIeU2-F0kgAPCxTEU1dd39kQlJTpeWMb202a6kbACXezn6bJV4Z_TclPXWF2l7E0An0c1sXwhHoS-1wz3fmxoOnPgzNh5KODHr-O8i8s0RUabjnCqROMzRxLid0E/s1600/helplogger.blogspot.com+(2).gif'/> :b
&#160;
<img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjbjbNZO6zydoYbd9ROlVdcC0uwfVuUHeo3FcI9W_roIAWVsU7PaBFNPBasPCvxyRwgvWqxTF0Jt-8xuR_0nEzOrmsGtfyO0E4R5ICiwB6ma21umK8efeOs9ft9vip9AEZCBs15zobqBLaW/s1600/helplogger.blogspot.com(3).gif'/> :c
&#160;
<img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiEZ5dlVX2KMEgJ8KhJMDWQ41bZLyrF7meqSw19FLVzRcDNjJmox-vf8xWyghENVwWo1_nK-LKPMQy4E2rsgc81cknfNqsdXHPKHOoPXRlFZe2Ejy2qvK3lAPwBKStIU6od1nXlbfVTc8p1/s1600/helplogger.blogspot.com(4).gif'/> :d
&#160;
<img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhTcSwSktgxqprPJACLd12McQmrb6kaeA1ChGh-1afzJXpDxZlM6IErQfOajRUdywbRtj0_EUminGiF20wpeX9y2IPM9qR1g1iKPCO3N1X633iMEv6T648AXrC_E0Wkim18W_FgChysCpig/s1600/helplogger.blogspot.com(5).gif'/> :e
&#160;
<img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjnjwilOEFED-v6GUQT8nrUcTu-AG3SvQubbvbzs7AnFjRqRJaBlKLQ64wCqZPIVOveuoew4AQeLN42Qf5CJUD29qlXkbwfdcq770X1O5vT6qJRYa9XExAWsya6neHmt2dil3cpWEmsoDtx/s1600/helplogger.blogspot.com(6).gif'/> :f
&#160;
<img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjLkt5h1FQOpqXti6s3VDPtq4RjsijtrFrq7n5MpMYh-eTs1LdC-kxVkp79sZ80bix6dHcdtzBCHXc9orN_iKt_7lMhJgYGGd2Xxkvq4V0hGnZc-43WE0JuqFVbTP0wxmWpUy5XoaOjwQyL/s1600/helplogger.blogspot.com(7).gif'/> :g
&#160;
<img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgS7gUkPPJn0CP31oivTKN5m7T_Dk6vMyRDFJunWftZhm1kpnxd6dr4r53Q9xuke35mfZrFBzQKTEkQTy9v87q_1A4QDD2RKrjapH4rBWTy_MzIJ8jtAH51iAmLZlcsNICxGMjPW4aF1BKs/s1600/helplogger.blogspot.com(8).gif'/> :h
&#160;
<img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi310EQxpjhyphenhyphenCa7R32YWmlHC2FtFJjalzbHFEGT_TuoAlWBU32uud5aKLdyjHNzlPY8XFQv2a0z3onnbscKZfnJIq2on01jurB6GMqQya_LeU_A0gusqhWqr5retbjT3QvlNGBQC1mQ8T7n/s1600/helplogger.blogspot.com(9).gif'/> :i
&#160;
<img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgVi3ieqh7bhhCJNfRm8cyNyDwWDvTY8-x2thf3CRSHX6ga4_HW5YbvPpBcq1vnjgsDWZxhJl4xptG4FGTYDYYNTDnPR9zVBelbVci2AmNJ7Jt0CV1pCQG0xlJGCsEceQb6BIXBKKr6rX-i/s1600/helplogger.blogspot.com(10).gif'/> :j
&#160;
<img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjEe5Dyh6ln2JAQIf9ohOe0cOXd_VYnvcHXpuVwxqEoOdrMre3jJxECYqfMnyyydpMDjSijQMe7rhZkxxZqtcQuP8gUhowPn5mgYX7kpCQGbhL0pJqMLRpagZqKu7on0Xt0ZewHzI67zVom/s1600/helplogger.blogspot.com(11).gif'/> :k
&#160;
<img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhO-DHyWvasNbNm2NwUcQzYADUb825Dk0gv5dqnGRizOlkng2N4KZ8yUkW3F3Y443pFcLgN0E6oMBHwKeB8N5w9xY9o4sAB7TFvimPOQCGe_LLYtBhgqVcJCTawKTeSzDKU7HrNsFxYdy-V/s1600/helplogger.blogspot.com(12).gif'/> :l
&#160;
<img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj-JaRtLZxkNrKmXNRhFwTw5g0b7UOoeOzzGGqzDfr-8tQBfTAx0zWbejSSMrF2zMPREP8VpOG0xCGnXyR1OisVeCpcijgJSjAgY3sinV7SptupBqV9N4z2a-YzFlGkd3wNQfC0Xq0Y5C0Y/s1600/helplogger.blogspot.com(13).gif'/> :m
&#160;
<img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhfS17zTJcef79FqM65scTqlFWnI_iXt70BoHtyIiiI8z29cGOhKM-2bEFjDTidHz94GLhGnQpiTP25-Y8ayTSz9gJtSOXQfPUN4M2AGzXUT8QSpWvI6iJHEwA4OQoUeWvg9f_evLgaPQWg/s1600/helplogger.blogspot.com(15).gif'/> :n
&#160;
<img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhZeh0gJltOCpIdh5BcTwLHW54q4TWPvjHPf24o46j4tEHkaYyL2R3oU6INKcg6kYyhrWfhqAtzFhB37FRbhcKzriOX32ZlA8k4ZDoEErBgDhevrVT50bFIkhjX1szuNI33RwKQw68CvvT-/s1600/helplogger.blogspot.com(16).gif'/> :o
&#160;
<img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjc2AcWanhQMqJxddr4YqvSctfKO29nSnwlwMYRn5adGiruMcdWCpC2R2B0cWKb8Z8qvBOY9YDIhTwjHj8JtD8v3y3KxyylCR0bhmsSsWALAaf7YlvX83MELg8djHOMLrq_dlemWXE6KYOf/s1600/helplogger.blogspot.com(14).gif'/> :p
&#160;
<img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgg9JQ1YFZGZdBiLdx_VmyAHchQjUl8oX67AkBlsXrXLXBcJts1W788o7X68wAMK16RbGl2OCJnDXo_yPLrzFblzzipQv5TvAJXDZlmLke0rshN7NIXr3Zah-YPCpOyv8Drzp_xjDPTOMFx/s1600/helplogger.blogspot.com(17).gif'/> :q
&#160;
<img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi19F4QBg2QT2fj75c8YH5l3TQap8IrZpHj2ExxbsZ03iSw26poc-lP8EtT-XjqF1kjI6Sa0NtijQEZVsTBrfkuRCCGGnUXTaoBPNAuJ4T72cYOXTIfJyam23rWm7na5YzUk3bI7yj1ZFPI/s1600/helplogger.blogspot.com(18).gif'/> :r
&#160;
<img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjg4BQAF4a63G9LNGo3-cr-jtU4FEN3b2Cy5fxvtHmaLxjmqC6eCBD9ht-gcULvirwZ12ezk0qzswtLpG1HlQxgDSrfDBba66-HcleWkw1R531u8yDTA1VudZW1LhEmOsrTyjA_Pvg8x_FF/s1600/helplogger.blogspot.com(19).gif'/> :s
&#160;
<img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg5edIXBxM_lE1W5iv1L23YqMJsRcY4CGXR55phu7MksJhX5sFMk9AkOkYVre9f21nZytlGxNY4EnSJ052jb3Hhqj18uyozUkC63nKNGCB5O-QLdp1SZPe10bb8IIQQy69oymg4JJP5LGwx/s1600/helplogger.blogspot.com(20).gif'/> :t   <a href='http://helplogger.blogspot.com/2012/05/add-facemoods-emoticons-to-your-blogger.html' style='color: rgb(30, 122, 183); font-size: x-small;'>Add smileys to Blogger + </a>
</div></b:if>
Step 4. Now search for this piece of code:
</body>
Step 5. And add the following code immediately above it:

  • For previous commenting system:
<script type='text/javascript' src="http://helplogger.googlecode.com/svn/trunk/facemood emoticons.js"/>
  • For threaded comments: 
<script type='text/javascript' src="http://helplogger.googlecode.com/svn/trunk/facemood emoticons threaded.js"/>
Step 6. Save the Template and hopefully, now you can enjoy commenting by adding these cool emoticons.

Tuesday, June 11, 2013

4 Tips To Build Quality Backlinks For Blog

Backlinks can change the way of blogging. If Quality Backlinks can improve your blog ranking then bad and poor backlinks can ruin your all efforts and hardwork into vain. Webmasters need to give special preferences to quality of backlinks. In Panda and Penguin World, quantity of backlinks doesn’t matter. The thing which matter is Quality. In past, webmasters used to generate backlinks using poor techniques like profile links, link exchange with random websites, generating too many links with same anchor text on which they want to rank their blog in search engines. But the time has changed now. Google hates all of these link building techniques. Now we have to work on quality not the quantity. In this article I will share some best tips that can be follow to generate high quality backlinks.


Quality Backlinks

Below are some general methods of getting backlinks to a blog and you may be aware with them. But in this post I will tell you how to follow these methods correctly without any risk of SEO penalties. So, take a look at what to do and how.

Tip 1: Blog Commenting

Most of you will know that blog commenting is the best method for link building to a blog but do you know how blog commenting works. This is highly recommended to add blog commenting in your blogging schedule. Leave at least 10 comments daily on high ranked blogs same with your niche. It will not only help you in link building but also help you to increase blog traffic. Most of bloggers will know the benefits of blog commenting but they don’t know how to take proper benefits of their time they spend on commenting on other blogs. Commenting on those blogs where you get nofollow link is a waste of time. Work on those blogs where you can get dofollow backlink for your blog.
Use search engines to find CommentLuv and KeywordLuv enabled blogs and leave valuable comments on those blogs on daily basis. When you comment on those blogs then below every comment your recent posted post will be shown with title as anchor text. And even you can also use your keyword in the name field like this Ankit@Blogger Tips Tricks. That means you can get two backlinks from single comment. It will help you to generate high quality dofollow backlinks and your Page Rank will increase.

Find CommuntLuv and KeywordLuv Enabled Blogs

This is really a simple job to find those blogs which have installed Communtluv and KeywordLuv commenting system in it. Simply go with your favorite search engine and type the below query.

1) your keyword “CommentLuv”
2) your keyword “KeywordLuv”

It means if I need to find blogs with blogging niche then I will search query like blogging “CommentLuv”.

Once you enter these types of search terms you will get the list of CommentLuv and KeywordLuv enabled blogs. Use them to increase your blog backlinks. Spend at least 20-30 minutes daily to read those blog’s articles and leave valuable comment there. Don’t put short comments like nice article, good article and all. Blog owner will not accept these types of comments and your efforts will be waste.

Tip 2: Use Forums

SEO Forums
Participating in webmaster forums can help you to increase your blog readership. Readers will let to know about your blog and hence new visitors land to read your content. Denote some time from your schedule to use forums for link building. Answer the questions there under your perfection of field and use signature as a link back to your site. You can use below forums.

Digital Point Forum

This forum is especially for webmasters and SEO niche. You can ask your questions there as well can reply to those questions asked by others. Try to reply with best answer. Once your answers got liked by 3 established users then you will also become an established user. Then you can use signature below every answer which you give. Use link pointing back to your blog in signature column. Visit Digital Point Forum.

Yahoo Answers

Yahoo Answers” is the best place to increase your blog traffic fast. There are millions of visitors on this question answer website. You should join this site for your own benefits. Spend some time to reply other’s questions. There are 10 levels and when the number of your answers will increase these levels will also increase. As same as digital point forum, here you have the opportunity to put your blog link in source column. But that link will not be active. If you want an active link then you have to reach on second level. Second level means 250 points. 2 points for each answer and 10 points for the best answer if voted by the person who asks the question. Do answering on regular basis, it will bring new visitors to your blog and if they subscribe your feedburner feed then they will become your blog readers. Visit Yahoo Answers.

Tip 3: Guest Blogging

Guest Blogging
Write your best and unique articles for other’s blog. Yes, you heard right. Write for others and in return you will be awarded with a very powerful dofollow and targeted backlink with anchor text of your choice. Find blogs under the same niche which you have and contact their owners using contact us form in their blog to submit guest post. If they agree to publish your post on their blog then submit your post and include one or two link between content or in the Author’s Bio section with your main keyword as anchor text. Guest Posting is beneficial for both the parties. Blog owners receive free and high quality articles for the blog and in return you receive high quality backlink for your blog.
Note: Don’t always build backlinks for your blog homepage. Try to build backlinks for internal pages also like category pages or any related post. For more SEO benefits you can also link to your sitemap page. By sitemap page, I mean the page which contains links to all published posts into your blog. You can visit my blog sitemap page for better understanding named as Blogger Tips And Tricks. By linking to that page means killing two birds with single stone. First is it will help Google Bots to crawl and index all of your posts and second is visitors will have to click to the links to read the article hence more page views.

Tip 4: Internal Linking of Posts

Internal Linking
Internal links and External Links both plays an important role in SEO. Internal links also count as quality backlinks. Google loves those blogs which works on internal linking strategy. Let me tell you how internal linking works. Whenever you right new post, try to link your previous posts or popular posts with proper anchor text. It has multiple benefits like:
  1. Build Backlinks for all posts.
  2. Search engine crawlers will let to know about your blog content in deep. All the posts will get indexed fast. Hence better crawl rate.
  3. Flow of page rank juice to all internal posts.
  4. Increase Blog Traffic.
  5. Reduce Blog Bounce Rate.
  6. Increase blog visit time, hence better ranking in search results.
So, what you think does internal linking works? Obviously works dear. Just try it and you will let to know yourself.

Your Turn!

This is all about on how to build backlinks for blog in post panda and penguin world. I have shared my secrets with you guys. Now it’s your turn. Use these strategies regularly and effectively and notice the positive change in your blog performance in search engines. I am also trying to learn more methods and ways for generating quality backlinks for blog. If you know other methods then please share them with me. Leave your comments below this post. I will be thankful to you guys. Happy Blogging!

Friday, June 7, 2013

What is blogger and how you can create a blogger blog?

 
What is Blogger?
 

According to the Computer Desktop Encyclopedia, Blogger is:
"A Web site launched in 1999 from Pyra Labs, San Francisco, CA (www.blogger.com) that provides the tools for creating blogs (Weblogs). After users select a pre-designed template or create one with their look and feel, every posting entered on Blogger is published to the Blogger page on their Web site automatically. In early 2003, Blogger was acquired by Google. "


So, in simple terms, Blogger is a free site where you can make blogs (a kind of sites) where you can write about everything you want - from personal life to discussing about your political views, or relating your experience in a topic of interest.
How to create a blogger blog?

Go to Blogger.com homepage and click on the "Get Started" button

blogger tricks, tips, create a blog

Enter your Gmail acount details (your gmail address and pasword) and then press "Sign in"

blogger, create blog, web design

Enter the name you want to appear on your blog - check the "Agree to Terms and Conditions"
Click on the "New Blog" button

web hosting, forum, design, blogger blogspot

Enter your blog title and the address of your new blog, choose a template (Simple Template is more easily to customize, so i recommend you to choose this one) then click on "Create Blog!"

Now that your blog has been created, you can start blogging. That's all :)