More spidercide
Last newsletter I discussed the Robot Exclusion Protocol, a method by which you can inform programs that attempt to explore your Web site (a.k.a. spiders) what you would prefer they do and dont look at.
But where you want to exercise even finer control, you might consider using the Robots meta tag.
One of the biggest differences with the meta tag approach over REP is that meta tags dont require a Webmasters involvement. You can use the Robots meta tag on any page whether or not the server has an REP robots.txt file.
Heres an HTML page that uses the Robots meta tag:
<html>
<head>
<meta name="robots" content="noindex,nofollow">
<meta name="description" content="electric helicopters">
<title>Electric Whirlybirds</title>
</head>
<body>
A page of great information on
» posted by ITworld staff
Network World
Symantec Backup Exec 12 and Backup Exec System Recovery 8 deliver industry leading Windows data protection and system recovery. Download this whitepaper to find out the top reasons to upgrade and how to get continuous data protection and complete system recovery.
Data and system loss — from a hard drive failure, malicious attack, natural disaster, or simple human error — can happen anytime. Don’t leave your business vulnerable. Make sure you have a secure recovery strategy in place. Symantec's latest backup and system recovery technology can efficiently restore critical applications, individual emails and documents and even restore your entire system in minutes in the event of a loss.
Businesses face a growing challenge to ensure that the IT environment is properly protected. Backup Exec 12 integrates with other applications in the Symantec family of products, to complement your current data protection strategy, keep your data securely backed up and make it recoverable when you need it most.







