关注微信享红包

网页head区常用代码,标注网站建设信息

撰稿人: 锐途网  更新时间:   共有人浏览
公司版权注释 
<!--- the site is designed by Ruituw.com 02/2016 --->  
 
网页显示字符集
简体中文:
<meta http-equiv="content-type" content="text/html; charset=gb2312" />
或者:
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
繁体中文:
<meta http-equiv="content-type" content="text/html; charset=big5" />
英 语:
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
 
 
原始制作者信息 
<meta name="author" content="ruituw.com " /> 
 
网站简介, 亦可用CMS标签动态描述
<meta name="description" content="这里填您网站的简介" /> 
 
搜索关键字 
<meta name="keywords" content="关键字1,关键字2,关键字3,..." />  
 
网页的css规范
<link href="/style/css/index.css" rel="stylesheet" type="text/css" /> 
 
网页标题
<title>My Title</title> 
 
二、head区可选加入的标识有: 
 
设定网页的到期时间 。一旦网页过期,必须到服务器上重新调阅。
<meta http-equiv="expires" content="21 Aug 2022 08:21:57 gmt+8" /> 
 
禁止浏览器从本地机的缓存中调阅页面内容 。
<meta http-equiv="pragma" content="no-cache" />  
 
用来防止别人在框架里调用你的页面 。
<meta http-equiv="window-target" content="_top" /> 
 
自动跳转(5指时间停留5秒) 。
<meta http-equiv="refresh" content="5;url=www.ruituw.com" />
 
网页搜索机器人向导.用来告诉搜索机器人哪些页面需要索引,哪些页面不需要索引 。
<meta name="robots" content="none" />
content的参数有all,none,index,noindex,follow,nofollow。默认是all。 
 
收藏夹图标 
<link rel = "shortcut icon" href="favicon.ico" /> 
上一篇:织梦Dedecms:去掉当前位置position最后一个尖括号的方法 下一篇:织梦内容页调用栏目链接和栏目名称的方法 『返回首页』