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, ∼1980🔥, 0💬
Popular Posts:
What is EPUB 3.0 Metadata "dc:publisher" and "dc:rights" elements? EPUB 3.0 Metadata "dc:publisher" ...
Where to find tutorials on Visual Studio? I want to know How to learn Visual Studio. Here is a large...
How to use "{{...}}" Liquid Codes in "set-body" Policy Statement? The "{{...}}" Liquid Codes in "set...
What is the "__init__()" class method? The "__init__()" class method is a special method that will b...
dev.FYIcenter.com is a Website for software developer looking for software development technologies,...