1. 定时刷新:<meta http-equiv="Refresh" content="1"/>
2. 定时跳转:<meta http-equiv="Refresh" content="1;url=http://www.baidu.com"/>
3. 关键字(方便爬虫找):<meta name="keywords" content="关键字1,关键字2"/>
4. 内容描述:<meta name="description" content="内容摘要。。。"/>
5. 兼容IE高版本:<meta http-equiv="X-UA-Compatible" content="IE=IE11;IE10;IE9;"/>