I know google does not like sites with content same as other sites such as mfa. My problem is that I have content on my first domain that I want to move to my new Domain digitalbrainfreeze.com. What steps should I take when moving the content and having it indexed on the new domain
You can redirect all your old content to your new site & also redirect you incomming links. This will help you new site get indexed faster. put this in your .htaccess in your old domain for a permanent 301 redirect. RedirectMatch 301 ^(.*)$ http://www.YOURDOMAIN.com$1 RedirectMatch permanent ^(.*)$ http://www.YOURDOMAIN.com$1 This will work provided you are using the same directory structure?