Forum Moderators: phranque
Basically our company is changing its name and changing websites to match. So I know I will eventually have to have a mod_rewrite 301 to the new site to show that it permanently moved, but I am toying with the idea of using a meta refresh for a little while.
Ex: "widget company" has changed names to "trinket company". We have changed websites as well. Click here to be redirected or wait and you will be redirected automatically.
Is this a good idea or should I just 301 it from the beginning and make a note of the name change on the home page of the new site? Could i run into duplicate content issues by only doing a meta refresh considering the content is similar if not the same in some areas (design is different)?
Thanks
I will still advice 301 because of various reasons. In your case, I will suggest something like this.
Option 1
Oldsite.com/abc.html does a 301 to Newsite.com/abc.html?action=old-redirect
Newsite.com has a .htaccess, which will help you add a message to the page based on action=old-redirect.
Option 2
Do a 301 to the old site.Till the time, the traffic from 301 is coming, put a small message, previous we were XYZ.com (if possible)
I will suggest option 2.
Aji