WEB1003 - The <noframes> tag is missing

Each page that contains a <frameset> tag should have a <noframes> tag.

Explanation

This page contains content embedded in a <frame> tag. Consider providing relevant search terms in a <noframes> tag inside the <frameset> tag.

Details

Search engines will not index the contents of one page embedded in another page as a <frame> page. If a page embedded in a <frame> tag is not directly linked to from another page in your site, its contents may not be indexed by search engines at all. If it is directly linked to from elsewhere in your site, or if the direct link is included in a <noframes> tag, it will be indexed, but its contents will not be indexed as belonging to the page that contains the <frame> tag.

Example

The following is an example of a page in a <frame> tag with a direct link to the embedded page included in the <noframes> tag.

<frameset cols="50%, 50%">
     <frame src="main.html">
     <frame src="table_of_contents.html">
     <noframes>
          <p>Proseware is a producer of software applications and server tools.
          <a href="main-noframes.html">Learn more about Proseware.</a></p>
     </noframes>
</frameset>

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.