Hallo Leute,
also meine Frame Seiten werden irgendwie nicht weiter gespidert.
Wenn ich site:
www.xzy.de eingebe, findet Google nur die eigentlich domain.
Ich poste mal den Quelltext. Vielleicht habt ihr ne Idee.
main.html ist die eigentliche Seite.
Gruß Jens,
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "
https://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title> blah blah </title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<META name="description" content="blah blah ">
<META name="keywords" content="blah blah ">
<META name="abstract" content="blah blah ">
<meta NAME="robots" CONTENT="INDEX, FOLLOW, ALL">
<meta NAME="revisit-after" CONTENT="7 days">
<meta NAME="pragma" CONTENT="no-cache">
<meta NAME="language" CONTENT="de, at, ch, li, deutsch, german">
</head>
<frameset rows="*,312,*" border=0 frameborder="no">
<frame src="blank.htm" name= "topspace" frameborder="NO" scrolling="no" noresize marginwidth=0 marginheight=0>
<frameset cols="*,1030,*" border=0 frameborder="no">
<frame src="blank.htm" name="lspace" frameborder="NO" scrolling="no" noresize marginwidth=0 marginheight=0>
<frame src="main.htm" name= "mainFrame" frameborder="NO" scrolling="NO" noresize marginwidth=0 marginheight=0>
<frame src="blank.htm" name="rspace" frameborder="NO" scrolling="NO" noresize marginwidth="0" marginheight="0">
</frameset>
<frame src="bottom.htm" name="botspace" frameborder="NO" scrolling="no" noresize marginwidth=0 marginheight=0>
<noframes>
<body >
scroll="no"
<h1>blah </h1>
<h2> blah</h2>
hier steht viel text...
hier stehen jede menge links zur site navi. teilweise doppelt.
</body>
</noframes>
</frameset>
</html>