Generate Random index.htm website hopepage each time
Expand Post »
i was wondering how it would be possible to generate a different random homepage for my website each time someone clicks it. Basically so that when they type the domain:
Re: Generate Random index.htm website hopepage each time
Well, thats done with script.
Tehre are multipel ways to do it... I'd say the more "reliable and safe" methods depending on your server (php/asp etc.).
You could do it with JS... but please be careful, as that requires JS to be enabled on the visitors computer, and is ignored by bots.
Further, it could be somewhat damaging to your Search Engine results (not to mention annoying a percentage of visitors, possibly causing higher bounce/abondonment rates etc.).
But in short, you supply multiple "content files".
Then a piece of script that will randomly pick one.
Plenty of examples/scripts aroudn for that (in most languages).
No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.