设置网页关键词是SEO的重要手段

合理设置网页的关键字和页面描述,是SEO的重要手段。

<!DOCTYPE html>
<html lang="en">
<head>
    <title>OPPO手机</title>
    <meta charset="UTF-8"/>
    <!-- 设置网页关键字,便于SEO -->
    <meta name="Keywords" content="OPPO手机,拍照手机">
    <meta name="Description" content="充电五分钟,通话两小时">
</head>
<body>
</body>
</html>

猜你喜欢

转载自blog.csdn.net/LIZHONGPING00/article/details/114860102