026 网站优化

  优化

1.优化方式

  title

  description

  keywords

2.案例

 1 <head>
 2     <meta charset="UTF-8">
 3     <title>京东(JD.COM)-正品低价、品质保障、配送及时、轻松购物</title>
 4     <!-- 优化网站 -->
 5     <meta name="description" content="京东JD.COM-专业的综合网上购物商城,为您提供正品低价的购物选择、优质便捷的服务体验。商品来自全球数十万品牌商家,囊括家电、手机、电脑、服装、居家、母婴、美妆、个护、食品、生鲜等丰富品类,满足各种购物需求。" />
 6       <meta name="Keywords" content="网上购物,网上商城,家电,手机,电脑,服装,居家,母婴,美妆,个护,食品,生鲜,京东" />
 7     <!-- ico图标 -->
 8     <link rel="icon" href="favicon.ico"  type="image/x-icon">
 9     <!-- 引用normalize.css -->
10     <link rel="stylesheet" href="css/normalize.css">
11     <!-- 公共样式 -->
12     <link rel="stylesheet" href="css/base.css">
13     <!-- 首页的css -->
14     <link rel="stylesheet" href="css/index.css">
15 </head>
原文地址:https://www.cnblogs.com/juncaoit/p/11144825.html