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, ∼1832🔥, 0💬
Popular Posts:
How to run CMD Commands in Dockerfile to change Windows Docker images? When building a new Windows i...
Where to see some Examples of Invalid JSON Values? Here are some Examples of Invalid JSON Values: 1....
How to use the Atom Online Validator at w3.org? w3.org feed validation service is provided at http:/...
How to run PowerShell Commands in Dockerfile to change Windows Docker images? When building a new Wi...
How To Read Data from Keyboard (Standard Input) in PHP? If you want to read data from the standard i...