Forum Moderators: open
We are curently VERY well ranked naturally in Google, and I have a concern with the transition to the new host. We would likely move one domain over, as a test, then once we are happy that the new guys are okay, move the whole shebang.
I understand that Google can penalize for duplicate content, do you think this would qualify? This is obviously not some intentional way to get around Google, or inflate our links, listings etc., we simply think we have to change hosts.
Anyone have any feelings on this?
~karembeu
[edited by: WebGuerrilla at 5:57 pm (utc) on Sep. 28, 2004]
If you are moving one site out of a bunch of sites (your post is not too clear about this) then it would not be duplicate content as you are saying the site is moved.
If this does not answer your question please be more specific in your post.
I don't anticipate a proble, especially if there are no links back and forth, and the robots.txt is set up okay - just wanted to ask if anyone else had done this and if they had any problems.
Thanks for the reply.
we have several product lines, all branded under a single company name. we have domains for each line pointing to the company site. MANY companies do this.
i'm confused by what you mean. i don' think we must be talking about the same thing. i try not to explain things well, makes for more intersting dialogue :)
Forgive my ignorance but what is 301 re-direct?
301 states for the HTTP code that your server returns when an agent tries to get your page. 301 means moved permanently.
If your host is UNIX based you may use .htaccess file to redirect. Windows host also has something for 301 redirect but I am not an expert with Windows hosts. Search webmasterworld. It has been discussed here.
.htaccess is usually placed to you root directory. Ask your host for details and whether it is allowed (it usually is).
.htaccess is text file and should be transferred in text mode. I used the following commands:
RewriteEngine On
RewriteRule ^(.*)$ [YourSite.com...] [R=301,L]
Vadim.