重定向至会员页面
我的网站上有仅限会员的页面。如果用户未登录,我有两个选择:
- 直接在 http:// 显示登录页面www.yoursite.com/member-only-page
- 将用户重定向到 http://www.yoursite。 com/login 并在登录后重定向回来。
从 SEO 的角度来看,哪个更好?我应该使用什么重定向类型? 301是永久的吗?
有什么建议吗?
I have member only pages on my site. If the user is not logged in, I have two options:
- Show the login page directly at http://www.yoursite.com/member-only-page
- Redirect the user to http://www.yoursite.com/login and after login, redirect back.
Which would be better from SEO point of view? What is the redirection type I should use? 301 is permanent?
Any suggestions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
301
是返回永久重定向的最佳标头。不过,您不必担心登录页面。 Google 建议将其标记为
无索引,无关注
。301
is the best header to return for permanent redirect.Nevertheless, you do not have to worry about login pages. Google recommendation is to spot them as
no index, no follow
.