Forum Moderators: open
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&section=logocode"></iframe></td>
<td width="70%"><iframe frameborder=0 width="100%" src="../show_code.php?id=6&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&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&section=rightmenucode"></iframe></td>
</tr>
</table>
<table width="100%" >
<tr>
<td width="100%"><iframe frameborder=0 width="100%" src="../show_code.php?id=6&section=bottomcode"></iframe></td>
</tr>
</table>
</body>
</html>
Tell me will it affect
1. Relevant google ads coming
2. Getting on TOP in search engines
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