Forum Moderators: open

Message Too Old, No Replies

Duplicate Content Sites

How to Handle Duplicate Content Sites

         

Jack_Frost

3:42 pm on Sep 13, 2002 (gmt 0)

10+ Year Member



We have site that made it into the Google Directory a few weeks ago but the Google Toolbar said that "Current Page is Not Ranked by Google". We have now disappeared from Google and while I don't think that it has to do with the fact that we have duplicate content sites, it did make me wonder.

I have two sites with exactly the same content. One uses www.company name.com as the URL (what's on the business cards and such) and another uses www.brandname.com (the new URL). We have no inbound links to the www.companyname.com Site, but have registered the www.brandname.com site with the major directories and are starting to build links.

Questions: 1. Is the site dropping from Google normal after only a few weeks?

2. If I have two sites, should we just have the www.companyname.com URL re-direct to the www.brandname.com site that we have submitted. I don't want to have duplicate content sites for many reasons, but the old URL still has some people typing it in so I don't just want to eliminate it either. Re-directing seems to be the best option, but I don't want Google to consider it spamming.

Thanks...

WebGuerrilla

4:52 pm on Sep 13, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member




>>Is the site dropping from Google normal after only a few weeks?

No, it is not uncommon for anew site to bounce in and out of the db. It's pretty common for Google to merge data from different crawls, so you can end up getting dropped if/when they revert back to data that was collected prior to you getting crawled for the first time.

Once you have been through a couple crawl cycles, your listings will become more stable.

>>Re-directing seems to be the best option, but I don't want Google to consider it spamming.

Redirecting isn't considered spam unless it is being used to gain some type of advantage in a SERP. The types of redirects that get you into trouble are client side redirects. These are typivally JavaScript redirects that the spider doesn't see or follow, but a real browser does.

In your case, using a 301 server side redirect to send type-in traffic to brandname.com is helping Google, not hurting them. The other option would be to point both domains at the same site, which would ultimately cause Google to index the same thing twice. Using a 301 will prevent that from happening.

Marcia

11:01 pm on Sep 18, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



How can you safely point the two domains to the same site and make CERTAIN that one is returning a 301?