Forum Moderators: open

Message Too Old, No Replies

Noframe

How will the SE think about this??

         

Ove

6:06 pm on May 1, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I got this question from a friend yesterday and i dont know the answer of it maybe it will work but for how long.

If you have a stand alone site like this.

<html>
<head><(head>
<body><h1>keywords</h1>
<p>blablablabla</p>

<noframe>
<h1>keywords</h1>
Here you link to other pages in the site and have alot of text. Does this works
</noframe>

</body>

</html>

/Ove

DrDoc

6:17 pm on May 1, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Well, Ove, the NOFRAMES tag should only be used if the file contains a frameset ..

Ove

6:19 pm on May 1, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



In this case it does not

/Ove

DrDoc

6:24 pm on May 1, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Then you should avoid using the NOFRAMES tag ..

It's better to create a proper Search Engine Optimised (SEO) using the proper META tags ..

tedster

12:23 am on May 2, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Many people think the <noframes> tags follows the </frameset> tag - it does not, even though you can find so-called tutorials on the web that make this mistake. The <noframes></noframes> tag properly belongs nested INSIDE the <frameset></frameset> pair.

<noscript>, on the other hand, DOES follow the </script> tag