Landing page

This is a discussion on "Landing page" within the Website Planning section. This forum, and the thread "Landing page are both part of the Planning Your Website category.



Go Back   Webforumz.com > Main Forums > Planning Your Website > Website Planning

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Aug 5th, 2007, 12:06
VanessaJW's Avatar
SuperMember

SuperMember
Join Date: Apr 2007
Location: Kent, England
Age: 37
Posts: 560
Thanks: 0
Thanked 0 Times in 0 Posts
Landing page

Not sure if this is the best area to post this, but as it's to do with my planning of the site, I will!

My client wants a landing page that will effectively sit in front of the homepage. The purpose of the page will be firstly to warn people that the content of the website is slightly adult in nature, secondly to promote the special membership joining offer, thirdly to entice them to sign up for the free newsletter and finally a small 5 question survey. There will be a button on there for people to just skip it and go straight to the site, so nobody will be forced to sign up for anything before proceeding, but, the questions I have are:

1) Should this landing page be the index.htm page, or should this be called something else and the main site homepage is index.htm?

2) What can I do to try and get search engines to direct to this landing page rather than going to the main site homepage? There is no login required to access the main site homepage, so anyone with the url for it could go there, but we want to TRY and get new visitors to go to the landing page first, we also want people who have signed up for membership to be able to go straight to the main homepage and not have to go via the landing page because that would be irritating for them!

Any pointers much appreciated, thanks
Reply With Quote

  #2 (permalink)  
Old Aug 5th, 2007, 12:11
SuperMember

SuperMember
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Landing page

Hi Vanessa,
I can answer the first part of your question.
Yes the Landing page should be index.html or index.htm

Google will find it but it will need content for it to rank well. (hence the reason most people don't do it)

On the second part, about having members not have to go through the landing page, I really don't know anything about that. Maybe a javascript that would remember them or if they have cookies enabled they could by pass it. Blah.. no idea there..
Reply With Quote
  #3 (permalink)  
Old Aug 5th, 2007, 17:33
alexgeek's Avatar
Administrator

SuperMember
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 3,771
Blog Entries: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to alexgeek
Re: Landing page

For the robots to link to that page i think it's:
<meta name="Robots" content="INDEX,NOFOLLOW">
Sorry if that's not what you wanted!
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
Reply With Quote
  #4 (permalink)  
Old Aug 5th, 2007, 17:56
Marc's Avatar
Moderator

SuperMember
Join Date: Apr 2007
Location: Scotland, UK
Age: 15
Posts: 1,639
Thanks: 0
Thanked 7 Times in 7 Posts
Send a message via MSN to Marc Send a message via Skype™ to Marc
Re: Landing page

What about the other pages on the site, Alex? Do the search engines not want to see them?
Reply With Quote
  #5 (permalink)  
Old Aug 5th, 2007, 18:01
alexgeek's Avatar
Administrator

SuperMember
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 3,771
Blog Entries: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to alexgeek
Re: Landing page

Quote:
Originally Posted by VanessaJW View Post
What can I do to try and get search engines to direct to this landing page rather than going to the main site homepage?
Sorry I thought you meant by this that you wanted search engines to only display the one page.
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
Reply With Quote
  #6 (permalink)  
Old Aug 5th, 2007, 18:05
VanessaJW's Avatar
SuperMember

SuperMember
Join Date: Apr 2007
Location: Kent, England
Age: 37
Posts: 560
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Landing page

Thanks Linda for answering the first part.

Alex/Marc - Thank you, yes I was wondering about whether I should put the robots no-follow thingy on all the other pages except the landing page, but I'm sure spinal had said somewhere that it's not the best way of doing things and it's no guarantee that the search engines won't index it. Also, I'm not sure it would make the site be seen favourably by search engines?
Reply With Quote
  #7 (permalink)  
Old Aug 5th, 2007, 18:13
alexgeek's Avatar
Administrator

SuperMember
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 3,771
Blog Entries: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to alexgeek
Re: Landing page

Yes for popularity, that would be it would only index one page..
though you could put it to use by putting all your keywords there etc I guess.
How about you give the user a session called guest on the splash page, and then on all the other pages if they don't have the session re-direct them to the splash page?
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
Reply With Quote
  #8 (permalink)  
Old Aug 5th, 2007, 18:36
c010depunkk's Avatar
SuperMember

SuperMember
Join Date: Apr 2007
Location: Willich, Germany
Age: 20
Posts: 593
Blog Entries: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to c010depunkk
Re: Landing page

Yeah, I would also do it with PHP sessions.
Reply With Quote
  #9 (permalink)  
Old Aug 5th, 2007, 18:38
alexgeek's Avatar
Administrator

SuperMember
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 3,771
Blog Entries: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to alexgeek
Re: Landing page

codepunk agrees!
now you have to do it
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
Reply With Quote
  #10 (permalink)  
Old Aug 5th, 2007, 18:54
VanessaJW's Avatar
SuperMember

SuperMember
Join Date: Apr 2007
Location: Kent, England
Age: 37
Posts: 560
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Landing page

Only trouble is, I don't know how
Reply With Quote
  #11 (permalink)  
Old Aug 5th, 2007, 18:57
Marc's Avatar
Moderator

SuperMember
Join Date: Apr 2007
Location: Scotland, UK
Age: 15
Posts: 1,639
Thanks: 0
Thanked 7 Times in 7 Posts
Send a message via MSN to Marc Send a message via Skype™ to Marc
Re: Landing page

Vanessa, this may help: http://www.w3schools.com/php/php_sessions.asp.

Good luck!
Reply With Quote
  #12 (permalink)  
Old Aug 5th, 2007, 19:07
VanessaJW's Avatar
SuperMember

SuperMember
Join Date: Apr 2007
Location: Kent, England
Age: 37
Posts: 560
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Landing page

Thank you Guess I'd better get learning...
Reply With Quote
  #13 (permalink)  
Old Aug 5th, 2007, 23:15
SuperMember

SuperMember
Join Date: May 2006
Location: North West, UK
Age: 21
Posts: 1,173
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Landing page

I understand that you have good reasons for using a landing page but I still think it's a bad idea. Surely you can advertise all of those things on the home page? I'd rethink this. People want content not offers or warnings. Think about the user, a real one. A lawyer with a young child, looking for a product or a service, doesn't have time to read through your maarketing blurb or listen to your warnings. People want content, you can advertise to them as they go, entice them using the quality of the actual site and the products/services it offers.

I suppose if the client has asked for it specifically then there's not much you can do about it but I try to convince them otherwise.

But yeah, it would be the index page and sessions would be perfect to by-pass it for already registered users or whatever.

Pete.
Reply With Quote
  #14 (permalink)  
Old Aug 5th, 2007, 23:23
alexgeek's Avatar
Administrator

SuperMember
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 3,771
Blog Entries: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to alexgeek
Re: Landing page

But if the content is adult related (convinced you making a porn site ha)
Then there would "need" to be a for warning,
I personally don't mind a splash screen, personal preference i guess
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
Reply With Quote
  #15 (permalink)  
Old Aug 5th, 2007, 23:30
SuperMember

SuperMember
Join Date: May 2006
Location: North West, UK
Age: 21
Posts: 1,173
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Landing page

I didn't take "slightly adult in nature" to mean hardcore porn but I maybe I just don't understand what 'adult in nature' means and have lost touch.

I've had an idea though. Why not have your index.html as the standard home page that members would see and have another page called landing.html or something and using some clever jiggery pokery you could detect whether it was an already registered user or a new (or at least not registered) user. Then you would leave registered users where they were and redirect new user to the landing page.

I'm still against landing pages but this may be a good alternative and at least your index.html is the real index page this way.

Pete.

EDIT: A good reason I've just thought of is that you don't want some landing page having great PR and the other more content rich pages being rubbish, do you?
Reply With Quote
  #16 (permalink)  
Old Aug 5th, 2007, 23:33
VanessaJW's Avatar
SuperMember

SuperMember
Join Date: Apr 2007
Location: Kent, England
Age: 37
Posts: 560
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Landing page

Yes, I hear what you're saying Pete. Like Alex says, with the content being adult, there's a need for warning first. Although as we all know, a lot of adult sites don't bother with any warning, but he wanted to seem a bit more responsible than most. So I suppose a way round that would be to just have no unsuitable images on the homepage, so then there could be a kind of warning within the homepage about going further into the site, but it would still be a proper homepage with all the navigation and everything right there.
Reply With Quote
  #17 (permalink)  
Old Aug 5th, 2007, 23:37
VanessaJW's Avatar
SuperMember

SuperMember
Join Date: Apr 2007
Location: Kent, England
Age: 37
Posts: 560
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Landing page

Pete - didn't see your second post there before I posted my reply. Yes, that sounds like a better way round it maybe.

Just to clarify (without going into too much detail!), definitely not hardcore porn, let's just say artistic.
Reply With Quote
  #18 (permalink)  
Old Aug 5th, 2007, 23:45
SuperMember

SuperMember
Join Date: May 2006
Location: North West, UK
Age: 21
Posts: 1,173
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Landing page

You could use JavaScript to give the warning. Before the home page is loaded you could clear the screen or black it out and then have a 'Site contains content of an adult nature' warning. Then upon clicking 'Continue' it would show the page. Clicking leave would send the user to google.com or whatever.

The problem is that if the site is a bit adult then most people who are visiting it will be expecting that and ideally you should be hammering them visually. Sex sells and when that is specifically what they have come to buy, it would be silly to not give it to them immediately. This is a tough one, if this guy's morals mean more to him than his profit then all credit too him but realistically you need that sort of imagery from the word go.

It's a tough one and I don't really think there is much place for morality in a situation like this. Do what you can to make sure minors can't view the site but make the most of what is on offer (sex). Make sure the site is signed up to these child protection programs too (the ones that block registered sites automatically for parents who subscribe, I'm sure you've heard of them).

Pete.
Reply With Quote
  #19 (permalink)  
Old Aug 5th, 2007, 23:47
SuperMember

SuperMember
Join Date: May 2006
Location: North West, UK
Age: 21
Posts: 1,173
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Landing page

You say artistic, does that mean this is the classy end rather than the sleazy side of things (though I would question the fact that there is any such divide)?

If so then some of my previous comment aren't quite so relevant.

Pete.
Reply With Quote
  #20 (permalink)  
Old Aug 6th, 2007, 00:04
VanessaJW's Avatar
SuperMember

SuperMember
Join Date: Apr 2007
Location: Kent, England
Age: 37
Posts: 560
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Landing page

Yes, that might be another way then, with a simple JavaScript warning.

I wouldn't say that the guy's morals mean more to him than profit or he probably wouldn't choose to do a site like this in the first place! And ditto me taking on the job of doing this site! Not that I'm making any judgments about the morality or otherwise of it, but you know what I mean. To put it bluntly, I can't afford to turn down any work at the moment! (I'd draw the line at illegal of course), but what he's doing here isn't even classified as porn, I think it's known as 'simple nudes', so yes, you might say it's classy rather than sleazy, although like you say, the distinction is blurry. If you go on MSN Pete, I'll give you a link to a similar site so you know what we're talking about, I don't want to put it on here.

And, yes I do know what you mean about the child blocking thing.

I didn't really want to get into the details of what the site was about because I didn't want people thinking badly of me for taking it on, so I probably shouldn't have mentioned the word adult in the first place! Well too late now.
Reply With Quote
Reply

Tags
landing page

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Green bar of colour at bottom of page gets bigger the more page is extended pixelgirl Web Page Design 1 Apr 1st, 2008 01:27
internal navigation, Linking from one page to a specific div in another page. Oak Web Page Design 5 Feb 8th, 2008 22:54
Keynote Systems Landing Site TheSealPortalTeam Free Web Site Critique 8 Feb 6th, 2008 00:11
Landing the Dream Job After College. Sgaspar11 Flash & Multimedia Forum 0 May 24th, 2007 15:33
A gap appears beween the Page Title and the Body Content of the page. sovereign6 Web Page Design 6 Dec 18th, 2006 19:14


All times are GMT. The time now is 00:40.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43