PDA

View Full Version : robot meta tags?



Stoddard
2011-07-28, 07:13 AM
What does a robot meta tag do? Are they easy to set up?

suwunk
2012-01-31, 07:50 AM
You can use a special HTML <META> tag to tell robots not to index the content of a page, and/or not scan it for links to follow.

For example:

<html>
<head>
<title>...</title>
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
</head>
Official Google Webmaster Central Blog: Using the robots meta tag (http://googlewebmastercentral.blogspot.com/2007/03/using-robots-meta-tag.html)