WEB1022 - The <meta name="description"> tag is not inside the <head> tag section
Expression Studio 4.0
The <meta name="description"> tag should be a child of the <head> tag.
Explanation
Search engines may have difficulty finding the <meta name="description"> tag unless it is inside the <head> tag section of the page.
Each page should have a single, unique description that accurately describes the contents of the page in 150 characters or fewer.
Details
The <meta name="description"> tag is one of the most important tags that the site developer controls that can influence the relevance and ranking of a site in search engine results.
Example
The following is an example of a correctly formatted <title> tag, with <meta name="description"> and <meta name="keywords"> tags in the <head> tag section.
<head> <title>Contact Proseware, Inc.</title> <meta name="description" content="Contact information for Proseware, Inc., including addresses, phone numbers, and email"/> <meta name="keywords" content="Proseware,Proseware applications,Proseware utilities,Proseware tools,Proseware server tools"/> </head>