暂时不可用页面的 HTTP 状态代码

发布于 2024-10-11 01:08:21 字数 389 浏览 5 评论 0原文

我正在重新设计我的小型企业网站。我将暂时放置一个“正在建设中”的醒目页面。我知道,我知道……但我希望这将是一种风格。 :)

主要出于 SEO 目的,为暂时不可用的 URL 提供最好的 HTTP 状态代码(在新站点启动后,相同的 URL 将再次包含内容)。

现在,我的网站流量几乎不再重要,但作为一名网络开发人员,我希望将这些知识放入我的工具箱中,以用于未来可能的客户项目。现在我对自己的网站有了一个方便的“理由”,还有什么更好的方法来测试和实验这一点呢?

以下是我想到的一些内容:
503 看起来很吸引人,但属于服务器错误类别。
204 看起来也很吸引人,但我宁愿暂时重定向到初始页面。
307 看起来是最好的选择,但我不完全确定。

还有其他一些。所以我很想听听你的建议。谢谢

I'm redesigning my small business' website. I will be putting up a temporarily 'under construction' splash page. I know, I know... but it will be one in style, I hope. :)

What, mostly for SEO purposes, is the best HTTP status code to dish out for the URLs that will be temporarily unavailable (the same URLs will have content again, after the new site is up).

Now, my website traffic is hardly of any importance, but as a webdeveloper I want this knowledge in my toolbox for possible future client projects. And what better way to test and experiment with this, now that I have a convenient 'reason' with my own website.

Here's a few I thought about:
503 looks appealing, but is in the category of server errors.
204 looks appealing as well, but I'd rather temporarily redirect to the splash page.
307 looks like the best choice, but I'm not entirely sure.

There are a few others as well. So I'm curious to hear your advice. Thanks

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

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

发布评论

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

评论(1

梦年海沫深 2024-10-18 01:08:21

我不同意所选答案。我会使用 503 代码。

根据 HTTP/1.1 的 RFC

503服务不可用

由于以下原因,服务器当前无法处理该请求
服务器临时超载或维护。其含义
这是一个暂时的情况,之后会得到缓解
一些延迟。

是的,应该是错误,因为预期的页面不会出现。

I disagree to the selected answer. I would use the 503 code.

According to the RFC for HTTP/1.1:

503 Service Unavailable

The server is currently unable to handle the request due to a
temporary overloading or maintenance of the server. The implication
is that this is a temporary condition which will be alleviated after
some delay.

Yes, it should be an error, because the expected page will not appear.

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