1、设置页面关键词<meta name="keywords" content="输入具体的关键词">
2、设置页面的描述<meta name="description" content="设置页面描述">
3、定义页面搜索方式<meta name="robots" content="搜索方式"
 all 表示能搜索到当前页面及其链接的网页
 index 表示能搜素当前网页
 follow搜索引擎继续通过此网页的链接搜索其他网页
 nofollow搜索引擎不继续通过此网页的链接搜索其他网页
 noindex表示不能搜索当前页面
 none搜索引擎将忽略此网页
4、定义编辑工具<meta name="generator" content="编译软件名称">
5、定义网页作者信息 <meta name="author" content="作者名称">
6、定义页面版权信息<meta name="copyright" content="© http://www.baidu.com">
7、定义网页文字及语言<meta http-equiv="content-type" content="text/html;charset=字符集类型"
8、定义页面跳转<meta http-quiv="refresh" content="跳转时间;URL=跳转的地址">