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 http-equiv 'meta' Tag/Element
⇐ HTML Keywords 'meta' Tag/Element
2017-06-23, ∼2065🔥, 0💬
Popular Posts:
How to build a test service operation to dump everything from the "context.Request" object in the re...
How To Pad an Array with the Same Value Multiple Times in PHP? If you want to add the same value mul...
How to use the RSS Online Validator at w3.org? You can follow this tutorial to learn how to use the ...
How to send an FTP request with the urllib.request.urlopen() function? If an FTP server supports ano...
What properties and functions are supported on requests.models.Response objects? "requests" module s...