301 是“假”的正确重定向代码吗?子域?

发布于 2024-08-14 02:12:39 字数 349 浏览 4 评论 0原文

我的网站为每个用户分配一个假子域,沿着

http://username.mysite.com/ 

该子域重定向到

http://mysite.com/shop/username

第二个链接是内部使用的链接,被分配为链接rel =“canonical”,以及我想要在浏览器中显示的正确网址,即子域基本上只是为我的用户提供方便。

问题是301在这种情况下是否合适? 301 重定向用于现在永久指向其他地方的链接,这意味着旧链接已被弃用。我担心的是,我会通过使用 301 重定向来吸引不良 SEO juju,同时仍然提倡/推广使用旧链接。

My site assigns each user a fake subdomain along the lines of

http://username.mysite.com/ 

which redirects to

http://mysite.com/shop/username

The second link is the one used internally, is assigned as link rel="canonical", and what I want to display in the browser as the correct url, the subdomain is basically just a convenience for my users.

The question is whether 301 is appropriate in this scenario? A 301 redirect is used for a link that now points elsewhere permenantly, which implies that the old link is deprecated. My concern is that I will attract bad SEO juju by using a 301 redirect whilst still advocating / promoting the use of the old link.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

万劫不复 2024-08-21 02:12:39

是的,301 是正确的选择,因为搜索引擎将索引最终 URL 而不是子域。我从未听说过因 301 重定向过多而受到任何处罚。其他重定向类型不太准确地描述您要查找的内容(暂时移动等)。

Yes, 301 is the correct choice here as search engines will index the final URL rather than the subdomain. I've never heard of any penalty for having too many 301 redirects. Other redirect types less accurately described what you're looking for (temporarily moved, etc.).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文