|
Posted by David Stone on March 14, 2008, 7:40 am
Please log in for more thread options
> Bill wrote:
>
> > If you type our web site directly in a browser, you get our web page.
> > It has a top bar, a sidebar and a main text page in the middle. If
> > you click on one of the menu choices across the top, it goes to "Set
> > Frame" The main text changes, the sidebar changes and the top panel
> > stays the same.
> >
> > Problem: If you search on our service, using Google, you get a
> > specific web page. When you click on that, you get the web page, but
> > WITHOUT the top panel and the sidebar.
> >
> > Specifics: Our web site, it works: www.edenir.org
> >
> > Google search, for: "211 alameda county", you get:
> > http://www.edenir.org/chain.html When you go to this specific web
> > page, it's not correct because it's missing sidebar and top panel.
> >
> > What can I do about this?
> >
> > I guess what I want is:
> > When you click on/choose a specific page, the sidebar and top panel
> > should also appear.
>
> You have discovered the biggest reason why "Frames are Evil."
>
> See what Google says about that!
>
> Like this one: http://www.html-faq.com/htmlframes/?framesareevil
> Scroll down to "Search engines" but read it all, though.
And in terms of solutions, you can use a CSS-based two-column
layout with header. If you don't want to have to copy paste
the header and side bar between pages (especially if you have
lots of them, and only one small change to make), you can
look into server-side includes. All this has been discussed in
this group many times, so a Google search should pull up lots
of good information.
|