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, ∼2246🔥, 0💬
Popular Posts:
How To Get the Minimum or Maximum Value of an Array in PHP? If you want to get the minimum or maximu...
What is Azure API Management Developer Portal? Azure API Management Developer Portal is an Azure Web...
What are "*..." and "**..." Wildcard Parameters in Function Definitions? If you want to define a fun...
How To Copy Array Values to a List of Variables in PHP? If you want copy all values of an array to a...
How To Avoid the Undefined Index Error in PHP? If you don't want your PHP page to give out errors as...