Home > >

Do I Need To Run Landing Pages? How Do I Create A Landing Page? (25)


07-24-2015 04:30 PM #1 caurmen (Administrator)
Do I Need To Run Landing Pages? How Do I Create A Landing Page?

Just directly linking to an offer probably won't put you into profit. And if you've been doing that, you're probably wondering what you can do to improve the situation.

Well, there's good news: there's a magic ingredient you can add that will often catapult your conversion rates upward.

That ingredient is a landing page.

Alternatively, you might be running pop traffic. In that case, all you can run is a landing page.

In either case, read on to learn how to create them and why they work.


Landing Pages: The Bridge Between Ad And Offer

A landing page is a simple Web page that is designed to do one thing and one thing only.

It's designed to persuade people who have clicked on your ad that they should sign up for your offer.

Why do you need this?

Well, the chances are that your offer wasn't specifically designed for the campaign you're running.

Maybe you're running a campaign for people who like Asian women, for example, but linking to a general dating site. Or perhaps you've included the age or state of your visitor in your ad - but they're not mentioned on the offer page.

A landing page lets you take that information, and reassure people that the offer they're being sent to is for them.

It's almost like being able to design your own offer, exactly for the people you're targeting.


Do I REALLY Need A Landing Page?

If you're running a campaign that you could potentially direct-link, you might be wondering if you really need to invest the time and uncertainty into making a landing page.

In short: probably, yes. About 95% of the time, a good landing page will improve your conversion rate, for the reasons listed above.

However, that doesn't mean that it's not possible to get profitable without a lander. And if you're still learning AM, it can be good to get the basics down before you start messing with landers too.

Even if you're more experienced, it's a good idea to split-test your landers against a direct link, just in case this is the rare offer that converts better without a lander.

For more help deciding on whether to run a lander, read these two threads: http://stmforum.com/forum/showthread...ding-Page-Need and http://stmforum.com/forum/showthread...hat-does-it-do .


How To Make A Landing Page

Landing pages don't need to be complicated. In fact, a well-designed, beautiful, complex landing page will often convert worse than a very simple page.

You can easily design a landing page in simple HTML, or in a tool like Adobe Muse.

A basic landing page will consist of:



Here's a simple template for a Web landing page - it's not fancy, but it works. Just copy the HTML, then change the text, add an appropriate image, and add your link.

If you need a mobile landing page instead, go to this tutorial and follow along there

Code:
<head>
<title>INSERT YOUR HEADLINE HERE</title>
<style>
.container {width: 800px; margin: 0 auto; background-color: white; padding: 20px; }
.image {float: right}
h2 {font-size: 36px; font-variant: small-caps; text-align: center; color: red}
.cta {font-size: 40px; }
ul {font-size: 24px; }
li{ padding: 20px; }
body {background-color: #333}
</style>
</head>

<body>
<div class="container">
<h2>A compelling headline that makes readers want to read on!</h2>
<a href="LINK GOES HERE"><img class="image" src="LP_Image.jpg"></a>
<ul>
<li>This is a benefit that they'll get!</li>
<li>This is another one! Look, it's short!</li>
<li>And a third one for good measure that introduces some scarcity!</li>
</ul>
<p class="cta"><a href="LINK GOES HERE">A SPECIFIC BENEFIT OF SIGNING UP »</a></p>
</div>
This code will give you an LP that looks like this:



Learning to design landing pages is an art, and there's loads of information on how to do it out there. See the bottom of this post for links to loads of useful landing page tips.

But for now, you just need to get to grips with the basics - even a simple landing page will usually give you better results than direct linking.


How To Use Landers

Create a landing page for your campaign - either using the template above or using one of STM's free landers.

Upload it to your VPS or your CDN, and set it up in your tracking software.

Check that it works and that you can click through it to your offer (VERY IMPORTANT! Don't skip this step).

Now, if you were already running ads, you'll need to replace your existing tracking URL on your traffic source with the new URL for your landing page. You may need to do this for each ad - if so, only do it for the ads you haven't eliminated, of course!


Tips For Landing Page Design

Landing Pages are one of the biggest parts of affiliate marketing - and so there's lots of great info out there.


07-14-2016 10:31 PM #2 hengmond16 (Member)

Thank you Caurmen!

Great information to work on for someone new to this industry. Thank you so much!


08-05-2016 03:01 AM #3 medabor (Member)

Thank you Caurmen! I can do some basic HTML code to get a very simple landing page but i am never satisfied when i see other marketers' eye catching landers. I always end up direct linking. I ve tried some drag and drop landers like instapage , squeezmatic but not a signle penny conversion lol i myself was thinking why the heck would someone click on this mess. Anyways the best part is finding you guys for help and inspiration Thanks again


08-05-2016 01:00 PM #4 caurmen (Administrator)

No worries! Happy to help.


08-25-2016 04:45 AM #5 medabor (Member)

Any tutorial here about AWS S3 ? it was suggested by Lander DS so do you guys recommend it ? and how does it work ? cost ? .. Thanks mates


08-25-2016 09:26 AM #6 caurmen (Administrator)

@medabor - Yep, we have a complete S3 hosting tutorial right here: http://stmforum.com/forum/showthread...-Cost-Way-Ever!


08-25-2016 10:34 AM #7 medabor (Member)

Quote Originally Posted by caurmen View Post
@medabor - Yep, we have a complete S3 hosting tutorial right here: http://stmforum.com/forum/showthread...-Cost-Way-Ever!
I was pretty sure i saw the thread before and was looking all day long lol @Caurmen you are the master, I've learned tons from you so far. Thanks loads mate !


08-25-2016 10:39 AM #8 cmdeal (Veteran Member)

Quote Originally Posted by medabor View Post
I was pretty sure i saw the thread before and was looking all day long lol @Caurmen you are the master, I've learned tons from you so far.
Caurmen is the king of STM.


08-25-2016 12:08 PM #9 medabor (Member)

Quote Originally Posted by cmdeal View Post
Caurmen is the king of STM.
No doubt dude


11-06-2016 03:25 AM #10 barion (Member)

Thank you caurmen, question for you. Where do you get offers? Are they coming without landing pages? On sites I am using for offers usually all offers come with their own landing pages; are you saying you can create better landing page than they provide with the offer?


11-07-2016 10:40 AM #11 caurmen (Administrator)

@barion - when we refer to "landing pages" here, we're talking about what the offer owner would call "pre-landers" - a page that comes before the offer's own page.

And yes, you can almost always create a landing page that will give better results than just linking to the offer directly. There are a bunch of reasons for that:



Hope that helps!


12-22-2016 11:04 AM #12 caurmen (Administrator)

Yes, you do - just get a cheap .Info or similar domain. You don't need a .Com.


12-22-2016 05:14 PM #13 miss_bridge (Member)

Great post! He really is the king here.
For anyone interested, Adsbridge contains a Landing Page creator and editor in which you can create your own, use your self hosted LP, or use pre made templates. It definitely make the process much easier.
-Zach


01-22-2017 10:11 PM #14 starwixx12 (Member)

I want to create a custom landing page for lead generation....where the customer doesn't have to go to the generic landing page at all since i'm targeting a certain demographic & I want to tailor the landing page to them. How can I do this? PHP? Do I have to send the landing page to my affiliate manager and let her do it?


01-23-2017 10:27 AM #15 caurmen (Administrator)

If you want to avoid the offer page altogether and use a custom offer page you'll need to get in touch with the offer owner, yep, probably via your affiliate manager.

This is something that's normally only doable if you're already running significant volume, but no harm in asking.


04-16-2017 10:02 AM #16 mikeydub (Member)

Great thread. Thanks caurmen. I hear many are ripping pages using adplexity although I hear you need to be careful with the coding as the original might have code that needs to be changed (I need to learn more on this). I have clickfunnels and it has private domain options. Would that load fast enough for POP traffic or would I be better off loading the HTML code to a CDN or VPN or using a different page building software alltogether?


04-17-2017 11:49 AM #17 caurmen (Administrator)

I've not used Clickfunnels, I'm afraid. I hear good things from some people.

However, I'd almost always recommend running the HTML from a CDN. That sounds like the best route for you in this case, particularly if you're not using Clickfunnels to build your landers.


05-23-2017 02:51 AM #18 achowdh3 (Member)

Hey Zachary I was thinking about setting up an Adsbridge account. Would we need a CDN if we registered for the acccount? I understand how to code html but was opent to a site with premade templates. My only concern was reduction in speed if there were to be high traffic..


05-07-2020 08:25 AM #19 berlian (Member)

Great Insights,

what do you think about landing page builder for Facebook traffic? I am new here and I think I can make the Amazon Server work with HTML, but I also enjoy a good landing page builder. So do you have any major concerns? Speed? I wonder if the difference will be that big for Facebook traffic?


05-07-2020 11:37 AM #20 matuloo (Legendary Moderator)

Quote Originally Posted by berlian View Post
Great Insights,

what do you think about landing page builder for Facebook traffic? I am new here and I think I can make the Amazon Server work with HTML, but I also enjoy a good landing page builder. So do you have any major concerns? Speed? I wonder if the difference will be that big for Facebook traffic?
Most LP builders create unnecessary long code, that's the major concern. With some traffic types, loading speeds are very important, that's why we prefer to use light-code.

Another concern would be compatibility issues, especially in the mobile world where there are tons of devices in use... so you need to make sure the LP is responsive and adapts to the various screen sizes.

With FB, since it's gonna be "clicked" traffic, the users will likely tolerate a BIT longer loading speeds, but the responsiveness is very important. So I guess it would depend on a particular LP and how well the builder generates it. Many marketers are using builders so it apparently works for them, so if you have a good one that is proven, it might be worth a shot.


05-07-2020 03:10 PM #21 platinum (Veteran Member)

Quote Originally Posted by berlian View Post
Great Insights,

what do you think about landing page builder for Facebook traffic? I am new here and I think I can make the Amazon Server work with HTML, but I also enjoy a good landing page builder. So do you have any major concerns? Speed? I wonder if the difference will be that big for Facebook traffic?
I’m pretty confident LanderLab.io already has what you are looking for.

First and most importantly there is no redundant code added to the landing pages.

Landers are all lightweight, so you won’t have to sacrifice on your page performance in exchange of using a landing page builder.

Besides the technical aspects that help on getting the best loading speed, Landerlab comes with hundreds of ready to use templates, visual landing page builder, and advanced code editor.


07-06-2020 09:46 PM #22 the visionary (Member)

Quote Originally Posted by platinum View Post
I’m pretty confident LanderLab.io already has what you are looking for.

First and most importantly there is no redundant code added to the landing pages.

Landers are all lightweight, so you won’t have to sacrifice on your page performance in exchange of using a landing page builder.

Besides the technical aspects that help on getting the best loading speed, Landerlab comes with hundreds of ready to use templates, visual landing page builder, and advanced code editor.
Do you guys specialize on working with affiliates? I've tried like 4-5 different page builders (not to mention WP), the fastest was Convertri and even their pages (overall great) was not THAT fast on mobiles.


07-06-2020 09:57 PM #23 platinum (Veteran Member)

Quote Originally Posted by the visionary View Post
Do you guys specialize on working with affiliates? I've tried like 4-5 different page builders (not to mention WP), the fastest was Convertri and even their pages (overall great) was not THAT fast on mobiles.
Actually LanderLab focuses on affiliate needs and page loading speed has been on our focus since day one


07-07-2020 09:00 AM #24 the visionary (Member)

Quote Originally Posted by platinum View Post
Actually LanderLab focuses on affiliate needs and page loading speed has been on our focus since day one
Sounds like a tool you definitely want to give a try. Do you have trial version or something like that?


08-06-2020 04:56 PM #25 jeremie (Moderator)

Quote Originally Posted by the visionary View Post
Sounds like a tool you definitely want to give a try. Do you have trial version or something like that?
They have a 7-day Money-Back Guarantee.


Home > >