Don't Miss New Posts!
Subscribe Now!

Get notified automatically whenever a new post is published on Click Consultants!
Affiliate Marketing RSS Feed

Split Testing Landing Pages – It’s Easy!

April 28th, 2008 Derek

We all hear about split testing when it comes to affiliate marketing. When we normally hear someone mention split testing, they are talking about split testing ads. In this article however, I want to talk about split testing your landing pages.

Split Testing is basically the process of testing different variations of Ad Copy (Ads), Landing Pages, Your Price, etc. The reason that we split test and especially in affiliate marketing is so that we can increase our conversion ratio or ROI (return over investment). Basically what that means is this…

Let’s say you start a campaign for dating. Let’s also assume that for every one dollar you spend on advertising via PPC you make two dollars. Now by split testing you can increase how many people that come to your landing page convert. By doing so, now when you spend one dollar on advertising via PPC, you make 3 dollars!

Split Testing allows you to make more without spending more!

Now, I’ve already wrote an article on Split Testing Ads which you may also wish to check out if your completely new to the idea of split testing or just want a refresher course.

Okay, now that I’ve explained what split testing is, let’s dive into why you should split test your landing page, the benefits of split testing your landing page, and how to split test landing pages.

Benefits of Split Testing Your Landing Page:

The benefits of split testing are numerous but I just want to touch on the most important in this article. So without further adieu…

Increased Conversion Rate – The single most important reason for split testing your landing page is to increase conversions. Increasing conversions allows you to spend the same amount of money, yet increase your revenue while paying the same amount for advertising if your using PPC (pay per click).

Quality Score – Another benefit although not always as easy to test, is the ability to increase your quality score that you receive from Google Adwords. Again this is hard to test as the quality score can take a couple days or even weeks to recalculate each time.

Again, there are several other factors that split testing can accomplish, however, in order to keep this article short and to the point I’ve decided to only list the top reasons in my opinion.

What should I split test?

Okay, so you now realize the benefits to split testing landing pages, but how do you do it? Which parts of your landing page do you change? Do you have two completely different landing pages or two similar ones with only certain parts changed?

The answer to this question is that there really isn’t a right or wrong way, although if you do use two completely different landing pages for your testing, once you find one that works well, I would recommend moving on to the latter.

So, in reference to that, below is a list of things you may want to consider changing to increase landing page conversions.

  1. Split Test your Heading! Your heading is the first thing that people notice when they come to your site. Thus, people could stay or leave your site based just on that one main headline! In fact, people will leave or stay based on your headline. I’ve seen a headline instantly increase conversions by three hundred percent to five hundred percent!
  2. Split Test your Sub-Headline! Your sub-headline is probably the second most important thing you should split test following right after your headline. Again, by creating another landing page with just simply your sub-headline changed you could increase your conversion rate by one hundred and fifty percent to two hundred percent!
  3. Split Test each Paragraph! Split testing your paragraphs can take a lot of work, and most of the time you really only need to focus on split testing your first paragraph. Personally I only worry about the first paragraph when I’m split testing and very seldom split test my others. I will however rewrite the rest of my paragraphs once I have split tested my first paragraph and know what works for the niche I’m currently working on!
    TIP: Using 3-5 bullets stating the main points of the offer/service you are promoting generally works extremely well for your first paragraph! This is probably because most internet users will skim pages instead of taking the time to fully read each paragraph.
  4. Split Test your Call to Action Line/Button! Does a green button work better than a blue button? How about a red color one? Does Order Now or Order Today work better? Can you use the word free? Your call to action button can make a customer leave your site even if they’ve read and looked over everything else. Your heading, sub-heading, and article/description could be perfect! Yet, you’ll still lose visitors if your call to action doesn’t well….call the user to perform an action!

As you can see, there are several factors to test when your split testing your landing pages, and hopefully the above steps will help you get started!

Okay, so now your wanting the code in order to do this easily correct? Well the code below allows you to test two different landing pages and each time a visitor comes to your site it will randomly send them to one or the other. Then you simply switch out the worse performing landing page with a new one every couple of days.

PHP Code for Split Testing Landing Pages


<?php
if(rand(0,1) == 0) {
header("Location: http://www.example.com/split1");
} else {
header("Location: http://www.example.com/split2");
}
?>

In the code where it says split1 and split2, you would replace that with whatever you call your two filenames.  Make sure you also put .html or .php after the filename depending on which extension your using.  Also, don’t forget to change www.example.com to your sites URL!

So, there you have it!  Now get out there and start increasing your ROI by split testing your landing pages!

Popularity: 53% [?]

Post to Twitter

Related Posts

You’re an Idiot if Your Not Split Testing

Your Landing Page Sucks (here’s how to fix it)

What Would YOU Like to See?

A Complacent Affiliate Marketer Equals Lazy!

A/B Split Testing Versus ABAB Split Testing

RSS feed | Trackback URI

32 Comments »

Comment by Neil
2008-04-29 07:08:48

Hey thanks for this terrific post! I know I am guilty of not split testing my landing pages. I’m going to get off my lazy but, re-write some headlines and start split testing write now with that handy little piece of php. thanks.

Comment by Derek
2008-04-29 10:12:43

Hey Neil, I’m glad I motivated you to get out there and split test, affiliate often don’t realize just how important it is! Good luck!

 
 
Comment by Marvin Subscribed to comments via email
2008-04-29 12:16:32

Great post! Thanks especially for the php code! Being a programmer myself, it’s always interesting to see how other people code. One thing that I’m not sure how to do yet is, out of the multitude of things you can split test, how do you track which landing page/paragraph/heading converted?

Comment by Derek
2008-04-29 12:36:56

Hey Marvin, the easiest way to check which one is working better is to use a separate sub id for each landing page your split testing and make sure you have some type of tracking on your landing pages whether it be Google analytics or whatever program you use.

Then simply check to see which one is sending more users from your landing page to the offer landing page.

 
 
Comment by Amit Subscribed to comments via email
2008-04-29 13:44:47

Hey Derek,
Great post and really motivating to split test. We read so much about split testing but implement so little…true!

Does the code evenly send the traffic to both the pages?

Comment by Derek
2008-04-29 19:59:00

Pretty much it will evenly send the traffic, although sometimes it might not be quite perfect. However, even if you send 75% to one page and 25% to another you still should be able to see which one is converting best.

 
 
Comment by rideswitch Subscribed to comments via email
2008-04-30 08:35:38

Hey Derek, I used to be a member at CC last summer when I was getting my feet wet and glad to report i’m having a 4k month so far. Not bad b/c I work full time with the college and have a family. Many late nights are spent reading, coding and testing. So thanks for your help last year.

My question is, what do you use to track these tests? I use sub id’s to see what keywords convert but now that I have two months of data to pour through from google, yahoo, msn, azoogle, hydra, CJ… the list goes on. It would take forever to do it manually and i’m considering using tracking202 but host it on my own… what’s your thoughts?

Thanks, Corey Bornmann

Comment by Derek
2008-04-30 12:32:52

Are you referring to tracking which one of your landing pages convert best? If so, I don’t usually wait 2 months to gather data.

Normally you can tell which landing page is converting best within a couple days and I swap out the least performing one with a new one. I do this by simply looking in Google Analytics and seeing how many visitors came to each page. I then look in whatever network I’m using for the offer and see how many people hit their landing page. Of course using two different subids so I know which landing page they came from.

Let’s say Google Analytics says I had 200 visits to landing page one and 200 visits to landing page two. Then Azoogle says I had 125 visitors come from landing page one and 100 visitors come from landing page two. I then know that landing page one is converting better than landing page two.

However, another thing you want to check is how many actually converted into a profit. Let’s say landing page one had 125 visitors to the azoogle offer and 20 converted and lets say landing page two had 100 visits but 25 converted. Then in all actuality landing page two is the better converting landing page.

I hope that explains it a little better for you!

 
 
Comment by Shawn
2008-05-01 16:11:22

This is exactly what I’ve been looking for. I have been reading about split testing all over the place but never actually understood how to do it. Now thanks to this I know the how and the why to split testing. Great post!

 
Comment by simon Subscribed to comments via email
2008-05-07 15:17:35

there is no problem to use this code in your landing page when you are using adwords –> landing page?, i mean adwords doesn’t have trouble to use this redirect?

Comment by Derek
2008-05-07 19:57:40

Hey Simon, as far as I know Google does not have a problem with this. What I mean by that is that I’ve never had Google say anything to me about doing it.

I don’t see why Google would mind since the better your conversions the more you’ll pay to them. By split testing landing pages you increase conversions. Simple as that.

I always say as far as I know because you never know sometimes with Google, but the worst they’ll do is ask you to change it.

 
 
Comment by LP Creations Subscribed to comments via email
2008-05-23 06:02:01

Just one question, does that code go into the homepage of the domain and then the split1 and split2 pages saved where ever?

Just wanted to check so that I do things right this time around.

Thanks

Comment by Derek
2008-05-23 06:04:04

Yep that correct. You simply place the code as your index file and then name the two files you want to split test with any file name you wish and simply change split1 and split2 to those filenames.

 
 
Comment by LP Creations Subscribed to comments via email
2008-05-23 06:26:17

Perfect, cheers man for the fast reply.

I’ll make it a priority to get it done over the weekend and see if I can at least make an overall profit.

 
Comment by Forest Subscribed to comments via email
2008-06-26 13:24:03

Thanks a million,

This will be very handy… I assume the php just goes into Index.php?

How do you actually track where your conversion comes from, or will that alway be stored with the affiliate network?

 
Comment by James
2008-07-05 12:52:16

For those who aren’t very PHP knowledgeable, You need to put the code at the top of page before the HTML tag. Just thought I’d let thus less smart know. I tried this every which way but that before getting it to work.

 
Comment by LP Creations Subscribed to comments via email
2008-08-06 11:21:37

When you are doing this method would you just put http://www.domain.com/lp1 and lp2 or would you name it something so it looks better for the user once it’s all loaded up?

Comment by Derek
2008-08-06 12:13:18

I would personally name it something that would look better for the user. So something like ringtones.html and ring-tones.html would work.

 
 
Comment by Ricardo
2008-09-20 12:40:04

Hey,

Used the code but did´nt work, it wasent redirecting visitors to my landing pages – it just appeared blank. What could I be doing wrong? I made sure I chanded the urls, and added html and the two filenames.

Maybe it has to do with the place I pasted the code…where exactly should I paste it?

Thanks

 
Comment by Ricardo
2008-10-02 23:42:18

Hey,

Got the code to work but the thing is that the my analytics statistics shows only the number of visitors to the page: /index.php not the number of visitors to /split1.html or to /split2.html.

HOw can I get this to work with analytics? Thanks!

Comment by Derek
2008-10-03 12:29:59

Put analytics on those pages as well as the index.php You need analyics on every page of your site in order for it to work correctly, at least on all pages you want to track.

Comment by Ricardo
2008-10-03 14:08:58

Oh I had included it in the two splits but not in the index.php page, that must be the problem, thanks!

(Comments wont nest below this level)
 
 
 
Comment by Ricardo
2008-10-03 18:06:33

Need help here please…

I tried including the analytics code in index.php + in split1.html + split2.html but after reviewing and analyzing my analytics stats I see that only when I type in my browser the url (for example: http://www.myaffiliatesite.com/split1.html) analytics counts the visitor to split1.html and split2.html, but when visitors reach either through index.php, analytics is not counting those visits to the splits, only to index.php…so I haven’t been able to begin split testing because I don’t know how many visitors are entering each landing page.

What am I doing wrong?
I really appreciate your help,
Thank you

Comment by Derek
2008-10-03 21:39:00

Hey Ricardo, I’m not sure why its not working for you and not telling how many visitors went to your page…It works fine for me without any problems. I’d say try using a different stat program.

Comment by Ricardo
2008-10-04 22:31:59

Just to make sure before trying something else…is it impossible to add a php code but still have an html page? I mean instead of having index.php have index.html…because probably analytics is not analyzing my split1.html and my split2.html because it reads it as a part of index.php not a page by itself…

(Comments wont nest below this level)
 
 
 
Comment by Rob Subscribed to comments via email
2008-10-23 06:13:19

Thanks for the great information, and script on testing split pages.

Will the use of your script cause any issues with respect to page indexes and rankings since it is a redirection script?
any other tips or advise would be tremendous.

Than you again.

 
Comment by Keyword Blueprint
2009-09-25 11:58:21

Thanks for the info. I use a couple of tools to help split test pages and have got great results. Thanks to my split testing on one site I was recently working on I managed to increase my hop through rate by 40% and my sales by about 10%. It took a lot of time and tweaking but was well worth it. I also learnt a lot!

 
Name (required)
E-mail (required - never shown publicly)
URI
Subscribe to comments via email
Your Comment (smaller size | larger size)
You may use <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> in your comment.

Trackback responses to this post