Forum Moderators: open

Message Too Old, No Replies

Moving content to a new domain

How to best avoid duplicate content problems

         

SlyOldDog

8:57 pm on Mar 31, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



We have some content we would like to move between domains but we'd obviously like to avoid any glitch that might trip a duplicate content filter.

If we move it off one domain and onto the other, and Google crawls the new site before the old one, then it will see that both sites have the same content, regardless of the fact the content was removed from the old site.

We don't want to bring the content offline even for a couple of days. Any good tips?

wruk999

9:17 pm on Mar 31, 2003 (gmt 0)

10+ Year Member



Hi SlyOldDog,

Here is a thread on a very similar situation:

Changing domain names [webmasterworld.com]

Hope this helps,

Regards
William

SlyOldDog

10:08 pm on Mar 31, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Thanks. I looked through that one and it seems my caution is justified.

We are using shared hosting, so I think that means 301 redirects are out of the question (you can probably tell I have no idea).

If this is so, will other types of redirects suffice?

Any other bright ideas?

jdMorgan

10:22 pm on Mar 31, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



SlyOldDog,

Being on shared hosting doesn't enter in to it directly. The question is simply whether your old-domain host supports server redirection (as opposed to scripted or meta-refresh redirection). If you are on Apache server, the question is, "Can I use mod_alias or mod_rewrite to do a 301-Moved Permanently redirect?" On MS servers, I can't give you the specific question, but generically, "Can I don a 301 redirect to another domain?" is close enough.

So research those questions indirectly, or ask your old-domain host directly. (Note that it makes no difference if the new and old domains are hosted by the same company, or even on the same shared server, the question is the same.)

All the rest is just implementation details, and it's not so hard to do.

HTH,
Jim

SlyOldDog

10:41 pm on Mar 31, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Thanks Jim.