meta 标签的name属性作用 以及分享

meta 标签的name=“keywords” content="有利于搜索引擎的关键词关键字可能对于进入搜索引擎的索引有帮助:
meta 标签的name="description"可能对于进入搜索引擎的索引有帮助:

网页标题这个当该网页被分享到好友时 该标签内容会显示
//网页被分享后的  网页描述
<meta name="description" content="點擊此處打開連結">
//网页搜索引擎优化的关键词关键字 
<meta name="keywords" content="Disney Tom tame Landes, sumaho, smart phone, game maker">
//不缓存
<meta http-equiv="pragram" content="no-cache">
<meta http-equiv="cache-control" content="no-cache, must-revalidate">
<meta http-equiv="expires" content="0">
//网页标题
<title>Tsum Tsum Land</title>
//网页上的ico
<link rel="shortcut icon " type="images/x-icon" href="小图标地址">

<link rel="apple-touch-icon-precomposed" sizes="180x180" href="这个是图片的地址%20%20必须是jpg">

在这里插入图片描述


版权声明:本文为weixin_43617604原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。