View Single Post
Old 2009-03-17, 10:38 PM   #3
Chffr
A woman is like beer. They look good, they smell good, and you'd step over your own mother just to get one!
 
Chffr's Avatar
 
Join Date: Feb 2009
Location: NYC
Posts: 57
Quote:
Originally Posted by cd34 View Post
If you have 2.com serving the content from the same directory as 1.com, with no redirect, you will probably get hit with a dupe content penalty.

If you really want to move from 1.com to 2.com, and you can get any possible link trades to move to the new one, then set up a complete mirror on 2.com, or move all of the content over and put an .htaccess on 1.com that contains:

Code:
Redirect 301 / http://www.2.com/
google will find the 301s, removing the original link from its index and spider the new pages for inclusion. All pages requested will be redirected/rewritten to their corresponding location. i.e. http://1.com/blah.html will be redirected to http://2.com/blah.html

You'll probably see some lag from the time you do the switch and it's possible neither will show up in google during the transition.

Making that move early is better than later... I only hope the branding/seo value of 2.com is worth the stress while you wait for google to pick things up.
Yes the site is the same content two different domains

I have .htaccess 301 redirect in place --> 2.com to 1.com

There are no trade links to be concerned about as I've not yet started seeking out trades on either domain.

NP on lag time as long as it gets ironed out eventually. Although obviously sooner rather than later. Any idea on how long it migh take?

The brand is definitely worth it IMO.
__________________
Submit to CHuFFeRsLiST
Chffr is offline   Reply With Quote