UltraZulu
01-12-2005, 09:15 AM
Hi
We have an internal tracking system which works as follows:
1. Visitor types in url, www.domain.com
2. www.domain.com redirects with a 302 to a central server and gets a unique visitor number
3. Central server produces unique visitor number and redirects with a 302 back to www.domain.com and appends the visitor number and the end of the url, www.domain.com?v=12345
There must be something wrong with this picture as we have hundreds of links pointing to us but we are not getting any pagerank for it. Nor are we ranking for our major keywords. Please can anyone advise as to the best solution to fixing this.
My initial thoughts are:
1. redirect 301 to central server
2. get unique number and redirect 301 back to url
3. hide visitor number in session variable
We use ASP.
Thanks in advance
We have an internal tracking system which works as follows:
1. Visitor types in url, www.domain.com
2. www.domain.com redirects with a 302 to a central server and gets a unique visitor number
3. Central server produces unique visitor number and redirects with a 302 back to www.domain.com and appends the visitor number and the end of the url, www.domain.com?v=12345
There must be something wrong with this picture as we have hundreds of links pointing to us but we are not getting any pagerank for it. Nor are we ranking for our major keywords. Please can anyone advise as to the best solution to fixing this.
My initial thoughts are:
1. redirect 301 to central server
2. get unique number and redirect 301 back to url
3. hide visitor number in session variable
We use ASP.
Thanks in advance