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, ∼2023🔥, 0💬
Popular Posts:
How to create a new API on the Publisher Dashboard of an Azure API Management Service? If you are ne...
How to use the "send-one-way-request" Policy statement to call an extra web service for an Azure API...
Can You Add Values to an Array without Keys in PHP? Can You Add Values to an Array with a Key? The a...
How to include additional claims in Azure AD v2.0 id_tokens? If you want to include additional claim...
How to use the "Ctrl-p Ctrl-q" sequence to detach console from the TTY terminal of container's runni...