简体   繁体   English

Google索引网址重定向301

[英]Google indexing urls redirect 301

Let say my site has the following URLs indexed in Google: 假设我的网站在Google中索引了以下URL:

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

For some reasons, I want those same pages to have the following URLs: 由于某些原因,我希望这些页面具有以下URL:

/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. 我注意到,即使我使用从/ test / 1到/ test / abc的301重定向,在机器人点击重定向并发现更改后,URL / test / 1也会在Google索引中保留一段时间。

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 ? Google网站管理员工具中的新站点地图是否可以摆脱旧的网址?

Help me see inside the Google black box :) 帮我看看Google黑匣子里面的:)

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 ) 该网址删除工具仅适用于不再存在的网址,您不能将其用于现在返回301的网址(请参阅: http : //www.google.com/support/webmasters/bin/answer.py?answer = 59819&hl = zh_CN
  • 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 XML网站地图主要用于告知Google新页面和最近更改的页面,因此我认为这对您没有帮助

In short, the index will update naturally, you just need to let Google do its thing. 简而言之,索引会自然更新,您只需要让Google来做就可以了。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM