How to make a mobile landing page for email/zip submit offers?

bembisxxx

Junior Member
Joined
Jan 6, 2015
Messages
101
Reaction score
37
How to make a mobile landing page for email/zip submit offers?
I need some help, because right now my landing page has got a ctr of 4% and I need around 10-15% to make some ROI.

Thanks!
 
Hey there,

I use instapage for my landing pages. It is freemium, but the basic version is $29 a month, but you can design what your page looks like on pc, and also make a mobile version, with A/B split testing features. After your visitors submit their information, you can redirect them to a thank you page where you may set up a timed redirect to your SLO for your ROI needs.

If you would like to, I can send you a refferal link via PM, and help you out with building a better converting page.
 
Last edited:
Like cajun mentioned or Leadpages. These are the fastest and most converting
 
A quick work-around would be to just stick this in your head tags. You may need to mess with some more CSS to make it look better, but it does the job for me.

Code:
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
 
Back
Top