Robots Meta Tag

Not everyone has access to their web server, but they still want to have control over how crawlers
behave on their web site. If you’re one of those, you can still control the crawlers that come to your
site. Instead of using the robots.txt file, you use a robots meta tag to make your preferences known
to the crawlers.

The robots meta tag is a small piece of HTML code that is inserted into the <HEAD> tag of your
web site and it works generally in the same manner that the robots.txt file does. You include your
instructions for crawlers inside the tags. The following example shows you how your robots meta

tag might look:
<html>
<head>
<meta name=”robots” content=”noindex, nofollow”>
<meta name=”description” content=”page description.”>
<title>
Web Site Title
</title>
</head>
<body>

This bit of HTML tells crawlers not to index the content on the site and not to follow the links on
the site. Of course, that might not be exactly what you had in mind. You can also use several other
robots meta tags for combinations of following, not following, indexing, and not indexing:
<meta name=”robots” content=”index,follow”>
<meta name=”robots” content=”noindex,follow”>
Related Posts:
  • Optimize Your Site for Speed Nobody has unlimited patience these days. Not everyone has high-speed Internet. Stayaway from (Flash) splash screens. Compress your media files for faster page loading.Use media files only when you need to. Also make sure to… Read More
  • Web Directories? Web directories are not search engines in the typical sense; they are collections of linksthat have been organized by humans. The advantage of web directories over typicalsearch engines is that all the links are (usually) re… Read More
  • Website Performance Traps Website performance is important from two perspectives: the web spider’s and the webuser’s. If your site has many thousands of pages, you will want to make sure your siteresponse times are reasonable. Web spiders are busy c… Read More
  • Domain Name Keywords If your domain name contains an exact (or partial) match to a search query, chancesare it will show up on the first page of the SERPs—at least on Google. Google giveskeyword matching domains preferential treatment.The except… Read More
  • JavaScript Dynamic Links and Menus Many sites use JavaScript to create links to other website pages. Here is some examplecode with different link types that you may want to avoid: <HTML><head><title>Link Examples ~ Things to stay away from&l… Read More
  • Important crawlers? Google:Crawler DescriptionGooglebot Crawls web pages (it’s the most important of the bunch)Googlebot-Mobile Crawls pages specifically designed for mobile devicesGooglebot-Image Crawls images for inclusion in image search res… Read More
  • Search Engine Indexing Google and others are indexing more pages than ever. Many of the modern searchengines now boast upward of a few billion indexed documents. Here is how Wikipediadescribes the process of search engine indexing:Search engine in… Read More
  • Website SWOT Analysis A classic staple of business school is the SWOT analysis—identifying strengths, weaknesses,opportunities, and threats faced by a business or project. By combining data from your businessasset assessment and historical tracki… Read More
  • SEO monitoring phase Once the major SEO work is done in the implementation phase, the focus will be onwebsite maintenance. The maintenance phase takes care of problems (minor and major)found in the (re)assessment phase. In many ways, the mainten… Read More
  • keys to getting links, Since creating emotional reactions can result in links, building content that plays to theemotions of potential linkers can be a powerful tool for obtaining links. Sometimes thisprocess is referred to as link baiting. One ke… Read More
  • Content-Sharing Sites The big players in content sharing have made it relatively simple for anyone to leveragetheir platforms in the creation of media-rich content.YouTubeThree former employees of PayPal created YouTube in 2005. They sold YouTube… Read More
  • Creating custom website widgets Everything starts with an idea. Creating custom widgetscan be as simple or as complex as required. You can create some website widgets bysimply creating custom HTML pages. Others you can create by utilizing Atom/RSSfeeds, Ja… Read More
  • Microblogging with Twitter Microblogging with Twitter has its limitations. You can do only so much with a singletweet. You have only 140 characters to describe what you are doing. Anytime you wantto share a long URL, you may run over the 140-character… Read More
  • Use Intelligent Page Formatting Try using smaller paragraphs with mixed-case text. Use boldface, italics, uppercase,and different text color variations for emphasis. Employ browser-safe fonts such asTimes New Roman, Georgia (serif font), Arial, Helvetica, … Read More
  • Integrating FeedBurner with your site Integrating FeedBurner with your site is relatively simple.You can think of FeedBurner as your website’s feed wrapper service to make yourfeed more compatible, more visible, and more easily tracked. To redirect your existin… Read More