Home | Toolshop | Guides | FAQ's | Inside | Contact Us Win Prizes!
Submit Corner Logo
Browse Submit Corner

Submit Corner : Guides : Site Improvement Guide : Working Around Frames

Toolshop

Assessment Tools
Keyword Thesaurus
Link Popularity Tracker
META Tag Generator
META Tag Scanner
Robot Generator
Submit Engine
Top Keywords
Word Tracker

Guides

META Tags
Description Tag
Keywords Tag
Revisit Tag
See Complete List

Search Engines
Google
Yahoo!
Overture
See Complete List

Site Improvement
Image Tags
Title Optimization
Effective META Tags
See Complete List

Software Packages
Web Position Gold
Submit Wolf
See Complete List

Website Assessment
Editor's Viewpoint of Directories
Assess Your Site Indexing
Who's Linking To You
Competitor Identification

Bandwidth Conservation
Background Images
External Javascript
Optimize HTML
See Complete List

FAQ

Our Recommendations
Read FAQ

Webposition Gold - Download Now!

Inside Submit Corner

Advertise
Author Guidelines
Contact Us
Linking Info
Privacy Policy
Rave Reviews
Terms of Use

Working Around Frames
By Submit Corner
Tell a Friend About This Page

Overview: Frames can result in problematic indexing when search engines spider your website, make sure you know the tricks of the trade to getting your frames pages listed.

Most search engines don't handle pages with frames very well. Many search engines consider each frame as a link from your main page. Often, this results in the search engine reading only the main page. This poses a number of problems, either none of your webpages will be indexed or each individual frame will be indexed. The best solution around this would be to implement a frames and a nonframes version, such that regular users and non-frame users (search engines) can understand. Additionally, each individual frame should also include the META Robots Tag to indicate to search engines not to index individual frames.

One implementation of this scenario can be done with the <noframes> and </noframes> tags. The noframes tag presents an alternative version of your webpage displayed to users who do not support frames. The contents included between the <noframes> tags should be your webpage as you would like shown to non-frame users. Below, we've attached the syntax for the <noframes> HTML tag and a sample application.

Noframes HTML Tag Usage

The NoFrames tag is a standard HTML tag that is read by browsers that do not support frames. The contents between the opening and closing NoFrames tag will be displayed to users in its entirety, so you must account to merge two webpages into one, your frames version and the same content without frames into the NoFrames version.

NoFrames Tag Usage

HTML Tag: "NOFRAMES"
General Usage: <NOFRAMES>
Insert content for your non-frames browsers here
</NOFRAMES>
Example Usage: <HTML><HEAD>
<TITLE>Sunshine Limited</TITLE>
</HEAD>
<FRAMESET COLS="90%,10%">
<FRAME SCROLLING=YES SRC="frame1.html">
<FRAME SCROLLING=NO SRC="frame2.html">
<NOFRAMES>
Insert content for your non-frames browsers here
</NOFRAMES>
</FRAMESET>
</HTML>
Comments: The above code will generate two frames. Users that have frames enabled browsers will view the frames normally, users without frame browsers will be displayed the contents between the NoFrames tags.
META Robots Tag: In addition to the above, you should include the Meta Robots code below to each individual frame (in this case, frame1.html and frame2.html) to exclude indexing individual frames.

<META NAME="robots" CONTENT="FOLLOW,NOINDEX">

Sponsored Links



Win Great Prizes Just for Using Our Services

Latest Headlines

All links open in a new window
View All Headlines
(Mon, May 12 00:59:06)

Google to launch social web
Source: CHINAdaily
Date: May 12 2008 3:57AM

Google to launch social web Friend Connect
Source: CHINAdaily
Date: May 12 2008 3:21AM

Google Expands Enterprise Web Security
Source: Security Pro News
Date: May 12 2008 2:35AM

Google Friend Connect to launch Tomorrow
Source: I4U
Date: May 12 2008 2:32AM

Google to launch social web Friend Connect
Source: People's Daily Online
Date: May 12 2008 2:20AM

Google one up on Microsoft with hosted security offering
Source: Mbtmag
Date: May 12 2008 2:12AM

Google to launch social web Friend Connect
Source: Xinhua News Agency
Date: May 12 2008 1:36AM

There are 23 additional news headlines. Click to View All Headlines

Copyright ©2000 - 2006 Wired 2000 Corporation
All Rights Reserved
Privacy | Terms of Use