WEB1063 - The <noscript> tag is missing
Expression Studio 4.0
Every page that contains a <script> tag should have a corresponding <noscript> tag.
Explanation
This page has a <script> tag, which may contain or generate search-relevant content. Consider providing relevant search terms in a <noscript> tag.
Details
Search engines will not index the contents of a <script> tag. If code inside a <script> tag generates search-relevant page content, that content may not be analyzed by search engines at all.
Example
The following is an example of a correctly formatted <noscript> tag.
<noscript>Proseware is a producer of software applications and server tools.
<a href="main-noframes.html">Learn more about Proseware.</a></noscript>