html源代码,以防止Web bot搜索 [英] html source to prevent web bot searching

查看:61
本文介绍了html源代码,以防止Web bot搜索的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我读到有些标签可以在网页的

元标签中输入,以防止网站搜索和索引

搜索引擎的网页。


我需要使用的标记是什么?

I read that there are some tags that can be entered in a web page''s
meta tags in order to prevent web bot searching and indexing of the
web page for search engines.

What is the tagging that I would need to use?

推荐答案

* Ludwig77 *写道:
*Ludwig77* wrote:
我读到有一些标签可以在网页的元标签中输入,以防止网站搜索和索引
搜索引擎的网页。

我需要使用什么标记?
I read that there are some tags that can be entered in a web page''s
meta tags in order to prevent web bot searching and indexing of the
web page for search engines.

What is the tagging that I would need to use?



http://www.robotstxt.org/wc/faq.html#noindex

-

Andrew Urquhart

- 常见问题: www.htmlhelp.org/faq/html/

- 存档: www.tinyurl.com/2zw7m (Google网上论坛)

- 我的回复地址无效,请使用: www.andrewu.co.uk/contact/



http://www.robotstxt.org/wc/faq.html#noindex
--
Andrew Urquhart
- FAQ: www.htmlhelp.org/faq/html/
- Archive: www.tinyurl.com/2zw7m (Google Groups)
- My reply address is invalid, use: www.andrewu.co.uk/contact/


Ludwig77< gr ******** @ yahoo.com>写道:
Ludwig77 <gr********@yahoo.com> wrote:
我读到有些标签可以在网页的元标签中输入,以防止网站搜索和索引网页搜索引擎页面。

我需要使用什么标签?
I read that there are some tags that can be entered in a web page''s
meta tags in order to prevent web bot searching and indexing of the
web page for search engines.

What is the tagging that I would need to use?




总是有robots.txt
http://www.searchengineworld.com/rob...s_tutorial。 htm


-

_Deirdre http://deirdre.net

Memes是骗局!传递它!



There''s always robots.txt
http://www.searchengineworld.com/rob...s_tutorial.htm

--
_Deirdre http://deirdre.net
"Memes are a hoax! Pass it on!"


-----原始消息-----

来自:" Ludwig77" <>

新闻组:comp.infosystems。 www.authoring.html

发送时间:2004年6月14日星期一下午2:48

主题:阻止网站搜索的html源

----- Original Message -----
From: "Ludwig77" <>
Newsgroups: comp.infosystems.www.authoring.html
Sent: Monday, June 14, 2004 2:48 PM
Subject: html source to prevent web bot searching

我读到有一些标签可以在网页的元标记中输入,以防止网站搜索和索引搜索引擎的网页。

我需要使用的标记是什么?
I read that there are some tags that can be entered in a web page''s
meta tags in order to prevent web bot searching and indexing of the
web page for search engines.

What is the tagging that I would need to use?



在页面的HEAD中,插入以下四行:


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

< META NAME =" robots" CONTENT =" noarchive"

< meta name =" robots" content =" noimageindex,nomediaindex" />

< META HTTP-EQUIV =" pragma" CONTENT =" no-cache">


请注意:您的询问中的关键字是防止。

两者都不能使用上述四行或使用不允许在
robots.txt预防任何事情。

相反,解释是尊贵的机器人将遵守您的意愿。

另一方面,有很多很多的耻辱机器人。

这些机器人的解决方案是实施有效的b $ bhtaccess文件。 Htaccess是一个控件,而不是一个请求,并且正确使用
可以使你想到的PREVENT。


In the HEAD of the page, insert the following four lines:

<META NAME="ROBOTS" CONTENT="NOINDEX,NOFOLLOW">
<META NAME="robots" CONTENT="noarchive">
<meta name="robots" content="noimageindex, nomediaindex" />
<META HTTP-EQUIV="pragma" CONTENT="no-cache">

PLEASE note: The key word in your inquiry is "prevent."
Neither the use of the aforementioned four lines or the use of disallow in
robots.txt PREVENTS ANYTHING.
Rather the interpretation is that honorable bots will abide by your wishes.
On the other hand there are many, many dishonorbale bots.
The solution to those bots is with the implementation of an effective
"htaccess" file. Htaccess is a control rather than a request and properly
used enables the PREVENT you inquiried about.


这篇关于html源代码,以防止Web bot搜索的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆