Forum Moderators: Robert Charlton & goodroi
Some of these pages have decent Google and search engine listings. I have decided to use 301 Redirects in an .htaccess file for these 15 pages with name changes.
However, I am a little new to 301s and I'm not sure what to do with the old pages with the old names during the switch. Do I leave them on the server for a while? Can this be harmful in any way? There are probably some inbound links to the pages.
I will also have a 404 directive in my .htaccess and I'm not sure if that complicates things.
Is leaving the old files on the server just a matter of preference? For some reason I lean toward having both the old and the new files on the server, I think it makes me feel like I would be covering all my bases. How would <b>Google</b> look at the situation with respect to both the old and new pages being on the server?
Thanks.
It makes no difference if the old files are still on the server - googlebot or any other spider will never see that content if the correct http response is given. If you configure your .htaccess rules correctly, the 301 will be served for those urls that you state. Only the other, truly "bad" urls will get the 404 response.