用于qq微信转发时带的标题、摘要以及图标的内容修改
<head>
<meta charset=”utf-8″>
<meta http-equiv=”X-UA-Compatible” content=”IE=edge”>
<meta name=”viewport” content=”width=device-width, initial-scale=1″>
<!– 分享显示的标题–>
<meta itemprop=”name” content=”网站标题” />
<!– 分享显示的缩略图–>
<meta itemprop=”image” content=”https://img/” />
<!– 分享显示的简介–>
<meta name=”description” itemprop=”description” content=”摘要内容” />
<meta name=”description” content=””>
<meta name=”author” content=”by aftss.cn”>
<link rel=”icon” href=”img/icon/favicon.ico”>
<title>网站名字</title>
