Forum Moderators: phranque
I'm down to this: Should I do a 301 redirect for my old pages to my new ones or do a Mod-Rewrite from the old page to the news one?
I know this was talked about in another thread from a while ago, but this particular question wasn't answered. If it was, please send me the thread. ;)
Should I do a 301 redirect for my old pages to my new ones or do a Mod-Rewrite from the old page to the news one?
It's not an either/or choice. Mod-Rewrite can be used to implement a 301 redirect. It isn't an alternative to a 301 redirect. It can also do other things as well.
Yes, you should do a 301 redirect. That way, search engines will know that the content has moved to a new location.
Regarding those "awkward" URL's, I can do a mod_rewrite for them so they will display cleaner........right?
Then throught the new robots file let the SE's discover URL's too.
Right Approach or Wrong Approach?