ROBOTS tag attribute – META NAME=”robots” and CONTENT values Explained
Meta elements as the name suggests are HTML or XHTML elements present between the <HEAD></HEAD > html tags. The META tags are used to provide metadata about a Web page.The metadata can be used by browsers (display,reload etc) and search engines (keywords,robots etc).Meta elements can be used to specify page description, keywords, topic,classification,distribution,language,rating,robots and any other metadata not provided through the other head elements. Meta elements help search engines categorize web pages correctly.
Related :7 most useful Google Search features and Tricks.
Here let us discuss about the meta tag attribute named “robots”.
The robots attribute is supported by many major search engines. This attribute controls whether search engine spiders are allowed to index a page, or not, and whether they should follow links from a page, or not. The robots attribute can contain one or more comma-separate values.The attribute values are discussed below.
The noindex and nofollow values prevents search engines from indexing the page and crawling the page respectively.Other values are recognized by certain search engines and can influence how the engine indexes pages. These values also influence on how those pages appear on the search results
NOINDEX – <META NAME=”ROBOTS” CONTENT=”NOINDEX, FOLLOW”>
The noindex value prevents a page from being indexed
INDEX – <META NAME=”ROBOTS” CONTENT=”INDEX, FOLLOW”>
This directive tells the search engine robots to index the page and to include your page within their search directory.
FOLLOW – <META NAME=”ROBOTS” CONTENT=”INDEX, FOLLOW”>
When you use this tag, you are telling the search engines that you want their robot to follow any links that are found on that page.
NOFOLLOW – <META NAME=”ROBOTS” CONTENT=”INDEX, NOFOLLOW”>
The NOFOLLOW value prevents links of the page from being crawled.the NOFOLLOW directive only applies to links on this page.If the robot might find the same links on some other page without a NOFOLLOW and so still arrives at your undesired page.
NOFOLLOW value is different from that of rel=”nofollow” link attribute.
Read it here:How does search engines like Google handle rel=”nofollow” links?
NOARCHIVE – <META NAME=”ROBOTS” CONTENT=”NOARCHIVE”>
This value instructs a search engine not to store an archived copy of the page.This will prevent your page from being cached.
NOSNIPPETS – <META NAME=”ROBOTS” CONTENT=”NOSNIPPETS”>
The value nosnippets directs the search engine not include a snippet from the page along with the page’s listing in search results.
Some examples of robot usage are as follows:
[sourcecode language="css"]
<meta name="robots" content="index,follow">
<meta name="robots" content="noindex,follow">
<meta name="robots" content="index,nofollow">
<meta name="robots" content="noindex,nofollow">
[/sourcecode]
Even though Meta tags are used to prevent search engines from indexing content of your website.The best and reliable method is the use of the Robots.txt file.
-
http://cartolog.com Romana Hambly
-
globinch
-
-
Geo
-
Claud Barlau
Join Globinch on Social Media
Follow Globinch
Popular Posts
- Turn your Windows 7 Computer Into a Personal Wi-Fi Hotspot 20 comment(s) | 26,793 view(s)
- Search Engines for File Sharing Sites : Rapidshare Search, Megaupload and More 2 comment(s) | 18,489 view(s)
- Google Translate Now supports Bengali, Gujarati, Kannada, Tamil and Telugu 2 comment(s) | 17,373 view(s)
- Best PDF OCR Tools to Convert Scanned images to Text / Word Documents 4 comment(s) | 13,748 view(s)
- Google Top Searches Today – Hot Google Search Words today 8 comment(s) | 13,529 view(s)
- Globinch Search 0 comment(s) | 10,427 view(s)
- Access Blocked sites, Unblock Restricted Websites 16 comment(s) | 9,473 view(s)
- Password Revealer – How To Reveal- Show Password Behind Asterisks? 1 comment(s) | 8,523 view(s)
- Play Angry Birds Game Free and Offline in Chrome Browser 1 comment(s) | 8,254 view(s)
- Free Online OCR Software to Convert Images Into Searchable PDF, Doc, HTML or Text 2 comment(s) | 8,091 view(s)
Recent Articles
- Samsung Galaxy Core Features, Specs, Price
- How to Use Wi-Fi the Secure Way
- 5 Apps to Boost Android Performance
- Building a Smarter Site Using a WordPress Platform
- Samsung Galaxy S IV Smartphone :Summary of All the Radical Innovations
- 5 Killer Tips to Increase Traffic to Your Blog
- Domain Parking to Make Genuine Money Online
- SEO Is Not Dead, But You Need to Upgrade The Process
- A Complete SEO Guide on Using Social Media for Better SERPs
- When Should You Use Geotargeting or Setting Geographic Target in Google Webmaster Tools?








