<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="基于frameset的SEO优化方案,包含代码示例与实施指南">
<meta property="og:title" content="HTML Frameset SEO优化白皮书">
<meta property="og:image" content="/og-image.jpg">
<title> frameset技术深度优化指南(版)</title>
</head>
<body>
<frameset cols="200, *">
<frame src="/header.html" scrolling="no" noresize>
<frameset rows="80, *">
<frame src="/menu.html" scrolling="no">
<frame src="/main content" id="mainFrame">
</frameset>
</frameset>
<noscript>
<div>您的浏览器不支持frameset,建议开启脚本支持</div>
</noscript>
</body>
</html>
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="基于frameset的SEO优化方案,包含代码示例与实施指南">
<meta property="og:title" content="HTML Frameset SEO优化白皮书">
<meta property="og:image" content="/og-image.jpg">
<title> frameset技术深度优化指南(版)</title>
</head>
<body>
<frameset cols="200, *">
<frame src="/header.html" scrolling="no" noresize>
<frameset rows="80, *">
<frame src="/menu.html" scrolling="no">
<frame src="/main content" id="mainFrame">
</frameset>
</frameset>
<noscript>
<div>您的浏览器不支持frameset,建议开启脚本支持</div>
</noscript>
</body>
</html>