The Affiliate Marketing and Money Making Blog

Your Ad Here
Get Chitika | Premium
Showing posts with label monetize blog. Show all posts
Showing posts with label monetize blog. Show all posts

How to Add 125x125 Ad Spots To Your Blogger Blog

Bookmark and Share

 

Currently, 125x125 ad-spots are the most widely used ad dimensions in the blogosphere. For both publishers and advertisers these dimensions are perfect for displaying text and pictures in an attractive way. And these ads do not interfere too much with the blog's content.

So if you are too planning to sell some ad space on your Blogger blog with these 125x125 spots, just follow these simple instructions:

A lot of bloggers place and control this kind of ad-spots through CSS but the ones you can add by following this guide work with standard HTML, so as to keep the process as simple as possible. Furthermore, it allows for easy customization later on.

1. Log in to Blogger, navigate to Layout --> Add a Gadget --> select HTML/JavaScript from the menu.

2. Paste the following code into the HTML/JavaScript box:

<center><table border="0"><tr>
<th width="126" height="126" align="center"><img src=" http://i606.photobucket.com/albums/tt144/saxplayer2112/ad-125x125.gif "/></th>
<th width="126" height="126" align="center">
<img src=" http://i606.photobucket.com/albums/tt144/saxplayer2112/ad-125x125.gif "/></th>
</tr><tr>
<td width="126" height="126" align="center"><img src=" http://i606.photobucket.com/albums/tt144/saxplayer2112/ad-125x125.gif "/></td>
<td width="126" height="126" align="center">
<img src=" http://i606.photobucket.com/albums/tt144/saxplayer2112/ad-125x125.gif "/></td>
</tr></table></center>

Note: The code in green represents "no. of columns" (2 green lines=2 columns) and code in purple represents "no. of rows" (2 purple lines=2 rows).

3. Save the widget.

4. When an advertiser approaches you, replace the links in red in the code above with the code for the new ad.

TIP: Instead of displaying all 4 banners as „Advertise Here”, it is better to use a couple of them to show any affiliate ads you may already have and keep just one or two as „Advertise Here” spots.

You may use any of the following „Advertise Here“ banners (right click on picture and choose “save as”):

 

125-x-125-advertise-here-image-12 125-x-125-advertise-here-image-13
125-x-125-advertise-here-image-18 125-x-125-advertise-here-image-20
125-x-125-advertise-here-image-24 125-x-125-advertise-here-image-32

 

In this post I have shown you a simple method for adding 125x125 ad Spots to your Blogger blog. If you are interested in making money you should definitely add a couple of them to the sidebar of your blog.

Good luck!

 

Related article:

How to Add an Affiliate Banner to the Sidebar of Your Blogger Blog 

How to Add an Affiliate Banner to the Header of Your Blogger Blog

How to Add AdSense Ad Units or Affiliate Banners Above the Header of Your Blogger Blog

 

 

How to Add AdSense Ad Units or Affiliate Banners Above the Header of Your Blogger Blog

Bookmark and Share

 

A lot of people who are interested in monetizing their Blogger blog want to know how they can add a Google AdSense ad unit or an affiliate banner above the header of their blog. Therefore I am going to show you in this post how you can place an affiliate banner or Google AdSense banner/ad block right at the top of Blogger blogs.

Setting up Blogger so that ad units can be placed above the header requires the addition of a snippet of code to the template of your Blogger blog. This tutorial is aimed at beginners and newbies to Blogger and blogging. The adjustments can be performed in less than 5 minutes.

adsense above blogger header bearb

How to Add a Google AdSense Ad Unit or an Affiliate Banner Above the Blogger Header

1. Login to Blogger if not already logged in.

2. Navigate to Layout --> Edit HTML.

3. As a precaution back up your template by downloading the full template to your computer.

4. Check the Expand Widget Templates box.

5. Search for the following line of code which in most templates will be directly after the <body> tag (The easiest way to do this is by pressing Ctrl + F and then entering the line into the search box):

<div id='outer-wrapper'>

6. Paste the following block of code directly after this line to create a new section:

<div id='topads-wrapper'>
<b:section class='topads' id='topads' preferred='yes'/>
</div>

7. Next you need to add some CSS styling to the newly created section. Please note that the banner will be centered by default. If you want to change the alignment for some reason or other you just need to change the CSS styling.

Place the following code in the head section of your template before these lines:

]]></b:skin>
</head>

The code to be inserted:

/* Top Ads
----------------------------------------------- */
#topads-wrapper {
margin: 0;
padding: 0;
position: relative;
text-align: center;
width: 100%;
}
#topads {margin: 0; padding: 0;}
#topads .widget {margin: 0; padding: 5px 0;}

8. Click on Save Template.

9. Now go to Layout --> Page Elements.

10. You will find that you can add a gadget to a new section above your header and directly below the navbar.

How to Add a Google AdSense Ad Unit

Click on Add a Gadget and choose your preferred Google AdSense ad unit. The best choices for this position are the 728x90 Leaderboard, the 468x60 Banner, and the 728x15 or 468x15 Horizontal Lines. For best results choose either the Blend Template or Match Template option. Do not forget to save when you are done.

How to Add an Affiliate Banner

If you´d rather add an affiliate banner, click on Add a Gadget and choose the HTML/Javascript widget from the list of gadgets available in the menu. You then need to paste the affiliate banner code into the content box in the popup window and save your changes. Click on View Blog and you will see your new banner displayed above the header of your Blogger blog. For more detailed instructions about adding affiliate banners to a Blogger blog please refer to my article How to Add an Affiliate Banner to the Blogger sidebar.

Tips and Troubleshooting

a) If you wish to add more than one widget to the section above the header you will need to change the template code from:

<b:section class='topads' id='topads' preferred='yes'/>

to:

<b:section class='topads' id='topads' maxwidgets='3'>

This change to the template will allow you to add up to 3 widgets above the Blogger header.

b) If you wish to display your Google AdSense ad unit only on the post page and not the home page then you need to add an <b:if> statement. For instance go to Layout -- > Edit HTML after you have created your ad unit and you will see that the code you inserted is now different. That is because the Adsense widget code has been added. You are likely to have something that looks like this:

<b:section class='topads' id='topads' preferred='yes'/>
<b:widget id='AdSense7' locked='false' title='' type='AdSense'>
<b:includable id='main'>
<div class='widget-content'>
<data:adCode/>
</div>
</b:includable>
</b:widget>
</b:section>

By inserting the code within an <b:if> statement you will be able to control where it appears. To have the Google AdSense ad unit only display on the post page you need to add the following lines of code:

<b:section class='topads' id='topads' preferred='yes'/>
<b:widget id='AdSense7' locked='false' title='' type='AdSense'>
<b:includable id='main'>
<div class='widget-content'>
<b:if cond='data:blog.pageType == "item"'>
<data:adCode/>
</b:if>
</div>
</b:includable>
</b:widget>
</b:section>

In this tutorial I have shown you how to create a new section above the header of your Blogger blog and how to add a Google AdSense ad unit or an affiliate banner to that spot. In addition I have shown you how to place the aforementioned Google AdSense unit or banner only on the post page rather than on every page of your blog. If you have any questions please leave a comment.

Good luck!

 

Related articles:

How to Add an Affiliate Banner to the Header of Your Blogger Blog

How to Add an Affiliate Banner to the Sidebar of your Blogger Blog

Better Google AdSense Placement for Blogger

 

How To Add An Affiliate Banner To The Header Of Your Blogger Blog

Bookmark and Share

 

If you are interested in making money from your blog, chances are you will want to add an affiliate marketing banner to the header of your Blogger blog. Doubtless you have seen plenty of websites sporting advertising banners which are creating revenue for the author by way of banner clicks. With a small amount of rather simple tweaking to your Blogger template you, too, will be in a position to boost the revenue earning capacity of your Blogger blog.

ad-banner-to-blogger-header

How to Add an Affiliate Banner to the Header of Your Blogger Blog

There are a number of good places for a banner or an ad block, but the header of a blog is by far the most prominent area. Unfortunately, Blogger does not provide an easy facility for inserting an advertising banner into the header of your blog. To manage this you have two choices:

1. Use a custom template that comes banner ready. (There are a number of templates out there with this feature built in.)

2. Customize your existing standard Blogger template.

This post focuses on choice # 2 and shows you how to go about manually editing your template to add an affiliate banner ad. By the end of this tutorial you will have the necessary knowledge to insert a banner into the header of your Blogger blog. The level of difficulty for the necessary additions is easy to intermediate, so pretty much everybody should be able to get this done in a matter of minutes. You will be adding a few lines of code to your template plus pasting in the affiliate marketing banner code.

For the purposes of this example I will be using a 468x60 banner. This specific method of banner insertion has been tested on the following standard Blogger templates:

Herbert
Rounders
Denim
Thisaway
Son of Moto
Sand Dollar

It will also work on most custom templates that do not already come with an advertising banner in the header built in.

How to Insert an Affliate Marketing Banner into a Blogger Blog

1. Login to Blogger.com and navigate to Layout --> Edit HTML.

2. On the Edit HTML page you will see the option to back up your template by downloading it to your system. I strongly advise that you take this opportunity to backup as you are about to make a change to your template where you may not be able to restore it if anything should go wrong.

3. Once you have backed up your template place a check mark in the Expand Widget Templates box.

4. Search your template and locate the following lines of code within the header section of the template (note you can search by using CTRL + F and entering <b:includable id='main'> into the search box):

<b:includable id='main'>
<b:if cond='data:useImage'>

5. Now insert the following 2 lines of code directly below <b:includable id='main'> and before <b:if cond='data:useImage'>:

<div class='ads'>
</div>

6. Place your merchant affiliate code between the lines of code you just inserted. You will need to copy the code from the affiliate program provider to your template (better still, copy it into a program like Word , piece the parts together, and then copy and paste the complete code into your template). If you have not as yet signed up for an advertising program such as Linkshare or Chitika you will need to do so before you proceed. Alternatively, you could use my banner code in the meantime to test this banner and later substitute it for your own.

<div class='ads'>PLACE YOUR BANNER CODE HERE
</div>

7. Review the code you have entered. If you have followed the steps above you will now have code that resembles this (Your affiliate code will of course be different):

<b:includable id='main'>
<div class='ads'>

<a href=https://chitika.com/publishers.php?refid=********** style="text-decoration: none;"><img src="http://scripts.chitika.net/eminimalls/logos/468x60.png" border="0" height="60" width="468" alt="Get Chitika Premium" title="Get Chitika Premium" /></a>

</div>
<b:if cond='data:useImage'>

8. When you are sure you have correctly inserted the code into the template scroll up until you find this line in your template:

]]></b:skin>

9. Immediately before this line add the following lines:

/* Header Banner
----------------------------------------------- */
#header .ads{width:480px; height:80px; float:right; padding:20px 0px 0px 0px}

10. Click on Save Template.

11. Click on View Blog to view your new banner.

Troubleshooting

  • If you need to change the alignment or padding around the banner to your own specifications you will need to change the CSS stylesheet code entered in Step 9
  • You can change the alignment of the banner by changing float:right; to float:left; if you would like your banner to left align.
  • If you change your template for another standard Blogger template you may need to re-enter the code in Step 9.
  • Sometimes the code you get from your affiliate may be incomplete. For instance, some of Chitika´s banner codes are missing the specifications for height and width. In this case you will have to enter height=".." and width=".." yourself.
  • If you change the size of your banner you will have to change the specifications of the code you inserted in step 9 as well.

In this post you have learned how to insert a 468x60 affiliate marketing banner into the header of your Blogger blog and will now be well on your way to earning revenue from multiple income streams.

Good luck!

 

Related Article:

How to Add an Affiliate Banner to the Sidebar of Your Blogger Blog

 

How to Add an Affiliate Banner to the Sidebar of Your Blogger Blog

Bookmark and Share

 

Quite a lot of people are interested in making money from their blog(s) and for this reason want to learn how to integrate affiliate banners into their Blogger blog. In this post, which is the first of a series, I shall show you how to place a banner (or, in fact, any number of banners) in the sidebar of your Blogger blog. Although this tutorial is primarily aimed at newbies, but it may offer helpful tips for anyone interested in making money by adding an affiliate banner to the sidebar of their Blogger blog.

How to Add an Affiliate Banner To the Sidebar of Your Blogger Blog

Adding an affiliate banner to the sidebar of your Blogger blog is fairly easy. Just follow these step by step instructions:

1. Join an affiliate marketing program like Clickbank, Commission Junction or Chitika and select your merchant or the products you want to advertise.

2. Decide on the size of the merchant banner or banners you wish to display in your sidebar. Make sure that whatever size you choose will fit into the sidebar space - otherwise your banner ad may not be displayed properly on your blog. Typical sizes suitable for sidebars are:

  • small rectangular banners 125x90, 125x125 or 150x150
  • square banners 200x200 (if space allows)
  • short vertical banners 120x200
  • column style skyscraper banners 120x600 or 160x600

3. After choosing your banner you will be presented with the merchant code to display the banner. Right click to select all and right click again to copy the code (Ctrl + C) to the clipboard of your computer.

4. In a new tab or window login to Blogger and navigate to Layout --> Page Elements.

5. Click on Add a Gadget in the Sidebar. If you are using a customized template you may have 2 or more different sidebars, so decide which of them you want the banner ad to be displayed in.

6. Select the HTML/Javascript widget from the Add a Gadget menu.

7. Place your mouse in the content box of the Configure HTML/Javascript widget and right click. Choose paste (Ctrl + V) to insert the merchant code of your banner ad into the content box.

8. In the title box add a Title like Sponsored Ads if you wish, otherwise leave it blank.

add_banner_sidebar

9. Click on Save.

10. Use Blogger's drag and drop feature to pick up your new HTML/Javascript widget and position it where you want your banner ad to show up in your sidebar.

11. Save the Layout.

12. Click on View Blog to see your new banner ad in action.

How to Add Space Between Your Banner Ads

If you want more space between your banner ad and the previous widget you can add <p> before the code you inserted in the HTML/Javascript widget. If you need even more add another <p>

How To Center Your Advertising Banner

If you want to center your banner ad insert <center> before the merchant code and </center> after it.

How to Add More Than One Banner

If you want to add more than one banner ad to the same widget you can do that by pasting the code for the second banner ad below the first lot of code. If you want some white space between the banners ads insert <p> between each block of code.

In case of trouble

Your Banner Is Not Displayed

Your banner ad should appear right away. If your banner ad is not displayed at all then there is a problem with the widget you have just created. Retrace your steps, making sure you have inserted all of the code.

Only a Placeholder for the Banner Is Displayed

If you see a placeholder but no ad is displayed then the affiliate website may be off line or there may be a problem with the code in some way. Go back and make sure you copied all of the code correctly. (Sometimes the / is missing at the end of the code. Remember: All HTML code commands must be closed with a corresponding command: <a> with </a> and so on. The providers of widget and affiliate codes sometimes forget to do this.)

 

In this post I have shown you how to add an affiliate marketing banner to the sidebar of your Blogger blog and provided solutions for two of the most common problems that you may encounter. In upcoming posts on banner advertising I´ll show you how to place banners in a variety of other spots on your blog. So why don´t you bookmark this site so you can return easily?

Good luck!



Related article:

How To Add An Affiliate Banner To The Header Of Your Blogger Blog

H2U8RVTZETHA

How to Add a PayPal Donate Button to Your Blogger Blog

Bookmark and Share

 

If you are interested in receiving a few bucks in exchange for all the hours and the hard work you are putting into your blog, then you might want to consider adding a PayPal donate button to the sidebar of your Blogger blog. Adding a donation button will (hopefully) encourage some of your loyal readers to say a big thank you for helping them out and/or entertaining them. Not everyone will donate, but once in a while a generous soul will voluntarily give you a little financial encouragement.

In this tutorial I shall show you how to add a PayPal donate button to the sidebar of your Blogger blog. There will be no need to change the template, so this should be fairly easy.copyrightjps

1. Sign up if you do not already have a PayPal account.

2. Login to your PayPal account.

3. Click on the Merchant Portal tab.

paypal merchant portal text

4. Choose Donations from the list of key features displayed in the right sidebar of the PayPal Website Payments Standard option (the first of 3 payment solutions).

clip_image001[5]

5. From the PayPal Create a Payment Button screen choose Donation from the dropdown menu at Step 1 if it is not already selected.

6. Stick with the default button unless there is a special need to customize it.

7. Choose the currency depending on your needs and location.

8. Choose the Donors enter their own contribution amount radio button unless you want to have a set amount.

clip_image001[7]

9. Make sure that the Secure merchant account ID radio button is selected. This will prevent spammers from getting hold of your email address.

10. At Step 2 it is worth saving your button.

11. At Step 3 customize your checkout page by allowing donors to write a short comment by selecting the Yes radio button to special instructions to seller.

12. Select the No radio button for customer's shipping address.

13. Select the Create Button button.

14. Once PayPal has created the donate button code copy it by right clicking your mouse and choosing copy (Ctrl + C).

15. Log out of PayPal.

16. Login to your Blogger account if you are not already logged in.

17. Go to Layout --> Page Elements.

18. Click on the Add a Gadget link in the sidebar.

19. Choose the HTML/Javascript widget from the list provided.

20. Paste the PayPal donate button code into the Content box of the dialog box that appears by placing the mouse inside the box and right clicking the mouse and then paste (alternatively Ctrl + V).

21. Select a title like "Buy Me a Coffee Today!" or whatever you think works best.

22. Click on the Save button.

23. Drag and drop your new donation gadget into the spot you want it to appear in.

24. Hit the Save button to make sure your changes are saved.

25. Click View Blog to check your new PayPal donate button in the sidebar of your Blogger blog.

26. Try out your new PayPal donate button by clicking on it. You should be be taken to the PayPal Checkout screen.

In this post I have walked you through the steps necessary to add a PayPal donate button to your Blogger blog.

Good luck!

 

Better Google AdSense Placement for Blogger

Bookmark and Share

 

In this post I´ll show you another way to increase the performance of Google AdSense on your Blogger blog by further extending the choice of placement options of your Google ads. All it takes is just a little adjustment of your Blogger template that will give you one more placement option for your AdSense ad blocks.

You will learn how to place Google AdSense between the header and the first post. This will allow for a huge variety of Google AdSense ads to be added, the 728x90 leaderboard probably being the most suitable. No technical knowledge of Blogger is needed to make the necessary changes.

How to Add Google Adsense Between the Header and First Post

If you are serious about increasing your earnings from your blog you should try to place a full length advertising banner between the header and the first post. For instance, having a 728x90 leaderboard in this prime position can be very effective. (Depending on the template you chose the 336x280 large rectangle might also work well.) To add a Google Adsense unit to this position take the following steps:

1. Sign in, then navigate to Layout --> Edit HTML.

2. You might want to Back up Template as a precaution.

3. Check Expand Widget Templates box.

4. Find the following lines of code:

<div id='crosscol-wrapper' style='text-align:center'>
<b:section class='crosscol' id='crosscol' showaddelement='no'/>
</div>

5. Replace

showaddelement='no'

with

showaddelement='yes'

6. Save template.

7. Navigate to Layout --> Page Elements.

8. Click on the Add a Gadget option that will now have appeared between Blog Posts and the Header.

add adsense header post

9. Choose Google AdSense and Add Leaderboard 728x90 (or any other ad format). Save.

add adsense header post2

10. View your blog. The new Google AdSense Unit should now be showing between header and first post.

Here is an example of a 728x90 Leaderboard between the header and the first post and the top of the sidebar. (NOTE: all examples taken from my German language blog.)

add adsense header post3

In this post which is part of a series on ad placement in Blogger blogs you have learnt how to add Google AdSense between the header and the first post. As this is a prime position for a 728x90 leaderboard ad unit I have concentrated on showing you how to add this Google AdSense ad unit to your blog.

Good luck!

 

Related articles:

How to Place AdSense Ads in the Middle of Blogger Posts

Placing AdSense Ads Inside Blogger Posts

Optimizing AdSense

Placing AdSense Ads between Blogger Blog Posts

 

 

How to Place AdSense Ads in the Middle of Blogger Posts

Bookmark and Share

 

The method described below will work well with IE, Firefox, Opera, and Safari.

Most of you will probably be familiar with the famous Google AdSense heat map which shows the areas of your website or blog where you should place advertising in order to maximize your profits. Oddly enough, there is no mention of a placement in the middle of your posts.copyrightjps

Why?

Because by default Blogger, the blogging platform owned by Google, does not offer a way to break a post in the middle (or someplace else) so you can place an ad there. But, if you search the Net thorougly, you will find that quite a lot of webmasters have managed to put ads in that position and report a significant increase in profits.

While I cannot as yet confirm a considerable increase in profits when an ad is placed in the middle of a post, I´ll nevertheless explain in this post how to place Adsense in the middle of Blogger posts.

How to place Adsense in the middle of Blogger posts

The solution to this problem is quite simple: You only need to move the post body around the advertising code, which is easily achieved with a bunch of JavaScript and a couple of DIVs (divisions). Just follow these directions:

1. In your Blogger template: Dashboard –> Layout –> Edit HTML –> Expand Widget Templates

Find the tag <data:post.body/> and replace it with the following code:

<div expr:id='"aim1" + data:post.id'></div>
<div style="clear:both; margin:10px 0">

<!-- Your AdSense code here -->

</div>
<div expr:id='"aim2" + data:post.id'>

<data:post.body/>

</div>
<script type="text/javascript">
var obj0=document.getElementById("aim1<data:post.id/>");
var obj1=document.getElementById("aim2<data:post.id/>");
var s=obj1.innerHTML;
var r=s.search(/\x3C!-- adsense --\x3E/igm);
if(r>0) {obj0.innerHTML=s.substr(0,r);obj1.innerHTML=s.substr(r+16);}
</script>

IMPORTANT NOTICE: Do not forget to replace <!-- Your AdSense code --> with the ad code provided by Google Adsense. Also, the ad code needs to be converted before you can insert it.

2. In every blog post:

Place the special comment

<!-- adsense -->

in the exact spot you want the Adsense ads to appear.

That´s all!

Frequently Asked Questions:

1. Does this method violate Google´s Terms and Conditions?

Definitely not. Answering a direct support request Google stated this method doesn't violate any of their program policies.

2. What if I forget to put  the <!-- adsense –> comment in a post?

Nothing. The advertising block will appear in the traditional position as defined in your template before you implemented this modification (in most cases just below the title).

3. What happens on Blogger home page and archive pages when several posts with the <!-- adsense --> comment appear together?

Exactly the same thing that happened before this modification: The Google Adsense service automatically inserts up to 3 AdSense blocks per page in your posts. That means only the first 3 posts (in a top-down order) on your home page or archive pages will show ads.

4. Is it possible for me to automate the insertion of AdSense in the middle of my posts without having to manually place the <!-- adsense --> comment?

Yes, it is. But you will have to replace the JavaScript code listed above with the following one:

<script type="text/javascript">
var obj0=document.getElementById("aim1<data:post.id/>");
var obj1=document.getElementById("aim2<data:post.id/>");
var s=obj1.innerHTML;
var t=s.substr(0,s.length/2);
var r=t.lastIndexOf(" ");
if(r>0) {obj0.innerHTML=s.substr(0,r);obj1.innerHTML=s.substr(r+1);}
</script>

 

Notes:

You may have heard of a couple of different approaches to solve the stated problem that sound simple but, unfortunately, are not working:

1. Copying the AdSense code directly into the post.

This does not work because Blogger will warn you that it is prohibited to insert JavaScript code inside a post (or show some kind of error warning). Bypassing the error warning by flagging ‘Stop showing HTML errors for this post’ will not get you the desired result.

2. Writing a JavaScript to move the AdSense code block in the middle of your post.

This method is prohibited by the Google Adsense Terms and Conditions because you have to modify the AdSense code itself. If you do it anyway, no ads will be shown (you will get an error information stating the website or service is not available).

 

The method described above also works with other advertising systems, like Yahoo! Publisher Network (YPN), Microsoft adCenter, Chitika, AdBrite, and a host of others.

Thanks to Eblogger Tricks.com.


Placing AdSense Ads Inside Blogger Posts

Bookmark and Share

 

Google AdSense is the main source of revenue for the vast majority of bloggers. If you are among those using Blogger to host your blogs as well as using AdSense as your primary ad network, you should blend your ads with your posts so your visitors will focus more on your ads, resulting in more clicks and therefore more revenue for you. Showing Adsense ads between two blogger posts is not really that effective, because people tend to overlook that part. But if you place the ads within the post, they will get noticed and there is a real chance for a better CTR (click through rate: the percentage of visitors to your blog who actually click on one of your ads). You can easily customize your blog to show AdSense ads inside your posts, aligned either to left or right.copyrightjps

For a better click through rate, it is highly recommended that you to blend the ads with your blog’s colour combination. Do not use odd or too deep/light colours. Highlighting your ads means you are manually trying to keep your income low. Check out the screenshot below.

adsense_ads_inside2

How to Show Adsense Ads inside Blogger posts, wrapped with post text

1. Login to your Blogger Dashboard.

2. Navigate to Layout --> Edit HTML

3. Check the box next to 'Expand Widget Templates’

4. Search for the line <data:post.body> inside your template (Ctrl + F, then enter the line into the search bar).

5. Add one of the following codes just above it.

           To show your ads aligned to left:

<div style='float:left; margin-right:5px;'>

YOUR ADSENSE CODE

</div>

          To show your ads aligned to right:

<div style='float:right; margin-left:5px;'>

YOUR ADSENSE CODE

</div>

        

6. Make sure to replace YOUR ADSENSE CODE with your actual AdSense ad code.

7. Save the changes.

8. That´s all!

 

IMPORTANT NOTICE:

Do not forget to convert your Adsense code here before adding it to the above code. Blogger HTML does not support AdSense ad characters, therefore you need to convert it.

Now all of your blog posts should appear with AdSense ads positioned inside the text. The best ad formats for this location probably are 336x280 or 300x250, but that depends on the template you are using. Just play around with the ad formats until you find something that suits the overall look of your blog.

Good luck!

 

Related articles:

Optimizing AdSense

Google AdSense Myths Exposed

 

Optimizing AdSense

Bookmark and Share

 

If you are interested in blogging you are without a doubt aware of and maybe even know a little bit about Google AdSense. If not, then here is a chance to find out. Google Adsense is the most widely used advertising method on the internet and a virtual “cash cow” for the Google empire. Advertisers pay Google to publish ads on sites of Adsense members that have topics related to the product or service they themselves are offering. Google gets a majority of the profit, bloggers get a relatively small percentage. It is kind of a take-it-or-leave-it deal. But if you are already a member of one of Google´s many services like Google Mail or Blogger, you might as well take advantage of it and make some money on the side. You have no control over which ads will appear because Google automatically determines and publishes an ad related to the topic of your blog. If you do not like a particular ad, the most you can do is to exclude the URL of the ad from appearing on your site through an option in your Google Adsense account.copyrightjps

How do you get paid for displaying AdSense?

It is very simple. As soon as a visitor clicks on one of the Google ads that are published on your blog you will get some money. Usually just a tiny fraction of what Google is paid by the advertiser. How great your chances are that those ads will be clicked depends on the amount of traffic your blog gets. In short: The higher the number of visitors to your blog, the greater your chances of getting paid.

Is it easy to make money using AdSense?

Yes and No. A resounding yes - if you have very high traffic. Because the more traffic you get the higher the probability that visitors of your blog will click on one of your ads, especially if your blog's topic happens to be one of the high-paying Adwords keywords (* will be explained below). No, if your blog is the exact opposite of what I just mentioned.

Do's and Don't in using AdSense

The major no-no when using AdSense is clicking your own ad. Or having someone clicking the ads for you. It is what they call click fraud. Google has some mysterious high-tech way of determining if you made those clicks yourself or if you had somebody click it for you. Here is a little example: A good friend of mine, who used to have a successful blog, one day received an email from Google informing him that he has just been banned and all his earnings – more than $350 – have been forfeited because Google found the clicks made on his ads to have been made with fraudulent ident. What happend was this: his ex-girlfriend was pissed off and clicked on the ads from her computer which he had previously used on occasion to access his blog. There was no chance of proving to the people at Google that he was in fact innocent.

There are a lot of Google ads tips out there. One trustworthy Google AdSense “guru” is Joel Comm of joelcomm.com. He offers great video tutorials (that can also be found on Youtube) on starting a blog as well as his Google expertise.

On the positioning of ads: the "heat zone" (please read this article as well)

There is an area of the page SEO (search engine optimization) experts call the heat zone. It is the area statistics show to be the most likely visitors to your blog will focus their eyes on. Since this area is where they frequently focus their eyes on, it is only wise to place the items that are most important to you and of the greatest interest for the reader right there. If the attention of your readers is focused on a spot of your page, it is almost for sure that they will click on whatever happens to be in that area. If you are the type of blogger who would want to maximize the earning potential of your blog (and who wouldn´t), what you need to do is position the ads in the "heat zone", the area your visitors will be interested in and look at first, in order to increase the chances that they will click on the ads. Still a mystery? Want to know what this "heat zone" looks like? And where it is?. Okay. The heat zone is shaped like a capital F. adsense-heatmap What does this mean? It means if you are interested in maximizing your Adsense earnings, you need to position the ads on your blog in the shape of an F. For example, one big leaderboard ad on the top of your homepage either above or below your banner (below is better, so the visitor won´t take your blog for just a page full of ads). Second, one 160x600 vertical banner ad on the left side of your content. And finally, one ad in between you posts or, if you know how to, you can integrate a Google ad within your post. (An instruction on how to do this can be found here.)

Of course, you will need to decide if if this works with the layout of your blog and your content. Remember, this advice is just based on statistical data and everyone is free to decide if they want to monetize their blog or strictly focus on blogging only. If you are interested in monetizing make sure to monitor the performance of your ad. Do not be afraid to experiment a little with the positioning of your ads (all ads, not just Google Adsense) to see what gets you the best results.

Placing anything and everything you want people to notice more inside the capital F-shaped heat zone is always a good choice, be it widgets, links, ads...

The simple rule is: Place your most important stuff in the heat zone because it will get noticed first and more often than any other areas of your blog.

A few additional tips:

1. With Google AdSense, it will take 2 clicks from a visitor to earn you some money. For you to actually earn, whoever clicks your Google ads will have to be interested enough to click on something on the page he was taken to. If he or she does thus, it should make you an amount of around $0.50 or more depending on the cost per click of the specific ad.

2. Following is a list of high-paying keywords or ads that will pay big bucks if clicked on. There are some bloggers out there who blog about these topics for purely monetary reasons. Most combinations of these terms with common words also tend to pay well. If you choose to blog about these topics you are guaranteed to make more money than with other themes, simply because advertisers pay higher prices for ads with a connection to these keywords which in turn means higher pay for publisher and bloggers.

Insurance, mortgages, money, health (also terms like cancer, obesity, etc.)

Other godd topics to blog about are (in no special order): relationships, self-improvement, gossip and/or scandal (especially if you can povide pictures), sports, cars, technical gadgets, fashion, beauty, healthcare.

One tiny problem: many, many people are already blogging about these topics.
Good writing about a not so popular theme might get you more visitors than a badly written blog about a top theme.

3. Blend the colors of your Google ads with the colors of the area where you want to place them. It will look more natural to your visitors and thereby increase the likelihood of them clicking on the ads. Wonder how it should look like? Just take a look at the ads on this page.

Please read the Google AdSense terms and conditions page and program policies to get detailed information.

 

Related article:

Google AdSense Myths Exposed

Make Money By Adding Banner Ads to Your Blogger Blogs

Bookmark and Share

 

money bag One of the things that makes Blogger such a great blogging platform is the ease with which you can add advertising to your Blogspot.com blog and make money from it. In this post I shall be discussing how banner advertisements on your Blogger blog can create passive income for you. By banner advertising I mean advertising in addition to Google AdSense or AdBrite or other contextual ad services you may have already added to your Blogger blog. For information on adding Google AdSense to your blog please read my articles on Google AdSense.

Banner advertising is FREE - And Banners Do Make Money

It is no secret that you can make quite a bit of money by placing banners on your site provided you choose your merchant program(s) carefully and have enough people accessing your site. In my experience, once you reach around 100 unique visitors a day it is high time time to add a few banner ads to your blog.

How to Make Money from Banners on Your Blogger Blog

Affiliate marketing banners are designed to make money for the publisher – in this case: you. In order to place a banner on your blog the affiliate program provides you with a snippet of code to add to your template which makes the banner display and identifies you as the publisher. When a visitor clicks on a banner on your website that click is recorded as originating from your site and you make money as a result of that click. Depending on the merchant program that you have signed up for you will earn a commission for providing a lead, or receive a percentage of the sale.

Money2 An Example of How Banners Work

After having placed a banner ad on your Blogger blog your site gets 100 visitors in a day. Out of that 100 people 5 people (hopefully!) click on a banner which takes them through to the merchant's website. From those 5 people one person makes a purchase of around $50.00. Assuming your commission is 10% of the sale you have just earned $5.00. It really is that easy.

Making the Most of Advertising Banners

To make money from banner ads you need a lot of traffic because only a small percentage of your visitors will take any notice of the advertising on your blog and a still smaller percentage of that pool will actually buy anything once they click. Therefore it is really important that you focus your energies on building site traffic. If you need to grow your traffic read my articles on tips to increase traffic to your Blogger blog.

Fist of Money Of course you do need to choose your affiliate banners carefully as obviously some ads will have more appeal than others. To some extent this is a matter of trial and error, as you can never be completely sure how a banner will perform until you try it. However, you can increase the odds of success by choosing merchant programs that are related to your blog in some way. For instance, if you blog about golfing then advertisers of golfing equipment or golfing vacations would be a good place to start.

How to Add Affiliate Banners to Your Blogger Blog

Adding affiliate banners to your blog is pretty easy. In most cases it is just a matter of copy and paste, and pretty much anyone should be able to do this. Please read my article providing step by step instructions on how to Add Affiliate Banner Ads to the Blogger Sidebar of your Blogger blog if you are unsure. If you want to place a banner in the header of your blog please refer to Add an Affiliate Banner to Blogger Header.

Disadvantages of Banner Ads

Too many banner ads can give your visitors the impression you are just in it for the money. So make sure you do not go overboard with too much advertising that will overshadow or detract from the content of your blog. Keep in mind that less is more - so place your banners ads strategically on your blog. Very good results can be achieved by ad spots 125 placing a small cluster of about 4 banner ads (usually 125x125) somewhere fairly close to the top in the sidebar and a 468x60 banner in the header. The header is obviously the prime position for an effective banner advertising campaign. Read more about how to place a banner ad in the header of your Blogger blog in my adding banners to Blogger series of posts.

The other main problem with banner ads is that they encourage visitors to leave your site - and as everyone knows one of the hardest jobs is to attract the visitor in the first place. Do you really want them to leave your site before they have had a chance to look around? I do not think so. Therefore, only place banner ads on your blog that you are confident will reap you some rewards, otherwise forget it. You might actually lose traffic if you provide too many inducements to leave your site.

Banner Ads Make Money

In this post I have told you about banner advertising on Blogger blogs. You have learned a little about how affiliate programs work and how you might use banner ads on your own blog to make extra money. For tutorials on adding banner ads to your Blogger Blogspot blog please refer to Add Affiliate Banner Ads to a Blogger Sidebar and Add an Affiliate Banner to Blogger Header.

Good luck!

 

Related articles:


8 Tips for Using Affiliate Programs on Your Blog

How to Find the Right Affiliate Programs to Promote



 

Google AdSense Myths Exposed

Bookmark and Share

 

My articles on Google AdSense on Blogger blogs are among the most popular I have written so far. In this post I am going to I discuss the 6 most common myths concerning Google AdSense that, hopefully, will help you get real about monetizing your Blogger blog with AdSense.copyrightjps2010_2

Google AdSense Myths Every Bloggers Needs to Know About

There are countless myths concerningGoogle AdSense which may lead new bloggers in particular into believing that all they need to do to become instant internet millionaires is to place a few Google dd units on their blog or website. Unfortunately, the reality is quite different – especially when you consider that 95% of all blogs receive less than 100 visitors per day. Adding Google AdSense to your blog can and will generate some income, but you need to be realistic about what to expect. In the following paragraphs I am going to expose the 6 most common myths about Google AdSense:

money 1. Google AdSense is a Get Rich Quick Scheme

False. Only a small percentage of bloggers manage to make a living from their blogs. While it is possible to make at least a bit of money from Google AdSense ad units, you have to bear in mind that making money from your blog is dependent on many factors such as types of advertising, placement of ads, quality of blog content, regular posting, number of articles, SEO, backlinks to your site, number of visitors to your blog,… The more articles you write, the more posts will be indexed in search engines like Google,Yahoo and Bing, which may lead to increased traffic and, in turn, to higher income. The bottom line is that for your ads to be effective your blog needs to receive a lot of traffic. Therefore you should concentrate your efforts in this area and make sure that your blog is worth visiting because building a loyal readership is of utmost importance.

Do Your Maths

Google AdSense itself says it is difficult to predict earnings, but there are some general rules to guide you. For instance, if your blog receives 100 visits per day your likely revenue from Google AdSense will probably be about 10 cents per day, assuming that 1 in 100 people click on some form of Google advertising on your site and the page CTR (click-through-rate) is about 0.20%. Over a year that equates to about $36.50. Not a fortune in anyone's book. Likewise, if your blog is fortunate enough to receive 1000 visitors per day you are looking at an annual income from Google AdSense of about $365.00.

100 Visitors per day = Earnings $36.50 per year

1000 Visitors per day = Earnings $365.00 per year

5000 Visitors per day = Earnings $1825.00 per year

10000 Visitors per day = Earnings $3650.00 per year

But be warned - the above figures are an optimistic view. You have to keep in mind that quite a lot of your visitors will be repeats, and the likelihood of a repeat visitor clicking on an ad unit is less than that of a new visitor. Considering this, your earnings could be much less.

Google AdSense and Affiliate Marketing

As stated above, roughly 95% of all bloggers have less than 100 visitors to their blog a day. If your blog falls into this category then Google AdSense alone is not enough for you to quit your job and become a full-time blogger. You will need to display other forms of advertising on your blog as well before your blog work will start to pay off. Check out my article on other forms of advertising that may be suitable for your Blogger blog, including displaying Affiliate Marketing banners.

Affiliate marketing banners are another form of advertising. Consider that if 1 site visitor in 100 actually buys something worth $50.00 you will immediately earn $5.00, assuming you receive a sale commission of 10%. Even if only one in 500 clicks through to the merchant and buys something you will still be ahead of the revenue earned from Google ads for the same number of visitors. ($5.00 from Affiliate Marketing versus 50 cents from Google AdSense.) In many ways Affiliate Marketing is a more profitable marketing strategy than having heaps of Google ads on your blog. However, in my experience a good mix of both is the way to go.

2. Displaying More Ads on a Blog Will Earn More Money

False. Some bloggers mistakenly believe that placing as many Google AdSense units as possible on their blog will yield higher earnings. Sadly, this is NOT the case at all. By putting more ad units on your blog you may actually reduce your earnings. There is a risk that the highest performing Ad units will shift to positions that are less frequently clicked on. For instance, while the top right hand corner is a prime place for an advertising banner because it gets viewed by the most people it is also a spot that tends to get disregarded by savvy visitors who recognise it as an advertising zone and therefore avoid it. At the same time a 336x280 ad unit with a higher CTR is likely to display Google ad units which pay less because the highest CTR has been transferred to the 468x60 or 728x90 ad unit.

money_bags 3. More Traffic Equals Higher Google AdSense Earnings

Not necessarily. Depending on the content of your blog it might not always be possible to drive a lot of new visitors to your site and you might have to rely more heavily on repeat traffic. However, due to the familiarity of the ad placement on your blog repeat visitors are less likely to click on your ad units than new visitors. While you can expect more clicks on your ad units as traffic increases there is no guarantee that Google AdSense on your blog will deliver the kind of earnings you might expect.

4. The Format of Google AdSense Ads is Not Important

False. The format of the ads you display on your blog is very important. You can earn more from some ad formats than others. For instance, it is generally considered that the wide Google AdSense ads (336x280, 300x250 or 250x250) perform best. I like to position one of these directly above or inside my first post.

Link units can be profitable too – if strategically placed. One of the best locations for link units is in or just below your blog header, as many people are used to looking there for a navigation menu. A 728x15 linked ad unit just below your horizontal navigation menu will very likely yield good results.

5. The Placement of Google AdSense Ad Units Does Not Matter

On the contrary - where you place your Google AdSense ads can be critical to making money from your blog. One of the best places to position AdSense is above what is known as the fold. The fold is the top area of your blog visible to your visitors without them having to scroll down. A 336x280 ad unit in this space works well because on arrival at your blog visitors immediately see what they are looking for and click on it. If your blog is about mountain biking, for instance, then Google AdSense, being the content based advertising program it is, will very likely serve up ads about cycling equipment, cycling tours etc. For your visitors seeing exactly what they are interested in on arrival is a definite bonus which may lead them to click on your ad unit.

6. To Make Money from a Blog You Need to Add Google AdSense

False. While Google AdSense is by far the most popular Advertising Network around it is not the only advertising option. There are some good alternatives like AdBrite and Chitika. Let the type of blog you have govern your decisions about which advertising mix you employ rather than just going for Google AdSense because its the easiest.

In this posts I have discussed 6 common myths about Google AdSense that every Blogger (Blogspot.com) blogger should be aware of when placing Google AdSense on their blog. This article will hopefully help you do a reality check and make you realize that while you may be one of the 5% of bloggers sitting on a goldmine Google AdSense will not transform you into a millionaire overnight.

Good luck!

 

12 Steps to Successful Blogging

Bookmark and Share

 

A blog can be a very marketable and profitable tool if used correctly. Successful blogging is a matter of grabbing the attention of a possibly worldwide audience and has almost nothing in common with the work of your average salesperson. In this article I shall point out to you the 12 most essential steps to a successful blogging career.

1. Getting Started

You should consider starting your blogging career at a free blog hosting service such as Blogger or Wordpress. This way you you can just jump in and try out blogging without having to worry about knowledge of scripts, hosting, domains and programming. It allows you to focus on creating interesting content and honing your writing skills while leaving the internal maintenance of your blog to professionals. The best thing about starting with a free service is that there is no risk of losing money if your blog does not become successful or you just happen to find out that blogging is not your cup of tea (just make sure to choose a service that lets you export your content whenever you want). A blog is the simplest form of a website and is organized in chronological order; your latest entry will always be displayed first. When your blog traffic grows considerably you should consider upgrading to your own domain. In this case your last blog entry should be the announcement of your "move". Do not forget to provide the URL address of your new site together with a link that will re-direct your visitors to the new site, thereby enabling you to keep your following without causing a major inconvenience to anyone. Upgrade...but only when you need to!

2. Finding Your Niche

A niche is a targeted product, service, or topic. You should first decide on a product, service, or topic which interests you. Choose an area which you can enthusiastically write about on a daily or at least weekly basis. You can use keyword research services like Google Zeitgeist or Yahoo! Buzz Index to find out what topics people are currently searching for. But keep in mind that it does NOT matter if your topic is popular; as long as there is a audience for your topic and the topic is precisely focused then your blog should be successful – it just may take a little longer. Anything anyone can think of can become a viable niche - as long as it has a target audience (no matter how large or how small that audience might be). A blog about your cat will obviously be a much smaller niche than a blog about domestic cats in general ...you can even choose to build an audience for a market which as yet does not exist, but first you must build your blog.

3. Update Regularly (2-3 times a week should suffice)

This step is a must, not just a suggestion. Updating your blog regularly not only keeps readers coming back for more, but it also gives your site fresh content on a day to day basis thereby making it more appealing to search engines. It is only understandable that you may not have the time or the inspiration to update your blog daily, but letting days or even weeks pass by without posting anything is unacceptable and will most likely result in your blog being unsuccessful. In order to keep your visitors interested as well as traffic to your blog high it is simply a must to add content to your blog regularly. If possible you should update your blog every day, maybe even try to post a couple of entries daily. The best way to accomplish this is to set aside 1-2 hours a day for tending to your blog and adding new entries. It may even be wise to schedule a set time which you dedicate to working on your blog each day. Treat your blog as a job (but as a job you really like!). What happens if you do not come to work for days or weeks...you lose income and/ or get fired! The same applies here...if you do not update your blog regularly you will lose visitors.

4. Generating Traffic

This one is a no-brainer. You have to have traffic to be able to profit from your blog or site. There are numerous ways to build traffic. Advertising (paid as well as free), search engine marketing, feeds (RSS or Atom), viral marketing, usage of social networks (Facebook, MySpace, Digg, etc.), and word-of-mouth. For starters, you should always use your blog URL address in the signature of your emails, forum discussions, message boards, or any other form of online communication. Submit your blog URL address to search engines and blog directories. Also be sure to submit your RSS/XML URL feed to blog ping services like Technorati, Ping-O-Matic and Blogdigger. You should confidently share your blog with family, friends, co-workers, associates, and business professionals when it relates. If your blog (like so many others) can be described as a collection of articles you should consider submitting your blog entries (only those that are valuable and lengthy) to content syndicators/article directories like GoArticles.com, ArticleCity.com or DropJack.com. Once submitted, your articles can be picked up and published by others. The important thing is to make sure you include your Blog URL address in the "About the Author" passage. This creates link popularity and backlinks for your blog. When someone picks up your article from the syndication site and then publishes it on his or her website the "About the Author" passage is included with each publication and the link you included will be followed, crawled, and indexed by search engines. Just imagine what will happen if your article is popular enough or controversial enough to produce 5.000 or even 10.000 publications across the web. All the search engines are bound to find your site in no time with that many publications and will regard you as an authority on the subject, which will in turn increase your rank on search engines. The relatively small effort of writing an interesting and helpful article can be very rewarding. You should try to write at least one full length article every week for syndication and submit your article to as many article directories as possible.

5. Tracking Your Blog

How do you know if your blog has traffic? Just because no one is leaving comments does not mean your blog is not becoming popular. Many visitors just like to read or watch and do not care about comments – but they still may be returning visitors. Most people following blogs simply are more interested in what "you" have to say! Many readers do not comment till they are quite familiar with a blog, and some will never comment at all although they are devoted fllowers of your blog.

Tracking your blog does not require knowledge in statistics or any other fancy sciences. A simple free page counter like StatCounter, FeeStats, SiteMeter or Active Meter will do the trick. Just install (copy/paste) the code you will be given after registering into the HTML of your blog template and start tracking your visitors. If you really want to use tracking to your advantage you should choose a service that gives you advanced traffic analysis, such as keyword tracking information, referral information, and search engine information. Hit counter, unique and returning visitors, visitor path and visit lenght, and keyword analysis should be standard features no matter what page counter service you choose.

6. Listen to Your Audience

When using the proper page counter you should soon be able to see which pages your visitors are coming from and where they are going. If they find your site through search engines then keyword analysis will show you which keywords are being used to find your blog. If your blog should happen to be constantly found by just one or a few select keywords then you should focus your blog around those keywords to generate even more traffic. When writing entry titles and entries use the keywords as often as possible while keeping your blog readable and interesting.

7. Branching Out - Multiple Blogs

Use multiple blogs and bloggging accounts to attract more people. You should consider having blogs at a variety of popular blog hosting services like Blogger, Wordpress, LiveJournal, JournalHome, Blog-City, etc. The more blog accounts you are able to manage, the better. You can copy/paste from one blog to all others. Having different blog accounts is like having a publication in different newspapers. This will enable you to attract more visitors and increase the chances that one of your blogs will show in the search engine results for the keywords you are focusing on.

8. Short & Concise Posts

Aside from the one lengthy article a week for syndication and publication your blog entries should be short and concise (if possible). Sometimes your topic may warrant or even require a wordy blog entry, but try to avoid this as much as possible. You do not want your blog entries to become hours of reading. Most visitors tend to skim through your entries and like to find what they are looking for on first glance. If you make them read through hundreds or even thousands of words they will not come back for another visit. It is good to provide detailed and useful information, but do not stray from your topic and do not include filler or useless chunks of information to make your entries look more interesting.

9. Pictures & Graphics

Try to include non-advertising graphics, pictures, photos, and art in your blog entries (if it fits in with the overall content). But do not overdo it. Once in awhile is fine. Graphics can be a suitable tool for bringing your blog to life. Of course, the content has to remain the most important aspect of your blog, and you do not want to overshadow this content with graphics, but displaying graphics and photos can add a bit of spice to the blog. Be choosy about the graphics you choose and make sure they fit the topic of your entry. You should always add content along with the graphic, at least a caption. Original graphics, photos, pictures, and art are recommended. But keep in mind that graphics take up more server space than words which in turn means that the loading time for your page or blog will be longer. Therefore you should not use more than 50kb of graphics per page. And always ask the copyright owner for permission before using pictures other than your own.

For copyright-free and copyright-friendly graphics and photos you might want to check out WebQuest.org or Free-Stuff-Me.uk, among others.

10. Keep It Personal

A blog is most successful when it is kept personal. Try to include personal experiences and anecdotes relating to your blog´s topic. Stay away from business style writing. Be courageous and find your personal style - and include first-person narratives whenever they fit in. Do not post anything in the style of sales letters, share product reviews and personal opinions instead.

11. Interact With Your Visitors

You should now have the amount of traffic you deserve. In order to keep traffic up while at the same time trying to attract even more you should now start interacting with your visitors. Create a regular theme such as: "Tip of the Week" or "Picture of the Day" which entices your readers to visit your blog regularly.

Give your readers an advance notice about a product, service, or topic which you are going to review and/or talk about later. If an important football/baseball/baketball game is scheduled to take place then you should state in your blog that you "will discuss the game and give your opinion as soon as the game is over. Comments will be appreciated".

Try everything you can to find and present exclusive information. Do not – ever!! - disclose any confidential or secret information which is deemed illegal or has the potential to get you into trouble, but try to get the inside scoop before everyone else does. For instance: If your blog was about a famous actress and you had a blog entry about "She (name) Is Getting Married" then it would be of utmost interest to your readers if you could provide an actual picture of the engagement ring on her finger. Give your best effort to dig and search more than just the internet for exclusive information, because if it is on the net a lot of other people will have found the information as well. Your readers will appreciate your zeal and show their appreciation through word-of-mouth referrals and/or links to your site. Imagine how many readers will tell their friends, family, and others about information they find at your blog first.

12. Make a Profit

Once your blog has gained some real momentum and your blog traffic is increasing then it is time to start thinking about turning that traffic into profit. The easiest way to do so is by using contextual advertising like Google Adsense or Chitika. Contextual advertising means that these services analyze the content of your blog and then publish ads aimed specifically at your audience. The payout is usually based on some kind of pay-per-click (PPC) model, meaning for ever click an ad receives you will be paid a small percentage of the profits. In addition to contextual advertising you also might want to consider using graphical advertising such as: BlogAds, Amazon.com, MammaMedia, etc.. But make sure that the ads do not overshadow your blog´s content. Pop-ups, especially, should be used sparingly. Nobody likes them. They will only increase the loading time of your page and annoy your visitors.

CONGRATULATIONS, You Are a Professional Blogger!

You have done it! You are now a true internet professional! Now may be the time to upgrade from your free blog hosting service to a domain hosted solution. You need to choose a domain name for your blog, check its availability and the find a suitable web host. Select the blogging software you wish to use: WordPress, MovableType (open source), Squarespace, ... When you have your new blog domain set up and ready for traffic then it is time for you to announce your move on all your previous blog accounts by posting a "move" announcement as your last entry. The title should be "Moved" and the blog entry should read something like "My Blog has been moved to a new site, please follow and bookmark this link for future reference: http://www.YourNewBlogDomainName.com". This way all returning visitors and new readers should not have any problem finding your new blog domain.

As a professional blogger you might want to team up with one or more other bloggers. This will enable you to create a more interesting and more powerful blog. More authors mean more advertising and exposure because each author will have a vested interest in the blog and his or her writing will probably appeal to a different type of reader, thereby creating a larger following for the blog as a whole. The idea of a team blog is to make it profitable and rewarding for all authors, while continuing to target the blog topic and keeping the blog interesting for visitors. To spare yourself trouble and headaches later on you should settle important issues like who contributes how much and how to split revenues beforehand.

Applying these simple blogging techniques should make your blogging experience much more rewarding. There is no guarantee that your blog will become popular or even a household name, but your effort should at least increase your chances. Making money online is not an overnight experience like many people think, but making money online is definitely a foreseeable possibility. Likewise, increasing your popularity on the internet is not an overnight experience, but through time, dedication, and persistence you will be rewarded with enough royalties to make your blog a considerable source of income.

Good luck!

 

Related article:

Things to Consider Before Blogging for Money