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, ∼2367🔥, 0💬
Popular Posts:
What Is session_register() in PHP? session_register() is old function that registers global variable...
Where to find EPUB Sample Files? Here is a list of EPUB sample files collected by FYIcenter.com team...
How to build a PHP script to dump Azure AD 2.0 Authentication Response? If you are use the Azure-AD-...
Where to get a real Atom XML example? You can follow this tutorial to get a real Atom XML example: 1...
Where to find tutorials on Using Azure API Management Developer Portal? Here is a list of tutorials ...