Forum Moderators: open

Message Too Old, No Replies

Ranking with IFRAME

         

ebizdude

11:44 am on Nov 20, 2004 (gmt 0)

10+ Year Member



I have made pages in HTML

I have put IFRAME to get relevant Google ads.

Tell me will it affect
1. Relevant google ads coming
2. Getting on TOP in search engines

here is the HTML code

<!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="SUPPLY CHAIN ANALYSIS">
<meta name="description" lang="en" content="SUPPLY CHAIN ANALYSIS">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>SUPPLY CHAIN</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=6&amp;section=logocode"></iframe></td>
<td width="70%"><iframe frameborder=0 width="100%" src="../show_code.php?id=6&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=6&amp;section=leftmenucode"></iframe></td>
<td valign=top width="60%"><h1>SUPPLY CHAIN</h1>
<pre style="font-family:Arial">SUPPLY CHAIN ANALYSIS
MAIN CONTENT

</pre>
</td>
<td valign=top width="20%"><iframe height=300 frameborder=0 width="100%" src="../show_code.php?id=6&amp;section=rightmenucode"></iframe></td>
</tr>
</table>
<table width="100%" >

<tr>
<td width="100%"><iframe frameborder=0 width="100%" src="../show_code.php?id=6&amp;section=bottomcode"></iframe></td>
</tr>
</table>
</body>
</html>

TimM

1:15 am on Nov 22, 2004 (gmt 0)

10+ Year Member



Tell me will it affect
1. Relevant google ads coming
2. Getting on TOP in search engines

1. Yes
2. Yes

You won't be able to get any targeted ads, because the content that Google targets the ads to needs to be on the same page as the ads themselves. The ads don't know what their parent page is.

Search engines can't read the contents of iframes, so that will affect your rankings - anything you have there won't be indexed, or used as content, keywords, etc.

Hope that helps.

- Tim

a1call

1:29 am on Nov 22, 2004 (gmt 0)

10+ Year Member



Hi TimM,

I have a page in iframe. Search engines do index and rank that.
But you are right about the adsense part.