Lee Dodd

     
 
Landing Pages for Your Forum

I’ve been working on a few other projects lately and in the process needed to create dynamic landing pages based on what a user searched for. For those that don’t know a landing page is:

The specific web page that a visitor ultimately reaches after clicking an advertisement. Often, this page is optimized for a specific keyword term or phrase.

I liked the idea of making a page look exactly like what the user searched for. If I searched for “rusty blue widgets” and the page I arrive at has “RUSTY BLUE WIDGETS” I think “Wow, that’s exactly what I was looking for!” and I’m much more likely to scroll down and read more. I decided to apply this same concept to my programming forum. I already have about 200,000 pages listed in google, and around 80% of my traffic is organic. So making every page a “landing page” seemed like a good idea.

I replaced my welcome message near the top of each page with the parsed out keywords from the search engine referrer. If a user searches for “C++ Sleep” and arrives at my site, they will see “C++ Sleep” in the welcome box and “Register for free and post your C++ Sleep Questions”. You can see an example of this by searching for C++ Sleep on google and clicking the first result.

Since implementing this change, I have seen an almost 80% increase in the number of registrations and my depth of session has increased by over 50%. I’ve also seen a slight bump in CTR and eCPM from AdSense.

I would highly suggest implementing some sort of landing page script if a lot of your traffic is organic. I adapted the code from here.

UPDATE: Michael from RC Nitro Talk put together a tutorial to create landing pages for your vBulletin forum. Thanks Michael!

by Chris Kenworthy @ Ackfoo.com

Add to Del.icio.us


This entry was posted on Monday, December 4th, 2006 at 2:31 pm and is filed under Monetization, Guest Contributors. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

Related Posts

RSS feed | Trackback URI

15 Comments »

Comment by Lee
2006-12-04 14:52:01

Awesome post Chris - you rock!

 
Comment by David Turnbull
2006-12-04 15:26:37

Thanks! :)
I’ll check it out now.

 
Comment by Brent Wilson
2006-12-04 16:52:28

It’d be even more awesome if I could get this to work for vBulletin :D Nothing I am trying is working.

 
Comment by Adam
2006-12-04 18:05:49

Yeah I really should figure this one out, but great idea!

 
Comment by John
2006-12-05 04:03:14

That’s really impressing. Thanks for sharing something so important

 
Comment by Nick
2006-12-05 05:31:22

That is one awesome tip.

I’ve seen people doing this on blogs and it really does attract your attention.

Thanks again.

 
Comment by Michael
2006-12-05 15:35:23

Chris,

You mind posting how you managed to get this to work with vBulletin?

 
Comment by Chris
2006-12-05 15:51:21

Michael,

I actually use IPB, and I did it in straight PHP then included that in my template. I wish I had some more info for you vB usuers :-(

 
Comment by Chris
2006-12-05 20:57:36

Updated with tutorial for vBulletin. Thanks Michael!

 
Comment by Michael
2006-12-06 08:26:11

Chris,

Thanks again for all your help!

-Michael

 
Comment by Laura Alter
2006-12-09 10:35:34

Very cool! I just added this to Shaun’s to do list… I will report back with results! :)

Laura

 
Comment by Laura Alter
2006-12-13 20:05:20

Okay, so we have been brainstorming on this a bit, and we are going to try and build on it some. I will post more when I have more details as he is just now starting to build the framework for it, but it should be very cool.

When I sent him your link he got all excited about what he could do with it to improve conversions and session times. I am looking forward to seeing some great changes! Thank you for sharing the insight. :)

Laura

 
2006-12-25 00:00:29

[…] A few weeks ago I posted at ForumTrends about creating landing pages for your forums. Since then, I’ve been doing some more experimenting to increase my member conversion and AdSense CTR (click-thru-rate). It’s not big surprise, but I found that having large box with a lot of white space and 18+ size font inviting the user to register results in a significant increase in conversion rate. I’ve also seen a slight bump in CTR for my 336×280 AdSense block next to the text. […]

 
Comment by Ian Mason
2007-01-31 08:57:39

Thank you so much! I have recently noticed a drop in new registrations in spite of my new first page SERPS for more competitive terms.

So after I stumbled upon Lee’s new and VERY SEXY blog… I mean great job Forrest! I would love to work with you on my forum.

I just applied this landing page trick using the tutorial on DreamInCode. For anyone who is having problems making it work, I hope you didn’t make the same mistake as I did and try to call the term variable by putting $terms in the welcome header. You have to call it using {5}.

Many thanks for this useful mod! I’ll update you on how it improves my registrations.

 
Comment by Ollie
2007-03-01 14:05:50

Interesting stuff, Lee

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