Hi Guys, I thought I would post this here becuase I have checked the net, Google Search, WM Tools Etc and found no real answers.
What I am trying to achieve is as folows:
A client has banner adverts on a website and because at leat 40% of users of this particular website are disabled they ahve javascript turned off (read on see below for why).
The client has asked if we can make these links trackable and record click off stats in the mySQL database.
The method we need to use is as follows:
The link looks like this:
The 'GO' page uses a 301 redirect to send the user to the final destination.
Step 5: the user lands at the final destination. Why so many steps and why not just put that URL in the href in the first place?
Like Google.com, we have to account for any users that do not have javascript installed. Anyone sho does not have javascript installed will fall short at step 3 and they will get stuck there.
Why have step 3 at all?
The website owner has been very specific that he wants to be very clear about the fact that this is an advert and to not confuse the user, he wants to be clear.
This website sells things and gives information for phisically and mentally disabled. They might have javascript off for some disability reason or just because they have a mental illness and they obsessively have it switched off.
The fact is that the website owner is worried that this type of redirect may cause his site to be treated as an affiliate site and not it's true purpose by the search engines.
He is pretty savvy as am I when it comes to SEO, but this redirect and record system, and indeeed how to do it right, is a grey area.
So the main questions are as follows:
In step 2, if javascript is turned on, the url is replaced from the original to the redirect url ONCLICK. Exactly as Google does it. Will this be penalised?
In step 3, if javascript is turned on (which it should be, or we would have never got there in the first place right), it redirects to the 'GO' page which has a 301 redirect to the destination page. Will this be penalised?
Anyone any comments on if we are doing anything ethically wrong here?