阻止谷歌索引

发布于 2024-08-23 04:37:07 字数 245 浏览 5 评论 0 原文

嗨,先生们,阻止谷歌在搜索引擎中显示文件夹的最佳方法是什么?例如 www.example.com/support ,如果我希望支持文件夹在谷歌中消失,我该怎么办? 我做的第一件事是放置一个“robots.txt”文件并包含此代码

User-agent: *
Disallow: /support/etc

,但结果是一场彻底的灾难,除非我删除 robots.txt,否则我无法再使用支持页面 最好的办法是什么?

hi sirs what's the best way to prevent google from showing of a folder in the search engine ?, like e.g www.example.com/support , what should i do if I want the support folder to disappear in google ?
the first thing I did was place a 'robots.txt' file and include this code

User-agent: *
Disallow: /support/etc

but the results is a total disaster, am not able to use the support page anymore unless i remove the robots.txt
what's the best thing to do ?

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

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

发布评论

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

评论(3

情绪操控生活 2024-08-30 04:37:07

robots.txt 不应影响页面的运行方式。如果有疑问,您可以使用工具生成 http ://www.searchenginepromotionhelp.com/m/robots-text-creator/simple-robots-creator.phphttp://www.seochat.com/seo-tools/robots-generator/

当在 robots 文件中禁止时,您可以显式指定一个文件或子文件夹,而不仅仅是一个文件夹。

您还可以在文档中使用元标记来告诉爬虫不要使用它

<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">

robots.txt shouldnt affect the way your page function. If in doubt, you can use tools to generate like http://www.searchenginepromotionhelp.com/m/robots-text-creator/simple-robots-creator.php or http://www.seochat.com/seo-tools/robots-generator/

When dissallowing in robots file, you can explicitly specify a file or subfolder rather than just a folder.

You can also use meta tag in your document to tell the crawler not to use it

<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
我不吻晚风 2024-08-30 04:37:07

阻止 Google 在搜索引擎中显示文件夹的最佳方法是什么?

robots.txt 文件是执行此操作的正确方法。您的示例对于阻止 /support/etc 目录及其后代是正确的。

除非删除 robots.txt,否则我无法再使用支持页面

无法再使用支持页面 robots.txt 文件会影响您网站的运行方式是没有意义的,当然它永远不应该影响人类可以访问哪些页面。我怀疑还有其他问题 - 检查您的服务器日志以查看记录了哪些类型的错误。

what's the best way to prevent google from showing of a folder in the search engine ?

A robots.txt file is the right way to do this. Your example is correct for blocking the /support/etc directory and its descendants.

am not able to use the support page anymore unless i remove the robots.txt

It doesn't make sense that a robots.txt file would affect the way your site functions, and certainly it should never affect which pages can be accessed by a human. I suspect something else is awry -- check your server logs to see what kinds of errors are being recorded.

时光瘦了 2024-08-30 04:37:07

虽然不是限制机器人访问的首选方法,但 Google 谈到使用 noindex 元标记 此处。如果各个页面被您自己的网站以外的网站链接到,这也将阻止显示这些页面。

关于限制机器人访问您网站的精彩讨论可以在此处找到。

While not the preferred method of limiting robot access, Google talks about using a noindex meta tag here. This will also prevent the various pages from showing up if they are linked to by a site other than your own.

A good discussion of limiting bots that visit your site can be found here.

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