将网站迁移到新域以及相关的谷歌索引问题
我们目前有一个网站“somedomain.net/codefest”。我们不拥有该服务器(或该域名)。
由于容量问题,我们现在正在迁移到新服务器。由于我们不拥有旧域名,因此我们也将迁移到新域名。
由于我们很快需要放弃旧服务器,因此我们会将所有对“somedomain.net/codefest/anything”的请求重定向到“newdomain.net/anything”。
我的问题是,经过大量的努力,我们网站的页面排名现在相当可观了。我确信将我们的网站转移到新的域名将会极大地损害我们网站的搜索引擎排名。
我们有什么方法可以告诉搜索机器人我们已经移动了网站吗?也许,当我从旧站点重定向时,如果我给出 302 重定向,搜索蜘蛛会注意到它?
与迁移我们的网站相关的其他问题还有我应该注意的吗?
谢谢,
杰瑞赫
We currently have a website at "somedomain.net/codefest". We do not own this server (or this domain name).
Due to capacity problems, we are now moving to a new server. Since we do not own the old domain name, we are also moving to a new domain name.
Since we'll need to abandon the old server soon, we'll be redirecting all requests to "somedomain.net/codefest/anything" to "newdomain.net/anything".
My problem is, after a lot of effort, our website's page rank is now fairly significant. I'm sure moving our website to a new domain name will be drastically detrimental to our website's search engine rank.
Is there any way we can tell the search bots that we've moved the website? Perhaps, when I redirect from the old site, if I give a 302 redirect, search spiders will notice it?
Is there any other issue related to moving our website that I should be aware of?
Thanks,
jrh
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Google 建议使用 301 重定向。 (301 表示永久更改。302 表示临时更改。)
他们对移动您的网站常见问题解答页面,该页面应该比 Google 更广泛地适用。
Google recommend a 301 redirect. (301 indicates permanent change. 302 indicates a temporary change.)
They have other advice on their Moving Your Site FAQ page which should be more widely applicable than just Google.