今早在www.aspalliance.com上看到一篇文章(Stopping Automated Web Robots Visiting ASP/ASP.NET Websites 1、辨认ROBOT的一些参考标准 · Many requests made from browsers that do not support ASP Sessions. · Lots of and increasing numbers of website visitors, but no corresponding increase in transactions (e.g. sales!). · Large numbers of spam or automated requests being generated from online forms. User-agent: * User-agent: * User-agent: * 3、如果不方便设置robot.txt的话,还可以在meta里做手脚,比如用 4 减慢robot的疯狂访问。如果发现robot疯狂对你的站访问,而造成效率的降低的话,可以减低 是针对yahoo的,具体可以到http://help.yahoo.com/help/us/ysearch/slurp/slurp-03.html 5、如果发现不单是ROBOT,是有恶意的攻击某页的话,文章中说可以找 http://www.peterblum.com/VAM/VISETools.aspx#SDM. 当然,之前好象CNBLOGS也受到ROBOT的困扰,因此欢迎各位多发表意见,提下自己的一些
,http://aspalliance.com/1018_Stopping_Automated_Web_Robots_Visiting_ASPASPNET_Websites),
主要是讲了下如何采取一些措施,防止robot过度去抓你的网站。看了一下,有的东西还是值得探讨下的,现归纳如下:
Large numbers of requests from a single IP address or a range of IP addresses within the same subnet (i.e. the first three numbers of the IP address are identical).
· Large numbers of requests for database driven content compared to the rest of the website.
2、到http://www.robotstxt.org/wc/norobots.html上,可以找到一个组织提出的防御robot的建议标准(可惜这个不是什么权威标准拉,没什么约束力),在这里有一些平常我们可以用到的例子和方法,主要是搞一个robot.txt文件,放在网站根目录下,比如
User-agent: *
Disallow: /
禁止所有robot
允许所有的robot访问:
Disallow:
Disallow: /cyberworld/map/ 不允许robot探访/cyberworld/map目录下的文件
User-agent: cybermapper 允许cybermapper这个robot
Disallow:
Disallow: /cyberworld/map/
Disallow: /tmp/
Disallow: /foo.html 不允许访问foo.html这个文件了
<meta name=”robots” content=”noindex, nofollow”>
可以单独对某页设置防御robot
robot的访问,
User-agent: Slurp
Crawl-delay: 10
去看详细情况。
但其实有的robot很智能的,有时不会那么蠢真的一拥而上地去访问。
这个工具试试
办法。
http://www.cnblogs.com/jackyrong/archive/2006/09/26/514917.html
如何防止robot骚扰你的网页_心得技巧教程
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com 特别注意:本站所有转载文章言论不代表本站观点! 本站所提供的图片等素材,版权归原作者所有,如需使用,请与原作者联系。未经允许不得转载:IDC资讯中心 » 如何防止robot骚扰你的网页_心得技巧教程
相关推荐
-      经典收藏:网页页面常用的特殊符号_心得技巧教程
-      用html和css写出漂亮正规的blog_心得技巧教程
-      网站页面的均衡规划与选择_心得技巧教程
-      一个网友观点:两年以来使用div排版的经验_心得技巧教程
-      photoshop制作“非主流”彩虹色调照片_photoshop教程
-      禁止查看网页源代码方法总结_心得技巧教程
-      左右图片循环滚动停顿一下后继续_心得技巧教程
-      图片左右循环连续滚动代码,解决marquee的留白问题 _心得技巧教程