Landing Page Tips for Increased Visitor Trust

Most of the time, when we think about our landing pages, we’re thinking “what will give me the highest CTR?”. We don’t always think too heavily about pre-selling an offer and how to focus on higher conversion rates once the visitor does in fact click through. In some niches, you do need to pre-sell the product, and you want the visitor to look around your page – and they will. They clicked an ad to YOUR site, they’re not going to think in their head “Okay this is a landing page, I’ll just click through and it will get me to where I want.” That being said, this article is just going to be a short list of a couple tips and tricks you can use in your pages to give them more credibility. The more the visitor trusts you, the more likely they are to whip out their credit card.

Tip #1 : Using a “Last Updated On”

EDIT : For some reason the PHP isn’t displaying properly. So the first and last tags are [ and ], in your code you’re going to want to replace them with < and > and it will work.

With a little PHP magic, we can add a “Last Updated On: 10/23/2007” to the page and have it automatically update every day. The visitor sees this, they know that the information they’re going to read isn’t out of date. Here’s how to do this. Above the html tags at the very very top of your index file, paste the following code :

[?php
$yesterday = date('m/d/Y', mktime(0, 0, 0, date("m") , date("d") - 1, date("Y")));
?]

Now, wherever you want to add the code (usually the top right corner of the page, or above the main text, below the main text, etc), add this :

Last Updated On : [?php echo $yesterday ?]

Voila, you now have done your research and you’re updating your landing page daily.

 
Tip #2 : Quotes From Credible Sources

Another little trick that some people use is by taking the logo from a very credible source, then finding an article somewhere from that source that talks about whatever product you’re trying to sell. Kind of hard to explain, but really easy to understand with a picture :

credible affiliate sources

This example is taken from ringtones.net. That makes it seem like ringtones.net was a source verified by Forbes, Times, Rolling Stone, and the Wall Street Journal (I cut the image off a little). There’s a pretty high chance that your visitor would trust the Wall Street Journal more than a site from an ad they just clicked on, so it builds more trust.

Tip #3 : SSL and Security Certificates

Want your visitors to trust you? Show them that they’re browsing a secure site and are about to enter their credit card safely. Picking up a license for a security certificate can cost a few hundred bucks a year, but for a higher conversion rate, is it worth it? Sure it is. You can make that few hundred back in a few weeks due to a boost in conversions. For an example, here’s what you can find near the footer of halloweenexpress.com :

halloween express

 

Well there you have it, three quick tips to increase the trust-value of your website and hopefully help increase conversions.


26 Comments

  1. October 23, 2007

    Sneaky :-) I like it!

  2. Matt
    October 24, 2007

    Nice

  3. October 24, 2007

    I especially liked the php one and the quotes one. Though the quotes one is a little sneaky, but who cares?!

    By the way, you can use Javascript also in writing out the date. Though php offcourse i s much easier…

  4. October 24, 2007

    Just a tip so you can replace the [ and ] with < > and it should show up as when you submit the post.

    Other than that good tips, I am finding this blog very useful!

    Thanks

    Alan

  5. October 24, 2007

    This was definitely a nice post. Clear and to the point.

  6. Kunal
    October 24, 2007

    Quick question – I’ve had extensive experience in web design, adwords and adsense, but completely new to affiliate marketing, setting up pages to market well (convert well), as well as research the ‘right types’ of keywords regarding a niche.

    Does anyone know of a good course that shows the steps on how to get dirty with affiliate marketing? I’m looking for more practical stuff, I understand the theory behind it, and can set it up if I know how to (so, I want to SKIP all the beginner, “welcome to the world of affiliate marketing” stuff)

    Thanks gang!

  7. October 24, 2007

    Kunal – check out the “Uber Affiliate Marketing Guide”, it’s the first link under ‘Popular Posts’ in the sidebar.

  8. October 25, 2007

    Nice tip like it alot! Off to do some updating :o)

  9. October 25, 2007

    Tried using the PHP date function, though it seems to generate some abritrary date in 2008, not sure what’s going on there.

  10. October 25, 2007

    All great tips that should increase conversions. :)

  11. October 26, 2007

    Some of the tips can be forbidden by the advertiser or the network. So use with caution. For example, you can’t the secure SSL logo if your page it not secure. Most visitors wouldn’t know this but the way you tell if the page is encrypted if its starts with https instead http. I know some networks which penalize affiliates for using misleading graphics and such on their pages.

  12. October 30, 2007

    Great advice that I will use, thank you for that! I have had a ppc campaign going but haven’t had any sales… yet!

  13. October 31, 2007

    I don’t know where I read it but there was a case study that showed an increase in conversion by more than 10% by simply adding SSL to the site.

  14. November 5, 2007

    How about no Google Ads for Landing Pages from Search Engines SERPS?

    For some people, too many ads is a turn off.

    Conversely, I’ve seen many sites having Google Ads turned OFF for returning visitors, to show them their ” loyalty”.

    I guess it works both ways.

  15. Simon
    November 5, 2007

    Why not create your own privacy logo. You’re just assuring clients of their privacy…

  16. November 6, 2007

    It’s a simple task to create a “self-signed” certificate anyway and most people don’r even really notice. You can do it in cPanel or right in apache. Otherwise, a Turbo-SSL cert is only $19.95 a year from GoDaddy.

  17. November 18, 2007

    Terrific blog. Struggled with the date php with no success, but the point was well made. I change the content constantly so it’s no mountainous effort to add a static date & update it too.

    Keep it coming…

  18. December 4, 2007

    Great info, I love it!

    By the way the code for yesterdays date is giving people problems because it has the wrong open & close tags

  19. December 5, 2007

    This is just solid advice. Thanks I’m going to apply these techniques to my pages.

  20. January 30, 2008

    You could also be clever and make the last updated date some random amount that is the last week and cache it for consistency. So if a user hits the page and the date is more than a week old, pick a new date and cache it.

  21. February 9, 2008

    Tips 2 and 3 are genius. I’m going to use those whenever i can. Thanks man!

    -Dave
    LetMeAdvise.com

  22. April 2, 2008

    Wow, I learned two things from this article. Thank you!

  23. April 4, 2008

    Good stuff, it’s the little things that make the BIG things.

  24. April 4, 2008

    Great tip Paul on the date. I used that on my landing pages with no luck, but I was putting it at the bottom…I should test what you mentioned – putting it top right.

  25. May 28, 2008

    I was looking for this on a forum I’m a member of, forgot it was here :)

    Thanks for the tips paul.

  26. September 13, 2008

    Hey Paul,
    do you recommend #2 and #3 even for affiilate pages, that are merely preselling other products?

    Do you think it would help conversions to have the secure logos and quotes on the affiliate page?

    Thanks,
    musignr

Leave a Comment