To resolve this issue, contact the administrator of the Web site and
request that the Web page be updated using the appropriate method:
The <meta> Tag Is Not Located in the <head> Section
Modify the HTML source code to place the <meta> tag in the <head> section
of the Web page. Note that this may require adding the <head> and </head>
tags to the Web page.
The Syntax of the <meta> Tag Is Incorrect
Modify the HTML source code to correct the syntax of the <meta> tag. For
example, a <meta> tag might look like this
<meta http-equiv="refresh" content="[n];url=http://www.domain.com/pagename.htm">
where [n] is the number of seconds the browser program pauses before
loading the new Web page.