R
Revd. Norle Enturbulata
Spartanicus said:Sure it has, I'll repeat them just the same:
Well it didn't appear from here, and I don't want to get into a flame war
with anyone about it, so.. thanks for the links.
Both of the above take the immediate role of 'frames are bad', and merely
echo the wide-brushed one-liners already seen here. html-faq.com would
appear to be a kind of compiled form of this newsgroup, controlled by folks
who on first glance appear to be on the "frames are evil, get used to it and
accept it" bandwagon. I'll have to unfortunately plow through it just to
see if there's any technical information to be had.
This looks initially like nothing more than an echo of the 'frames are bad'
bunch, linking back to the html-faq.com site. But the latter bits look more
positive. I prefer solutions to just complaining. More on this when I get
into it more.
It says, "Your page uses frames. Google supports frames to the extent that
it can. Frames tend to cause problems with search engines, bookmarks,
emailing links and so on, because frames don't fit the conceptual model of
the web (every page corresponds to a single URL). If a user's query matches
the site as a whole, Google returns the frame set. If a user's query matches
an individual page on the site, Google returns that page. That individual
page is not displayed in a frame -- because there may be no frame set
corresponding to that page."
On that basis, it would appear that paying attention to ones web site design
when implementing a frames-based model most likely produces a web site that
indexes just fine with Google. Looking at the sections of my own site, what
if each one of the major sections had their own frame set?
From my standpoint I've found that most of the problems created with frames
implementation involved:
1. Not cleaning up after a page/frame close.
2. Not linking via new windows to external urls.
3. Leaving other open-ended parts of the code.
4. Making the menus or internal links at the top end behave on a linear
basis, with possible non-returns to same.
I'll read more from the above links and let you know what I glean. Thx.