RECENT 最新发表
- 昆明网站建设技术研发中心将 说一说在网站建设时如何正确 搜索引擎指数对网站优化的作 从哪些方面着手来降低客户离 网站内容布局做好了才会有良 响应式网页设计拥有哪些特点 看看哪些因素会影响网站关键 盘点那些“非法”的网站优化 哪些网站优化手段是作弊的?是 对于深度链接能够为网站带来 我们在做网站的友情链接时有 比较常见的网站推广策略主要 如何擦亮眼睛选择靠谱的网站 发现网站权重下降后如何及时 导致网站排名起伏不定的因素
LOVE 猜你也喜欢
静态网站使用共同的顶部和底部利于维护
静态网站使用共同的顶部和底部利于修改
网站建设中关于静态网站使用一个共同的顶部和底部,方便网站的维护和管理,如果你修改页面的头部内容和广告的时候,可以只修改一个页面整个网站的头部和尾部都改变了。要想实现这种有几种可以供大家参考:
Website construction on the top and bottom of the static web sites using a common, convenient maintenance and management, if you modify the head of the page content and advertising, can only change the head and tail of your web site a page has changed. If you want to achieve this there are several can for your reference:
1:使用ssi技术页面生成shtml文件,只用在头部文件位置加入<!--#include file="header.htm" -->,然后修改的时候只要修改header.htm文件就可以了。使用shtml的好处是对搜索引擎比较友好,需要处理的文件在服务器端完成的,不会加重访问者的浏览器负担。
1: use ssi technology SHTML pages generated file, file location of the head only to join <! - # include file = "header. HTM" -- -- >, and then modify the time just change the header. The HTM file is ok. To the search engine friendly are the benefits of using SHTML, need to deal with the files on the server side, not the burden of aggravating the visitor's browser.
2:使用js , 建立一个head.js的文件, 找一个html转js的网站,然后把你头部的html代码转化成js代码,并放在head.js文件里面。
2: using js, the establishment of a head. The js file, find one HTML js site, then put your head in the HTML code into javascript code, and on the head.
3:使用iframe ,以前人们常常使用静态frame框架来做首尾(一般不是iframe)。现在越来越少见了。主要因为网页设计相对比较困难,而且还增加了连接数,而且也不利于搜索引擎的对头尾的收录。
3: use the iframe, people often use static frame frame for fore and aft (generally not iframe). Now more and more rare. Mainly because of web design is relatively difficult, but also increased the number of connections, but also not conducive to the search engine's butt end of the collection.