Recently i got many emails asking about 302 redirect. At first, i was not really sure about it. Indexu use http header redirect method, that is use.Code:Location:http://www.website.com
I think it's normal and almost all scripts use the same method. Even a big website like hotscripts.com use the same method.
Let make a few test:
- go to http://www.seoconsultants.com/tools/headers.asp
- then enter the following url
http://www.nicecoder.com/go.php?id=40
and
http://www.hotscripts.com/jump.php?l...87&jump_type=0
Both url will result 302 redirect.
The problem is 302 redirect will consider that you're hijacking other people websites. Here is taken from http://clsc.net/research/google-302-page-hijack.htm
This 302 redirect seem become a major issue recently. So i want to hear any idea from you guys to avoid unwanted problem. Perhaps some people will report your website as hijacker. Yes, it's true. I got email from webmaster who his website is listed in website that use indexu.An explanation of the page hijack exploit using 302 server redirects. This exploit allows any webmaster to have his own "virtual pages" rank for terms that pages belonging to another webmaster used to rank for. Successfully employed, this technique will allow the offending webmaster ("the hijacker") to displace the pages of the "target" in the Search Engine Results Pages ("SERPS"), and hence (a) cause search engine traffic to the target website to vanish, and/or (b) further redirect traffic to any other page of choice.
I'm thinking to modify go.php, remove header('Location:www.website.com'); and replace it with html redirect.
If someone here can explain more about 302 problem, this would be great. Btw, www.nicecoder.com's PR has droped to 4 from 6![]()



