如何使网站的某些部分不出现在搜索引擎结果中?

发布于 2024-09-03 08:17:45 字数 60 浏览 1 评论 0原文

如何使网站的某些部分不出现在搜索引擎结果中?

受密码保护的目录不会出现在搜索引擎结果中吗?

How can you make certain parts of your website not appear on search engine results?

Will a password protected directory not appear on search engine results?

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

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

发布评论

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

评论(2

儭儭莪哋寶赑 2024-09-10 08:17:45

尝试 robots.txt

网站所有者使用 /robots.txt 文件向网络机器人提供有关其网站的说明;这称为机器人排除协议。

Try robots.txt.

Web site owners use the /robots.txt file to give instructions about their site to web robots; this is called The Robots Exclusion Protocol.

盛夏已如深秋| 2024-09-10 08:17:45

在您网站的顶级目录中放置包含以下内容的 robots.txt 文件。

User-agent: *
Disallow: Password-folder-name

有关详细信息,请参阅此链接

In your website top level directory place robots.txt file with the following content.

User-agent: *
Disallow: Password-folder-name

For more info ,see this link

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