407day(三大標籤的優化,header ,logo製作)
阿新 • • 發佈:2018-12-21
《2018年11月14日》【連續407天】
標題:三大標籤的優化,header ,logo製作;
內容:
網站優化的三大標籤:
title :長度 google 70KB 35箇中文 ; Baidu 56KB 28箇中文;
最先出現的詞語權重越高;
description :
Keywords:
頁面關鍵詞,搜尋引擎關注點之一;
2.
<!-- header 部分 start --> <div class="header"> <div class="w inner"> <div class="logo"> <h1> <a href="#" title="京東網">京東</a> </h1> </div> </div> </div> <!-- header 部分 end -->
/*header部分*/ .header { height: 140px; } .inner { height: 140px; position: relative; } .logo { width: 190px; height: 170px; position: absolute; top: 0; left: 0; top: -30px; } .logo h1 { margin:0; } .logo a { display: block; height: 170px; width: 190px; background: url(../images/logo.jpg) no-repeat; text-indent: -999px; }