Contents

[edit]

Access: [13.2.1.1]: Metadata missing (Priority 2)

[edit]

Cause:

Metadata should describe or provide specific information about individual web documents. Metadata is commonly used to list keywords so that search engines can conduct a more accurate and refined search. It can also include: content ratings, author information, site maps, stream channel definitions, a document's primary language, and digital library collections.

[edit]

Example:

Good

<head>
<title>test</title>
</head>

Good

<head>
<title>test</title>
<meta name="keywords" content="Access 13.2.1.1" />
</head>

[edit]

Solution:

Add a meta tag to explain the content of the document.

[edit]

References:

Retrieved from "http://www.htmlpedia.org/wiki/Access_13.2.1.1"