TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

How does one change his domain name without losing hits?

14 点作者 nocivus超过 14 年前

3 条评论

jacquesm超过 14 年前
301 redirects.<p>See: <a href="http://www.google.com/support/webmasters/bin/answer.py?hl=en&#38;answer=93633" rel="nofollow">http://www.google.com/support/webmasters/bin/answer.py?hl=en...</a>
评论 #1764020 未加载
评论 #1763825 未加载
评论 #1763894 未加载
dedward超过 14 年前
301 redirects as jacquesm siad. That will take care of the search engines, anyway, which is probably where most of your traffic is coming from.<p>That said - you should also be analyzing your logs or whatnot to see where your traffic is really coming from, and more importantly,whether this new strategy is working before you shut off the old domain.
joshklein超过 14 年前
301 redirects. Follow jacquesm's link to Google's recommendation.<p>Here is my how-to guide on implementing what Google recommends: <a href="http://www.joshklein.net/seo-basics-how-to-safely-move-redesign-your-website" rel="nofollow">http://www.joshklein.net/seo-basics-how-to-safely-move-redes...</a>