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, ∼1859🔥, 0💬
Popular Posts:
How to login to Azure API Management Publisher Dashboard? If you have given access permission to an ...
How to add request query string Parameters to my Azure API operation to make it more user friendly? ...
Where Is the Submitted Form Data Stored in PHP? When a user submit a form on your Web server, user e...
How to add request body examples to my Azure API operation to make it more user friendly? If you hav...
How To Convert a Character to an ASCII Value? If you want to convert characters to ASCII values, you...