Saturday, November 22, 2008

Make Money With Google AdSense in 5 Easy Steps

There's a lot of ways to complicate making money with Google AdSense, but if you adhere to some basic principles, you will realize a great income from this site monetization model.

The first thing you should realize is that Google as a search engine and also a business. They are in the business of provide their advertisers with quality sites to advertise on, and they also want to provide relevant search results when certain items are being searched for.

Therefore they want to provide their search engines users and advertisers with top-notch and relevant results, and the way they do this is by ranking the best sites according to their alogrithms for ranking websites. If you keep this all-important principle in mind when building sites, you will do well for rankings by giving Google and the other search engines what it wants, and needs; good quality content.

Step 1 is to pick a niche that would be good for AdSense monetization and this is no different from picking any other type of niche. Find a niche where people are spending money and provide relevant good content on your sites. However; with AdSense sites you need to also consider if the niche is an "AdSense-friendly niche", meaning that this particular target audience is prone to clicking on advertisements. Some niches are not conducive to click-happy site visitors.

Step 2 is to provide good quality content on your sites and make sure it is unique content. I have well over a dozen AdSense sites and the ones that get the highest daily impressions are the ones with unique content on them. So make sure you publish unique content on these sites targeting keywords relevant to your site topic and theme.

Step 3 is to increase your traffic so you have enough visitors coming to the site via organic searches. The reason you want a good amount of traffic prior to putting AdSense ad units on your site is to enable you to have enough of a basis for testing your ad placements. Without a decent amount of incoming traffic, you cannot test new ad placements properly.

Step 4 is to test and tweak your AdSense ad placement and colors to see what arrangement results in the highest CTR (Click Through Rates). Testing and tweaking your color and placements takes time but is well worth the effort because a few simple changes can easily double or triple your AdSense income.

Step 5 is to start doing some link building by using a link building service or by obtaining links manually. Link building is a bit of an art form and isn't just a matter of getting as many links as you can to your sites. There are certain ways to do link building that won't hurt your sites, but link building should be done after your sites have aged a little bit.

Google AdSense - How Much Money Can You Earn With AdSense?

One of the most effective, easiest & lucrative ways to earn loads of money online is provided by Google's AdSense program.

Whilst there are thousands of ways to skin the AdSense cat, the white-hat, good original content approach is the one that is used by many AdSense publishers to great effect.

However if you're thinking of embarking on a black-hat, get-rich-quick scheme, then you're so far behind the old successful AdSense publishers so it's advisable not to go that route if you want a long term AdSense earning plan.

So your plan should include posting good, compelling content & publishing relevant AdSense ads.

Back to the question of How Much Can You Earn From AdSense

Well according to a recent poll most AdSense publishers make less than $10 a month whilst the second highest amount of AdSense earners make up to $500 a month.

However there is a significant amount of AdSense publishers who earn more than $10,000 a month from Google's magic money making program.

What this means is that us non-guru AdSense publishers should get a lot of encouragement from the latter group which shows that earning $10,000 a month from AdSense can be a reality.

So whilst this may be true, to make this kind of money you need to carry out a self assessment to see whether you are the type of person who can achieve this earning potential by asking yourself the following questions;

  • How much do you want to make from AdSense?
  • How hard are you willing to work to achieve this?
  • How much time are you willing to spend working the Google AdSense program?

You can see what the above questions are getting at and if you think you have what it will take, then you shouldn't waste time - get your AdSense earning program into action & with the required drive & commitment you may just be earning a more than decent income very soon.

Sunday, November 2, 2008

Show Adsense To Search Visitors Only - On Blogger

Want to make money online with Google Adsense? If so, you better make sure you don’t get smart priced! One of my most successful posts covers how to avoid smart pricing by only serving Adsense to search engine visitors. That post was written for the WordPress platform. In this post, I outline how to do the same on Blogger blogs (although there are severe limitations).

Why Only Show Adsense To Search Visitors?

First, why are we doing this? The main reason for showing Adsense to search visitors only, is to try to avoid smart pricing. I won’t go over smart pricing again (go read the above post in detail), but here’s the brief summary:

Smart Pricing is a penalty Google applies to Adsense accounts that don’t convert well for the advertiser and results in you earning only about 10% of what you’d normally earn per click. Search engine visitors provide targeted traffic for the advertiser, which converts well (no problem). Regular readers and social networks visitors provide untargeted traffic, which doesn’t covert well, increasing your chances of being smart priced (problem).

After reading Grizzly’s recent post on making money online anonymously, I learnt that it’s even more complicated than that. Grizzly, who’s a master of making money online, reveals that when he writes a post his CPC (Cost Per Click) drops for a couple of days:

Whenever I post I get a surge of traffic - the surge is un-targeted (my readers) and my CPC drops for several days until readers tail off. As long as my ad impressions stay above the 3000 barrier my CPC doesn’t drop more than 10 cents a click. If my ad impressions fall below the 3000 barrier I see a 30 cent drop in earnings per click.

Grizzly also says that his CPC dropped when he received a surge of traffic from a forum. It follows that the same would happen when you receive a surge of traffic from the social networks (ie Digg, StumbleUpon, etc).

It may be that this phenomenon is separate to smart pricing, or it may be that it’s actually a part of smart pricing and that smart pricing is far more complex than anyone has guessed.

Either way, showing Adsense to search engine visitors only should ensure that Adsense units are only served to targeted traffic, which should protect your CPC and help you make more money.

Serving Adsense Only To Search Visitors on Blogger

I’ve already covered how to display Adsense units only to search visitors for WordPress and I actively use the method on this blog. However, I also have a few Blogger blogs (and Grizzley’s site is on Blogger), so I started wondering how to show Adsense only to search traffic on Blogger.

With WordPress it’s easy. You can use PHP on the server side to detect where the visitor came from, then decide whether to include the Adsense code. If they came from a search engine, the Adsense code is added to the HTML sent to the browser. If they came from somewhere else, then it’s not.

However, with Blogger, it’s not possible to detect where the user came from on the server side. The only option is to use JavaScript, on the client side, to a) detect where the user came from and b) show the Adsense code or not.

Part A - Detecting Search Engine Visitors

Detecting search engine visitors is relatively easy. We can use JavaScript’s document.referrer to work out where the user came from. Converting the code I used for the PHP in JavaScript, we can do something like:

view plaincopy to clipboardprint?

Note: In the document.cookie line, you must change “.scratch99.com” to your own domain!

This code detects whether the user arrived from one of a number of search engines and, if so, sets a variable called ‘sevisitor’ to true. It also creates a cookie, so these visitors can be identified if they subsequently navigate to another page (they will no longer appear to have come from a search engine).

We’ll use the variable or cookie later to decide whether we’re going to display Adsense.

So where does this code go? We only need this code once on the page, regardless of how many Adsense units we show, so we’ll put it at the top. The bad news is that it doesn’t work if you try to add it via a Blogger gadget, so we’ll have to add it to the template itself, as follows:

  • In Blogger, go to Layout, then choose Edit HTML
  • Make a backup of your template by clicking Download Full Template
  • Click Expand Widget Templates
  • Search for <data:blog.pagetitle/> (near the top somewhere)
  • Place the code above on the line immediately below this.
  • Save the template

Your blog should now be setting the variable and the cookie.

Part B - Showing Adsense To Search Visitors

Next we need to detect whether the variable and cookie are set and, if so, show the Adsense unit. To check whether they’re set, we’re going to use the following code:

view plaincopy to clipboardprint?
  1. var results = document.cookie.match ( '(^|;) ?sevisitor=([^;]*)(;|$)' );
  2. if (sevisitor == true || results[2] == 1) {

Put this together with your Adsense code and it should look something like this:

view plaincopy to clipboardprint?

You’ll have to replace the xxxx’s with the appropriate numbers from your Adsense code and you’ll have to change any other details (such as ad width and height if you’re not using a large rectangle).

There’s no need to replace special characters with HTML entities, as mentioned in my post on showing Adsense within the post body. In fact, that won’t work in this case.

What this script does is first check whether the variable or the cookie is set and if so, builds a string containing the Adsense code, then writes it. We have to build a string then write it, because there’s an external script called by the Adsense code. If there wasn’t an external script called, we could just strip the