|
|
Search Engine Marketing Definitions
HTML frameset An html frame is an HTML page that "frames" other HTML pages within an HTML frameset tag. In most cases a framed site will only have one page you can submit to the search engines - the home page containing a html frameset and a couple of frame tags.
Since your site uses an HTML frame the home page actually does not have any content that can be used to determine how to list your site. Here's an example that should help you see what we mean. Keep in mind this code is what the search engines see:
<html>
<head>
<title>Framed Site</title>
</head>
<frameset cols="150,*">
<frame name="left"target="right">
<frame name="right">
</frameset >
</html>
See also: http://www.aleksika.com/site-optimization/html-frame/
|
|
|