Forum Moderators: mack

Message Too Old, No Replies

Rotating Home Page - how do I do it?

How can I rotate 2 pages for my index site?

         

Bob_Brewski

3:14 pm on Nov 12, 2003 (gmt 0)

10+ Year Member



I am trying to rotate 2 pages for my home page. Any ideas on how to do this? I want visitors who visit site "A" to always see site "A" and visitors who visie "B" to always see "B."

I heard you can set something up with cookies to do this, but I don't know where to turn next. Any ideas?

MonkeyBoyUK

5:48 pm on Nov 12, 2003 (gmt 0)

10+ Year Member



I think you need to give a little more info fella.

Do you mean you want to give people a choice of main page and then make sure it always shows what their choice was when they return?

Bob_Brewski

6:13 pm on Nov 12, 2003 (gmt 0)

10+ Year Member



More Info:

So for purposes of optimization I have a site that I want to test / tweak for CTR and conversion.

To do this I have the original page (sitex.index.html) that I will leave alone for the time being as my "control" page, and I want to have another index.html page that I will rotate in for every other visitor.

So visitor A might see homepage A, and visitor B might see homepage B (each slightly different) and I will measure the different CTR and conversion of each page.

The main thing I need to know how to do is display a rotating page for the index.html file...

Any ideas? I hope I am explaining this ok!

JamesR

11:45 pm on Nov 12, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You do this on the server somehow, it is a form of split run testing. I believe you can have the server deliver different pages based on alternating sessions. I am not sure about how to set this up technically.

MonkeyBoyUK

8:11 am on Nov 13, 2003 (gmt 0)

10+ Year Member



How about making a new index page that everyone goes to, then employ a handy bit of server side scripting.

That page can then redirect the person to whichever page it is you wish to use.
Cookies will help if you want people who come back top see the same page as they did before (once you send them to page A give them a page A cookie for when they come back)
If you want people to see the pages randomly , how about doing the redirect by using the time or the last digit of their IP? If its and odd number they see page 1 and if its even they see page 2.
Failing that you could use a variable and literally rotate every visitor between the 2 pages alternately.

It may not be the best solution but hey! its nice and simple :)

If you are not into coding then perhaps try looking around some of the free script sites and see if there is anything similar to what you are looking for.