views:

31

answers:

1

Hello,

Let say my site has the following URLs indexed in Google:

/test/1
/test/2
/test/3

For some reasons, I want those same pages to have the following URLs:

/test/abc
/test/def
/test/ghi

I noticed that even if I use a 301 redirect from /test/1 to /test/abc, the URL /test/1 stays in the Google index for a while after the robot hits the redirect and discovers the change.

Is it normal that it takes few weeks for the old URLs to disappear from the search engine index or is there a better way to let him know about the changes.

Should I use the URL removal tool ?

Will a new sitemap in the Google webmaster tools help to get rid of the old URLs ?

Help me see inside the Google black box :)

+1  A: 

Answering your questions:

  • Yes it's normal for this process to take a few weeks, this is nothing to worry about.
  • The URL removal tool is only for URLs that no longer exist, you can't use it for URLs that now return a 301 (see: http://www.google.com/support/webmasters/bin/answer.py?answer=59819&hl=en)
  • An XML sitemap is mainly for telling Google about new pages and pages that have changed recently, so I don't think it will help you here

In short, the index will update naturally, you just need to let Google do its thing.

Tim Fountain
Thanks Tim for your answer. You are saying that the removal tool is only for URLs that no longer exist. It is the case here, I want those 3 URLs to be gone completely from the index. Does this mean I need to return 404 and let Google discover the new URLs. I am mainly worried about duplicated title and meta which Google likes to flag.
Laurent Luce
I really wouldn't worry about it. Googlebot likes 301s, and you are using them correctly. You're not going to suffer by having a title on one page that was previously used on another URL.
Tim Fountain
Thanks Tim for the feedback.
Laurent Luce