Improve Site Performance Increase Site Traffic Monitor Site Uptime Webmaster Resources NetMechanic Home Looking For Help? Partner Programs Privacy Policy Contact Us Press Room
NetMechanic Home LOGIN | HELP | ABOUT US | PRODUCTS | SITE MAP
NetMechanic Menu
Over 52 Million Web Pages Tested!     
 

Search for:


Your Email:

I would like to receive my newsletter in:
HTML format
Text format



Volume 8 (2005)
   September
   June
   April
   March
   January

Volume 7 (2004)
   November
   September
   July
   June
   May
   April
   March
   February (Part 2)
   February
   January (Part 2)
   January

Volume 6 (2003)
   December
   November (Part 2)
   November
   September
   August (Part 2)
   August
   July (Part 2)
   July
   June (Part 2)
   June
   May (Part 2)
   May
   April (Part 2)
   April
   March (Part 2)
   March
   February (Part 2)
   February
   January (Part 2)
   January

Volume 5 (2002)
   December (Part 2)
   December
   November (Part 2)
   November
   October (Part 2)
   October
   September (Part 2)
   September
   August (Part 2)
   August
   July (Part 2)
   July
   June (Part2)
   June
   May (Part 2)
   May
   April (Part 2)
   April
   March (Part 2)
   March
   February (Part 2)
   February
   January (Part 2)
   January

Volume 4 (2001)
   December (Part 2)
   December
   November (Part 2)
   November
   October (Part 2)
   October
   September (Part 2)
   September
   August (Part 2)
   August
   July (Part 2)
   July
   June (Part 2)
   June
   May (Part 2)
   May
   April (Part 2)
   April
   March (Part 2)
   March
   February (Part 2)
   February
   January (Part 2)
   January

Volume 3 (2000)
   December (Part 2)
   December
   November (Part 2)
   November
   October (Part 2)
   October
   September (Part 2)
   September
   August (Part 2)
   August
   July (Part 2)
   July
   June
   May
   April
   March
   February
   January

Volume 2 (1999)
   December
   November
   October
   September
   July
   June
   May
   April
   March
   February
   January

Volume 1 (1998)
   December
   November
   October
   September

 

Search Tip:
Use the NOFRAMES Tag

by Christine Churchill
Keynote NetMechanic

  
March 1999
Vol. 2, No. 3
 • Search Tip
 • CSS Tip
 • Design Tip
  

If your page uses frames, be sure to include a NOFRAMES section on your page. Though this tag may not make much difference in the way your page looks, it can help you get listed with the major search engines.

What's a gateway page? It's a page specifically designed for submission to a search engine. The page is tuned with a specific set of keywords, boosting the chance that these keywords will be given a heavy weight.

The NOFRAMES tag was invented by Netscape for backward compatibility with browsers that didn't support the FRAME and FRAMESET tags. The tag was needed because the syntax of the FRAMESET tag fundamentally changed the structure of an HTML document, causing problems for browsers that didn't understand the tag.

Figure 1-a shows the normal structure of an HTML document; Figure 1-b shows the structure of a document using frames. Notice that the FRAMESET tag takes the place of the BODY tag in the document.

Document structure of a Normal Page and a Frames Page

Since the FRAMESET tag replaces the BODY, older browsers aren't able to find the body of the page. As a result, if you view a frames page with one of these older browsers, you'll see a blank page.

This can be corrected by adding a NOFRAMES section to the page, as shown below.

<FRAMESET COLS="25%,*">

       <FRAME SRC="nav.html">    

       <FRAME SRC="display.html">    

</FRAMESET>

<NOFRAMES>

        Alternate HTMLgoes

       here... 

</NOFRAMES>

The old browsers will ignore the FRAMESET and FRAME tags, but show all the HTML included in the NOFRAMES section. Newer browsers are likewise built to ignore the NOFRAMES section and display the frames.

   
   
  A search engine spider is really just an automated Web browser.
   

Netscape introduced frames in Version 2.0 of Navigator; Internet Explorer has supported frames since Version 3.0. In today's market, that means that less than 5% of browsers don't support frames.

If that's true, why bother with the NOFRAMES tag? Because, while most browsers have moved to support them, many search engine spiders still don't support frames. A search engine spider is really just an automated Web browser. Like Web browsers, these spiders sometimes lag behind in their support for new HTML tags.

Lack of support for frames can keep those engines from spidering your site. When you submit your page to these search engines, the spider will index the page containing the FRAMESET tag, but not follow the links to the individual frames.

Which search engines suffer from this problem? According to Search Engine Watch, these search engines don't support frames:

  • Excite
  • HotBot
  • Infoseek
  • WebCrawler

Only AltaVista and Northern Light fully support frames (Lycos has limited support for frames).

So even if you don't consider the NOFRAMES important to the way your page looks, use it to improve your visibility in the search engines.

Of course, another way around this problem is to submit the individual frame pages to the engine, instead of just submitting the FRAMESET page. This way you can ensure that the real content of your site is indexed.



Rate This Tip:
Not Useful Useful Very Useful   
 
NetMechanic Tools
HTML Toolbox
Browser Photo
Server Check
Search Engine Starter
Search Engine Tools
GIFBot
Newsletter
HTML Tutorial and Tips
Search Engine Tutorial
Accessibility Information
Browser Problem Tutorial

Company Info
Products
About Us
Contact
Advertise
Link To Us
Jobs
Privacy Policy
Partner Programs
Press Room
RSS Feed
Support
 



Powered by Overture!

 
     
 
   
 
     


Keynote Home
Copyright © 1996-2007,
Keynote NetMechanic
All rights reserved.