大型网站的 Xml 站点地图

发布于 2024-10-01 00:17:59 字数 98 浏览 2 评论 0原文

大型网站如何处理每天删除的数千个旧网址?特别是当网站在点击损坏的网址时重定向到自定义错误页面而不是抛出 404 错误页面时。 (我读过搜索引擎爬虫不考虑抛出 404 错误页面的网址)

How do large websites deal with thousands of old urls that are deleted everyday? particularly when the website redirects to a customized error page on hitting a broken url instead of throwing a 404 error page. (I've read search engine crawlers do not consider urls that throw 404 error page)

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

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

发布评论

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

评论(1

我们的影子 2024-10-08 00:17:59

如果页面被删除,我强烈建议您让“自定义错误页面”实际上返回“410 Gone”HTTP 标头。

If a page is deleted, I'd strongly recommend that you make your "customized error page" actually return a "410 Gone" HTTP header.

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