Forum Moderators: phranque

Message Too Old, No Replies

I FRAME Good or BAD

         

ebizdude

8:36 pm on Nov 16, 2004 (gmt 0)

10+ Year Member



I m making my site in .HTML

but the html page is 4 iframes for TOP baner
left banner, right banner
and bottom banner

My ques is

1. Is IFRAME bad or Good

2. Does it affect ranking in search engine

3. Simply put, shd we use it or not use it?

pete_m

8:46 pm on Nov 16, 2004 (gmt 0)

10+ Year Member



So you're using the iframes for advertising? There is nothing wrong with that - after all, that is what Google Adwords and some Amazon adverts use.

I wouldn't use iframes for navigation and menus though - use PHP or another scripting language if you need to include the same HTML in every page.

trillianjedi

8:52 pm on Nov 16, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Very generic answers to a very generic question:-

1. Bad

2. Yes

3. For you? Not use it.

iFrames are a powerful tool for a number of reasons, but I suggest you stay clear until you really know how to use them to your advantage.

A search on WebmasterWorld for the term "iFrame" will I'm sure reveal a whole load of useful information.

TJ

ebizdude

7:27 pm on Nov 19, 2004 (gmt 0)

10+ Year Member



See.. my full page is in HTML

But there r 4 things in IFRAME

1. Top banner
2. left menu
3. Right banner, which will be Google adsense
4. Bottom will be google

Please give your opinion now.

ebizdude

7:29 pm on Nov 19, 2004 (gmt 0)

10+ Year Member



Below is the HTML code.. Please suggest... if this would hamper my rankings.,

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta name="Author" content="pm">
<meta name="keywords" lang="en" content="really,small,dec">
<meta name="description" lang="en" content="really small desc
">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>New Title No. 98 ne wtitle.</title>
<link rel=stylesheet type="text/css" href="../voda.css">
</head>

<body class=normal style="margin:0">
<table width="100%">
<tr>
<td width="30%"><iframe frameborder=0 width="100%" src="../show_code.php?id=4&amp;section=logocode"></iframe></td>
<td width="70%"><iframe frameborder=0 width="100%" src="../show_code.php?id=4&amp;section=bannercode"></iframe></td>
</tr>
</table>
<table width="100%" >
<tr>
<td valign=top width="20%"><iframe height=300 frameborder=0 width="100%" src="../show_code.php?id=4&amp;section=leftmenucode"></iframe></td>
<td valign=top width="60%"><h1>New Title No. 98 ne wtitle.</h1>
<pre style="font-family:Arial">hi hi hi hi hi hi

hi hi

hi hi

</pre>
<p><i>Author: pm</i></p></td>
<td valign=top width="20%"><iframe height=300 frameborder=0 width="100%" src="../show_code.php?id=4&amp;section=rightmenucode"></iframe></td>
</tr>
</table>
<table width="100%" >
<tr>
<td width="100%"><iframe frameborder=0 width="100%" src="../show_code.php?id=4&amp;section=bottomcode"></iframe></td>
</tr>
</table>
</body>
</html>

Jon_King

7:32 pm on Nov 19, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Thank you trillianjedi, I appreciate your direct answer.