Tools, FAQ, Tutorials:
HTML Keywords 'meta' Tag/Element
What Is the HTML Keywords "meta" Tag/Element?
✍: FYIcenter.com
The keywords "meta" element is a special meta element that provides
a list of keywords about the HTML document. The keywords "meta" element
must include the "name" attribute as, name="keywords". Here is an
example:
<meta name="keywords" content="XHTML, tutorials, tags, elements, Web, tips" />
XHMTL browsers are usually ignoring the keywords meta element. But some search engines are using the keywords provided in the keywords meta element to index and rank your XHTML documents. So it is important to code the keywords meta element properly in your XHTML documents following rules below:
⇒ HTML Robots 'meta' Tag/Element
⇐ HTML Description 'meta' Tag/Element
2017-06-23, ∼1880🔥, 0💬
Popular Posts:
What is EPUB 3.0 Metadata "dcterms:modified" property? EPUB 3.0 Metadata "dcterms:modified" is a req...
How to install "C++/CLI Support" component in Visual Studio? I need to build my Visual Studio C++/CL...
Why I am getting "The Windows SDK version 8.1 was not found" error, when building my C++ application...
What Azure AD App Registration Manifest? Azure AD App Registration Manifest is JSON file that contai...
How to use the "return-response" Policy statement to build the response from scratch for an Azure AP...