iEntry 10th Anniversary Forum Rules Search
WebProWorld
Register FAQ Calendar Mark Forums Read
Search Engine Optimization Forum SEO is much easier with help from peers and experts! The WebProWorld SEO forum is for the discussion and exploration of various search engine optimization topics. Any non (engine) specific SEO or SEM topics should go here.

Share Thread: & Tags

Share Thread:

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 08-26-2007, 10:47 AM
kgun's Avatar
WebProWorld 1,000+ Club
WebProWorld MVP
 
Join Date: May 2005
Location: Norway
Posts: 5,673
kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9
Question SEO and frames in a web 2.0 world.

Background:
This site was the second I set up on the inernet. As you can see it was based on frames. I liked the frame technology fairly good, but then I started reading books and forums posts and very soon I discovered that using frame based sites was not good for SEO purposes. Frames or more preciesly a framset or set of framesets, would confuse the SE Bots. A framset is in a sense a collection of pages within a page as you see here:
  • Domain URL or the index page.
    Code:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
    <html>
    <head>
    <title>Kjell Bleivik, CV and some poems etc. in Norwegian only</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    </head>
    <frameset rows="*" cols="140,*" frameborder="NO" border="0" framespacing="0">
      <frame src="leftmenu.html" name="leftFrame" scrolling="NO" noresize>
      <frame src="main.html" name="mainFrame">
    </frameset>
    <noframes><body>
    </body></noframes>
    </html>
  • The main page or what you may think of as the body of an ordinary page.
  • The left menu page / frame
Questions:
Now in web 2.0 with AJAX and other technologies based on iFrames, zero frames and and the XMLHttpRequestobject:
  • Is the same argument against using frame based sites still valid?
  • How advanced are the SE Bots at indexing framed sites?

Last edited by kgun; 08-26-2007 at 10:58 AM.
Reply With Quote
  #2 (permalink)  
Old 08-29-2007, 05:53 PM
bj's Avatar
bj bj is offline
WebProWorld 1,000+ Club
 
Join Date: Apr 2005
Location: Delaware Valley, PA
Posts: 1,172
bj RepRank 3bj RepRank 3
Default Re: SEO and frames in a web 2.0 world.

Frames are still an awful idea, even if Search Engine spiders can index them more effectively than in the past (which I don't think they do, actually) Why are they so bad?

What if I want to print a page and I'm not a computer whiz?

What if I'm handicapped and using assistive technology?

What if I want to use the back button in my browser?

What if I want to bookmark a bit of content?

None of these functionalities work well in frames without having to jump through right click hoops, and not everyone knows to use that trick. And the cardinal rule of web design is DON'T PISS OFF YOUR VISITORS. Frames break that rule over and over again (if your visitors stick around that long.) They're a usability nightmare.
Reply With Quote
  #3 (permalink)  
Old 08-29-2007, 06:13 PM
craigmn3's Avatar
WebProWorld Veteran
 
Join Date: Jan 2004
Location: California
Posts: 335
craigmn3 RepRank 1
Default Re: SEO and frames in a web 2.0 world.

You really have to resist the desire to fall into frames. Whatever benefit you seek, can't be found there.

As for Web 2.0 it's right there on my shelf with Sony Beta Max....Blue Ray and all the other over hyped thingummies that the is important to the people in the industry, but the general unwashed public (and the washed) don't really care about and eventually just go away.
Reply With Quote
  #4 (permalink)  
Old 08-29-2007, 07:17 PM
deepsand's Avatar
WebProWorld 1,000+ Club
WebProWorld MVP
 
Join Date: May 2004
Location: Philadelphia, PA
Posts: 3,201
deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9
Default Re: SEO and frames in a web 2.0 world.

Quote:
Originally Posted by bj View Post
Frames are still an awful idea, even if Search Engine spiders can index them more effectively than in the past (which I don't think they do, actually) Why are they so bad?

What if I want to print a page and I'm not a computer whiz?

What if I'm handicapped and using assistive technology?

What if I want to use the back button in my browser?

What if I want to bookmark a bit of content?

None of these functionalities work well in frames without having to jump through right click hoops, and not everyone knows to use that trick. And the cardinal rule of web design is DON'T PISS OFF YOUR VISITORS. Frames break that rule over and over again (if your visitors stick around that long.) They're a usability nightmare.
I have yet to see a framed page that could not be easily & properly printed using the usual procedures.

And, the only times that I've seen any page, framed or otherwise, for which the "Backspace" key was inoperative was owing to said scancode being deliberately trapped so as to prevent the user from executing that function, typically where such would cause the re-execution of a "Post" with undesirable consequences, such a duplicating a just completed transaction.

As for bookmarking a framed page, I just now tried it on a site using .ASP within frames with success.
Reply With Quote
  #5 (permalink)  
Old 08-29-2007, 10:48 PM
WebProWorld New Member
 
Join Date: Jul 2006
Posts: 4
Petech RepRank 0
Default Re: SEO and frames in a web 2.0 world.

The trick with frames is to use the NOFRAMES element. A meaningful NOFRAMES element should always be used in a frameset document and should at the very least include links to the main frame or frames. Then be sure to include a navigation menu or sitemap on every page. That way the search bots can slip past the Frame and into the Frameset pages; once inside they can search your entire site using the navigation menu or sitemap. Here is a typical example of the NOFRAMES element.

<NOFRAMES>
<BODY BGCOLOR="#FFFFFF">
<FONT COLOR="#5A7E5A" SIZE="4">If you are reading this page, your browser may not support frames. This is the website of <A HREF="Home.html">The Widget Company</A>.<BR>
We specialize in widgets such as <A HREF="Equipment/widgetA.html">Widget A</A>
To find out more about how we can help you, please check out our <A Href="Current.html">current inventory</A>.
</BODY>
</NOFRAMES>

Be sure to include your company or website name on every page so that visitors who jump into an internal page through a search engine will know who they are visiting. I have been using Frames to control the layout of my company website for years and we are always listed in the top 10 for our targeted keywords on the major search sites. An added benefit of using frames is that it makes it more difficult for your competitors to steal your source code and content.
Reply With Quote
  #6 (permalink)  
Old 08-30-2007, 08:04 AM
WebProWorld Member
 
Join Date: Mar 2007
Posts: 50
luigip RepRank 1
Smile Re: SEO and frames in a web 2.0 world.

Yeah, back to the Stone Age.
__________________
Wetter - Regenradar
Reply With Quote
  #7 (permalink)  
Old 08-31-2007, 05:43 PM
WebProWorld Member
 
Join Date: Dec 2005
Posts: 90
JohneeMac RepRank 0
Default Re: SEO and frames in a web 2.0 world.

Quote:
Originally Posted by luigip View Post
Yeah, back to the Stone Age.
Yeah totally agree.

There really is no excuse for using frames these days. Its 1997 web design.

Table are bad. Frames as awful!
Reply With Quote
  #8 (permalink)  
Old 08-31-2007, 10:07 PM
mjtaylor's Avatar
Moderator
WebProWorld Moderator
 
Join Date: Dec 2003
Location: Florida Keys/Western NC
Posts: 1,829
mjtaylor RepRank 4mjtaylor RepRank 4mjtaylor RepRank 4mjtaylor RepRank 4
Default Re: SEO and frames in a web 2.0 world.

Google can index frames now, but some other engines can't ... but even Google doesn't seem to think they are a good idea and tells us why:
Webmaster Help Center - Does Google index sites with frames?

MJ
__________________
M.-J. Taylor
SEO Web Design by Cyber Key Search Smart Design® SEO Copywriter & Traveling Vacation Gypsy
Reply With Quote
  #9 (permalink)  
Old 09-02-2007, 12:49 PM
kgun's Avatar
WebProWorld 1,000+ Club
WebProWorld MVP
 
Join Date: May 2005
Location: Norway
Posts: 5,673
kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9
Default Re: SEO and frames in a web 2.0 world.

Very good information from all of you. Thank you very much.
Reply With Quote
  #10 (permalink)  
Old 12-10-2007, 06:02 AM
WebProWorld New Member
 
Join Date: Dec 2007
Posts: 22
youds RepRank 0
Default Re: SEO and frames in a web 2.0 world.

I came from this topic: Iframes and SEO

In response to the "stone age" poster I would say that the iframe has been reinvigorated by the latest craze Web 2.0

iframes are useful when you're creating Ajax web sites when you want the back button to work. Example: GMail

If you don't want the back button to work, you use xmlhttprequest when requesting new data.

And yes, <noframes> is the SEO solution for frames, without that tag, frames would ruin your SEO (see above link)
Reply With Quote
Reply

  WebProWorld > Search Engines > Search Engine Optimization Forum

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Old World Parasites Get New World Treatment jmiller The Castle Breakroom (General: Any Topic) 0 07-15-2005 11:12 AM
Frames (for newbie, no frames exp.) dschultze Graphics & Design Discussion Forum 1 02-10-2004 11:26 AM
Frames... htmlgirl Graphics & Design Discussion Forum 4 02-02-2004 02:02 PM
www.resume-world.us & www.cv-world.biz Voyagerjm Submit Your Site For Review 2 01-12-2004 07:43 AM
www.resume-world.us + www.cv-world.biz Voyagerjm Submit Your Site For Review 1 01-03-2004 10:32 AM


All times are GMT -4. The time now is 10:25 AM.



Search Engine Optimization by vBSEO 3.3.0