Forum Moderators: mack
I have need to rename some pages, so I'd like to redirect any spiders or visitors who go to the old page names to the new page names.
for example...
redirect 301 widget_design.htm widget-design.htm
Any suggestions how to acheive this without using .htaccess or asp/php?
Any help greatly appreciated
I know with a 301 redirect, the new page takes the old pages place / PR , etc... Will this method do the same?
Any sample code of the redirect would be appreciated, I'm a newbie.
Replace # in CONTENT="#; by the number of seconds before the visitor is redirected - anything from 0 to whatever.
I have no other option for a redirect either and it works very well with G and other SEs.
Leave the <body> of the page empty and leave the page on the sever for several months until it is not requested by any SE robots anymore, then delete it.
Good luck
My only question is...
1 person recommended no index, follow, and the code sample is no index, no follow.
I would think i would want to do "no index, follow", so that google finds the new pages / transfers PR to the new pages, but I wasn't sure...
Thanks again!