阻止网站上不需要的流量

发布于 2024-11-27 20:21:32 字数 1459 浏览 3 评论 0原文

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

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

发布评论

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

评论(1

世俗缘 2024-12-04 20:21:32

请将 robots.txt 添加到您的网站根目录,以防止大多数自动抓取工具访问您的网站。

您还可以制定一条规则,如果 Referrer 已设置(客户端通过链接、搜索引擎等到达)。这仅允许直接访问该网站。

真正的答案:不要打扰

  • 尝试限制不需要的访问很可能只会伤害合法访问者。
  • 设置限制所花费的时间将超过节省的带宽的价值
  • 如果您的带宽确实如此昂贵,请更换服务提供商

Please add robots.txt to your web site root to prevent most automatic crawlers from accessing you site.

You could also come up with a rule that redirects access to error page if Referrer is set (client comes through a link, search engine or such). This only allows direct access to the web site.

The real answer: do not bother

  • Trying to limit unwanted access will most likely just hurt legitimate visitors.
  • Setting up the limitations will cost more in time than the saved bandwidth is worth
  • If you bandwidth is really so expensive, change service provider
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文