Forum Moderators: open

Message Too Old, No Replies

Google Indexed My Development Site

What Should I Do Now?

         

Whoa

2:58 pm on Dec 1, 2003 (gmt 0)

10+ Year Member




I redesigned a site for a client. I had a site/domain that wasn't active so while we were developing the site, I posted the new site there. When we were done with the development work, I uploaded the site to my client's URL, replacing their old site.

Here's the problem. Google indexed the development site - the site does relatively well in coming up within google but it's the wrong site.

I brought this on myself by accidentally leaving some hard-coded links to the development site in the live client site. By the time I realized that, however, it was too late. Google had already indexed my development site.

I'm now thinking that my client is maybe being penalized for having content that is identical to my development site's content and that Google gave preference to the pages it indexed first - i.e. those on the development site.

What can I do to fix this problem? How do I get the development site pages out of the index? How do I get the real site do appear in place of the pages that are coming up in SERP? (Both sites are in the index, but the development site is doing better than the real site. Ugh.)

Whoa

10:07 pm on Dec 12, 2003 (gmt 0)

10+ Year Member




Nobody responded to this so I now writing "GoogleGuy" with the hope that the smartest people on this site use alerts to see whenever the word GoogleGuy is used in a post.

But seriously, anybody have any thoughts on this predicament?

My client's traffic has plunged 50% because traffic that would be going to her goes to the development site instead. Will this get fixed in the next re-index?

Stefan

10:15 pm on Dec 12, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I'm not one of the smart ones...

Do you currently have two versions of the site online, both indexed by Google, the development one and the clients?

Your post disappeared in the florida update stuff. Things have calmed down... you should get some answers now.

jpjones

10:24 pm on Dec 12, 2003 (gmt 0)

10+ Year Member



I'm not one of the smart ones either, but here's a stab at an answer...

Killing the development site would be a start, so that each page request returned a 404. This would ensure that all development pages were removed from the index.

However, you could use a 301 redirect for each page instead, redirecting a request for a page on the development to the same page on the live domain. This should knock out the development pages, and point Googlebot over to the page which should replace it.

JP

Stefan

10:31 pm on Dec 12, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Yep, kill the development site or redirect it all. There's no re-index to happen, it's a rolling update. If you just took the development one offline, Google would get it straightened out eventually, especially if the bot is visiting both of them often.

jranes

10:33 pm on Dec 12, 2003 (gmt 0)

10+ Year Member



This happened to me once.

What you need to do now.
1. Put a robots.txt file in all your development sites that turns away all bots.

2. Copy over your dev envir to a new place. This is now your dev envior.

3. In the indexed dev envior redirect all request to the appropriate prod page, being sure to also include any q string param's.

4. Include in the redirect a / 301 moved permanently header in this redirect from your new redirect site (formerly your dev site).

5. Each time you make a new dev envior first make sure you have the robots.txt that disallows all bots.

6. Make sure the dev server that has your new redirect site doesn't go down until it is out of the index.

7. Forgive yourself and don't mention to anyone again that you were this big of a lunk head.

andrew_m

10:35 pm on Dec 12, 2003 (gmt 0)

10+ Year Member



I would just fix the links that lead to the "wrong" site if there are any, and then if I can afford keeping the dev site up for a while -- do a global 301 redirect for all URLs on the "wrong" site to the right one and keep them for a month or so. Otherwise simply make sure it returns 404's and there are no links (check referrers).

Whoa

11:28 am on Dec 30, 2003 (gmt 0)

10+ Year Member



Thanks, all.

This seems to be working itself out.

I deleted all the dev server pages. Google is gradually getting rid of them. The production server pages are gradually entering the SERPs. Hopefully, Google is intelligent enough not to maintain any residual penalty for the duplicate content that resulted from the overlap period.