Web Hosting Talk







View Full Version : Help with "in-line" frames


Goldfiles
06-14-2005, 11:52 PM
I'm using Front Page 2003 to make http://www.TheBraceletBox.com

My question is this: Will my in-line framed pages show up on google? Does google like framed pages, or will it ignore them?

Thanks for any advice on google and framed pages.

-Ben

the_pm
06-15-2005, 12:17 AM
They will probably show up in Google, though Google (and other search engines) will have to work a little harder to find them, and it's possible they won't be ranked as well.

But you have a bigger issue at hand. If someone does clicks on one of those pages in a search, that person will see it completely out of context with the rest of the site. This is called orphaned pages, and it will often be a dealbreaker for your visitors. They are likely to not come back because the rest of the site is largely useless to them.

I can't think of a single reason to use IFrames nowadays, with the availability of includes in nearly every server-side scripting language. IFrames are bad for business and should be avoided whenever possible.

-T{H}R-
06-15-2005, 05:14 AM
Some info on frames (http://www.webhostingtalk.com/showthread.php?s=&threadid=409510&highlight=google+frames)

And yet more frames (http://www.webhostingtalk.com/showthread.php?s=&threadid=278392&highlight=google+frames)

I would suggest just using WHT's search feature and searching for the information you need.

Goldfiles
06-15-2005, 09:56 AM
I used a script that will auto open the parent frames if the child frames are opened by themselves. no loss of biz :)

the_pm
06-15-2005, 12:56 PM
Originally posted by Goldfiles
I used a script that will auto open the parent frames if the child frames are opened by themselves. no loss of biz :) Have you implemented it yet Because I'm still getting the orphaned page.
If your script is written in JavaScript, expect it to fail for a significant number of users. Also, expect people to have browsers/devices set to not show IFrames. This is becoming more common every day, considering how prevalently IFrames are used to display advertisements and that some prevention techniques will disable them entirely.

IFrames are a very poor alternative to using includes and overflow. They simply are not nearly as reliable as more updated, user-friendly techniques for including files within files.

Goldfiles
06-15-2005, 01:41 PM
What would be the best method around this?