常用的Meta标签写法和作用

2022-11-05 11:20:45 1114 转载:www.kaotop.com

一、页面关键词

;meta;name="keywords";content="your;tags";/;

二、页面描述

1

;meta;name="description"content="150;words"/;;br;

三、搜索引擎索引方式

1

;meta;name="robots"content="index,follow"/;;br;;--;br;  all:文件将被检索,且页面上的链接可以被查询;;br;  none:文件将不被检索,且页面上的链接不可以被查询;;br;  index:文件将被检索;;br;  follow:页面上的链接可以被查询;;br;  noindex:文件将不被检索;;br;  nofollow:页面上的链接不可以被查询。;br;--;br;

四、页面重定向和刷新

1

;meta;http-equiv="refresh"content="0;url="/;br;

五、其他

1

;meta;name="author"content="author;name"/;;;--;定义网页作者;--;;br;;meta;name="google"content="index,follow"/;;br;;meta;name="googlebot"content="index,follow"/;;br;;meta;name="verify"content="index,follow"/;;br;

六、移动设备

;meta;name="viewport";content="width=device-width,;initial-scale=1.0,maximum-scale=1.0,;user-scalable=no"/;

;--;`width=device-width`;会导致;iPhone;5;添加到主屏后以;WebApp;全屏模式打开页面时出现黑边;;--;


WebApp全屏模式

;meta;name="apple-mobile-web-app-capable";content="yes";/;;;--;启用;WebApp;全屏模式;--;


隐藏状态栏/设置状态栏颜色

;meta;name="apple-mobile-web-app-status-bar-style";content="black-translucent";/;


添加到主屏后的标题

;meta;name="apple-mobile-web-app-title";content="标题";


忽略数字自动识别为电话号码

;meta;content="telephone=no";name="format-detection";/;


忽略识别邮箱

;meta;content="email=no";name="format-detection";/;


申明编码

;meta;charset='utf-8';/;


优先使用;IE;最新版本和;Chrome

;meta;http-equiv="X-UA-Compatible";content="IE=edge,chrome=1";/;

;--;关于X-UA-Compatible;--;

;meta;http-equiv="X-UA-Compatible";content="IE=6";;;--;使用IE6;--;

;meta;http-equiv="X-UA-Compatible";content="IE=7";;;--;使用IE7;--;

;meta;http-equiv="X-UA-Compatible";content="IE=8";;;--;使用IE8;--;



禁止浏览器从本地计算机的缓存中访问页面内容

;meta;http-equiv="Pragma";content="no-cache";

*特别说明:本文来自网络,如有侵权,请联系我们删除,非常感谢!