473,748 Members | 2,308 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

iframes and redirection

hi fellow web developers!

I have a bit of a concern. I developed a main page that is a page
that contains 3 iframes - a header iframe, a body iframe, and a footer
iframe. My concern is that if search engines can only read the body
content on the body.html

So... I want to write something for these body.htmls so that if the
person clicks through a search engine link to go directly to the
body.html page, they instead will be redirected to the main.html page
- which contains the expected header, body.html, and footer iframes.

is there a way to do this? Any ideas?
Sep 8 '08
13 1464
In comp.infosystem s.www.authoring.html message <doraymeRidTh is-
63************* ******@web.aioe .org>, Tue, 9 Sep 2008 08:41:36, dorayme
<do************ @optusnet.com.a uposted:
>
Make sure that if a search engine finds a frame all on its lonesome,
that frame has a device in it to alert the user to go to the frameset
page which is its true home.
But the frameset page is not necessarily a sole true home. A site can
be constructed to be workable entirely without frames, including the
entry page, but to allow adding of frames for those (probably with large
screens) who want them.

Example : <http://www.merlyn.demo n.co.uk/frames-4.htm?dm034-24.htm>

--
(c) John Stockton, nr London, UK. ?@merlyn.demon. co.uk Turnpike v6.05 MIME.
Web <URL:http://www.merlyn.demo n.co.uk/- FAQish topics, acronyms, & links.
Proper <= 4-line sig. separator as above, a line exactly "-- " (SonOfRFC1036)
Do not Mail News to me. Before a reply, quote with ">" or "" (SonOfRFC1036)
Sep 10 '08 #11
In article <$D************ **@invalid.uk.c o.demon.merlyn. invalid>,
Dr J R Stockton <jr*@merlyn.dem on.co.ukwrote:
In comp.infosystem s.www.authoring.html message <doraymeRidTh is-
63************* ******@web.aioe .org>, Tue, 9 Sep 2008 08:41:36, dorayme
<do************ @optusnet.com.a uposted:

Make sure that if a search engine finds a frame all on its lonesome,
that frame has a device in it to alert the user to go to the frameset
page which is its true home.

But the frameset page is not necessarily a sole true home. A site can
be constructed to be workable entirely without frames, including the
entry page, but to allow adding of frames for those (probably with large
screens) who want them.

Example : <http://www.merlyn.demo n.co.uk/frames-4.htm?dm034-24.htm>
I have no disagreement here. A reality check though: anyone who makes a
framed site these days is quite unlikely to get this complex. The
simplest thing anyone can do in a framed site is make sure there is a
link back to the home page in each frame or at least a link to a
frameset that contains it along with general site navigation.

--
dorayme
Sep 11 '08 #12
dorayme wrote:
In article
<ee************ *************** *******@t1g2000 pra.googlegroup s.com>,
tr************@ gmail.com wrote:
>hi fellow web developers!

I have a bit of a concern. I developed a main page that is a page
that contains 3 iframes - a header iframe, a body iframe, and a footer
iframe. My concern is that if search engines can only read the body
content on the body.html

So... I want to write something for these body.htmls so that if the
person clicks through a search engine link to go directly to the
body.html page, they instead will be redirected to the main.html page
- which contains the expected header, body.html, and footer iframes.

is there a way to do this? Any ideas?

If you irresistibly want to use frames, read:

<http://www.markparnell .com.au/articles/frames.php>
Yes, I still want to use frame because I do not want the content
indexed/googled and it will not display a bookmarkable URL.

Make sure that if a search engine finds a frame all on its lonesome,
that frame has a device in it to alert the user to go to the frameset
page which is its true home.

You would be surprised to know how many lost frames can turn up on the
internet. I run a small not-for-profit agency that takes them in and we
look for their siblings and proper home and try as best as we can to
reunite them all. Many of them are in extremely depressed states. sad.

But there are some frames that are perfectly happy - we don't take these
in - because they were "only-children". That is, they never really
needed to be in a frameset in the first place.

Anyway, if you find any of this advice helpful, you might like toshow
your appreciation by donating to the refuge I run. $US only please.
Sep 12 '08 #13
I didn't. Sadly I hired someone

Frames are bad for search engines for one. Better to
use server-side includes or some server side language.
--
best regards
Thomas Schulz :: A1 Sitemap Generator
http://www.micro-sys.dk/products/sitemap-generator/
Sep 18 '08 #14

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

10
3934
by: maxim vexler | last post by:
I'm reading a lot of talks lately about the term iFrame and with your permission would like to ask a few question about that : - what is iFrame, i mean what is it good for ? - does all the popular browsers support it (mostly mozilla & the much hated IE, google says the do but nothing is better that experienced answer) - iFrames replaces the old frames once used in html to show a number of pages in a single windows, right ? - what are...
0
2099
by: Dan Popa | last post by:
Check out the following 2 links: http://www.batisdev.com/admin/test_1images.asp http://www.batisdev.com/admin/test_2images.asp First page contain 4 IFRAMES and 1 IMG tags. Second page contain 4 IFRAMES and 2 IMGs tags. The problem is that the second IFRAME from the second page generates fires a new session.
5
2232
by: Frances | last post by:
I need to replace iframes acc. to what option user chooses in a sel obj.. but figured have to load a blank iframe when pg loads so I can replace it.. (iframe gets put in a pre-existing div..) this is approach.. I'm having some problems and would appreciate some help.. thank you very much... var selItem; var ifrCurr; var div = document.getElementById("divPricing"); // this var not being read inside functions..
2
2095
by: Guadala Harry | last post by:
1. Are IFrames supported only in uplevel versions of IE? If not IE exclusively, what browsers support IFrames? 2. Are IFrames going to be supported in the future - as far as anyone knows - or have they been deprecated and will no longer be supported in the future? Please note that I'm *not* asking for opinions on the merits of using IFrames or IFrames vs regular framesets or any other such...
3
2148
by: Giggle Girl | last post by:
Is there a way to use Javascript to detect if a browser supports IFrames, or (if it DOES support them) that IFrame use is enabled? Thanks, Ann
7
1421
by: Shelly | last post by:
I have a submit button and in the php code I have header("Location: thetargetpage.php"); I do the DB work and php and my daughter does the pretty work. She put my page inside an iframe. So, when the submit button is clicked, it brings up thetargetpage.php inside the iframe. What we want is to have the destination page have just the thetargetpage.php without the rest of the iframe. How can we make that
13
2705
by: souissipro | last post by:
Hi, I have written a C program that does some of the functionalities mentionned in my previous topic posted some days ago. This shell should: 1- execute input commands from standard input, and also from a file conatining the commands 2- does the redirection of the input and output from and to files. 3- retrieve the environment variables like HOME,..
19
5942
by: wmanzo | last post by:
I have a really professional conspiracy movie site and I use tons of layers and an external scroll bar assembly. I would like to put the various sections into MS Iframes and in order to clean up the page but I find that the iframes interfere with the getting the mouse coords from the screen which is essential in moving the scroll bar around. My test html is given below. With the iframe hidden the mouse coords are obtainable. With the...
2
12893
by: ericisjusteric | last post by:
I have a page with multiple iframes and need to have the user (ie6) be able to click a button to refresh any one of the iframes - but also to click another button at the top of the page to refresh all of them - from the server (this could be on page refresh also) as the purpose is to reset the iframe to the original content in case the user clicked on a link in that iframe and changed it, but also in case there were updates to the original page...
0
8995
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9378
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9253
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8250
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
4608
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4879
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3316
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2791
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2216
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.