
July 30th, 2005, 08:47 AM
|
|
Registered User
|
|
Join Date: Aug 2003
Posts: 29
Time spent in forums: 11 h 11 m 50 sec
Reputation Power: 0
|
|
|
302 redirection
HI guys,
I've recently built a site which has been spidered by google twice. Each time it only accessed the index page.
The page www.game-shrine.com/index.php consists of the following code
Code:
<?php
header("Location: site/welcome/");
?>
after checking the headers returned, the page gives a 302 (temporary redirection) code. It's come to my attention that this might be what's stopping Googlebot from spidering the rest of the site.
Is this the case? If so what's the best way round this?
|