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, ∼1943🔥, 0💬
Popular Posts:
How to extend json.JSONEncoder class? I want to encode other Python data types to JSON. If you encod...
How to use the "forward-request" Policy Statement to call the backend service for an Azure API servi...
How To Get the Minimum or Maximum Value of an Array in PHP? If you want to get the minimum or maximu...
How to Install Docker Desktop on Windows 10? You can follow this tutorial to Install Docker Desktop ...
How To Access a Global Variable inside a Function? in PHP? By default, global variables are not acce...