由於框架是搜尋引擎最不喜歡的頁面,因為他是在網頁中的網頁,所以蜘蛛程式只會抓網頁內容而部會抓框架頁的內容
所以可以用body的方式 以下示範列
<html>
<head>
<body>
<title>網頁主題</title>
</head>
<frameset rows="5%,95%">
<frame name="frameTop" src="news.htm">
<frameset cols="25%,75%">
<frame name="frameMenu" src="menu.htm">
<frame name="frameContent" src="content.htm">
</frameset>
</frameset>
<noframes>
</body>
<noframes>
這裡就打上你要加入網頁內容文字敘述或連結
</noframes>
</html>