Dynamic Landing Pages or Static

Status
Not open for further replies.

swissarmy

New member
Dec 17, 2008
73
0
0
Been exploring Landing Pages and it seems that much of the time, dynamic pages are a must. I've also looked into lpgen a bit and this seems like a way to get the php/coding part done without having an in-depth knowledge of php.

When building a landing page do you build one page and use dynamic keyword insertion or do you build multiple pages or do you let the pages be generated on the fly with software like lpgen.

Thanks
 


I use modified blog.. so you can then add comment section, feedback section, change template etc on the fly..
 
Im no php guru or anything like that but it really is worth swatting up on some coding.

Laser targeted one page landers with title, H1 and good kw placement is a must for QS.

It has boosted my conversion rates through the roof for some niches.
 
Im no php guru or anything like that but it really is worth swatting up on some coding.

Laser targeted one page landers with title, H1 and good kw placement is a must for QS.

It has boosted my conversion rates through the roof for some niches.

Cool. While I dont want to beat a dead horse because "search" has shown me it's been talked about again and again, for someone without the coding chops, it seems lpgen can do this rather easily.

On the other hand, it seems like people seem to say and have said in the past the coding is easily learned and created yourself.
 
$350 per year for lpgen? You could make alot of money spending that on ppc. In fact you can get $1000 worth of microsoft search credit for that much and make a ton.

Dont waste your money, spend a bit of time and learn it yourself. Its not that hard to pickup and in the long run you will be better off.
 
Im no php guru or anything like that but it really is worth swatting up on some coding.

Laser targeted one page landers with title, H1 and good kw placement is a must for QS.

It has boosted my conversion rates through the roof for some niches.

Mediastar is right on here. In addition if you can get some geoip location info on the page that can help quite a bit as well.

Say you have a testimonial. If that testimonial happens to be from the same city as the visitor you'll see an increase clickthru and conversion rate.
 
Mediastar is right on here. In addition if you can get some geoip location info on the page that can help quite a bit as well.

Say you have a testimonial. If that testimonial happens to be from the same city as the visitor you'll see an increase clickthru and conversion rate.



Cool tip.
Thanks
 
Here is the geo locator I use.

Location code

<script type="text/javascript"
src="http://www.google.com/jsapi"></script>
<script type="text/javascript">
if (typeof(google.loader.ClientLocation.address.city) != null) {
document.write(google.loader.ClientLocation.address.city
+", "
+google.loader.ClientLocation.address.region);
} else {
document.write("Unknown location")
}
</script>
 
Here is the geo locator I use.

Location code

<script type="text/javascript"
src="http://www.google.com/jsapi"></script>
<script type="text/javascript">
if (typeof(google.loader.ClientLocation.address.city) != null) {
document.write(google.loader.ClientLocation.address.city
+", "
+google.loader.ClientLocation.address.region);
} else {
document.write("Unknown location")
}
</script>

I really need to learn to code and how to use stuff like that properly.
 
$350 per year for lpgen? You could make alot of money spending that on ppc. In fact you can get $1000 worth of microsoft search credit for that much and make a ton.

Dont waste your money, spend a bit of time and learn it yourself. Its not that hard to pickup and in the long run you will be better off.
Has anybody even looked at the LPgen landing page? It's so ugly it's mind boggling. Their CSS is totally off and so full of sales copy I can't find the click-through.

Why wouldn't a simple WP site do, with a skin and banner?
 
Well what I'm wondering is just use the code base of lpgen to handle the dynamic stuff.....You build your own pages and code around it.

I am not sure how to do all the dynamic things like
Laser targeted one page landers with title, H1 and good kw placement is a must for QS.
with wordpress?
 
Status
Not open for further replies.