WEB1063 - The <noscript> tag is missing

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>

See also

Concepts

Page and site guidelines for SEO
Search Engine Optimization

Send feedback about this topic to Microsoft. © 2011 Microsoft Corporation. All rights reserved.