Tools, FAQ, Tutorials:
HTML Robots 'meta' Tag/Element
What Is the HTML Robots "meta" Tag/Element?
✍: FYIcenter.com
The robots "meta" element is a special "meta" element that provides
directives to robots who is visiting the HTML document.
The robots "meta" element must include the "name" attribute as, name="robots".
The "content" attribute must use predefined values of:
Here is a good example of the robots meta element:
<meta name="robots" content="index,follow" />
Â
⇒HTML Document Structure and Head Level Tags
⇒⇒HTML Tutorials
2017-06-23, 1141👍, 0💬
Popular Posts:
How to use the JSON to XML Conversion Tool at utilities-online.info? If you want to try the JSON to ...
How to create a navigation file like navigation.xhtml for an EPUB 3.0 book? At least one navigation ...
How to use urllib.parse.urlencode() function to encode HTTP POST data? My form data has special char...
How to use the "rewrite-uri" Policy Statement for an Azure API service operation? The "rewrite-uri" ...
How To Read Data from Keyboard (Standard Input) in PHP? If you want to read data from the standard i...