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, ∼1932🔥, 0💬
Popular Posts:
Where to find tutorials on Microsoft Azure services? Here is a large collection of tutorials to answ...
Where to find tutorials on Python programming language? I want to learn Python. Here is a large coll...
How To Merge Cells in a Column? If you want to merge multiple cells vertically in a row, you need to...
How To Create an Array with a Sequence of Integers or Characters in PHP? The quickest way to create ...
How to use the "@(...)" expression in Azure API Policy? The "@(...)" expression in Azure API Policy ...