常用的Meta标签写法和作用
展开全部
meta标签是用来描述一个html网页文档的属性,例橘圆燃如作者、日期和时间、网页描述、关键词、页面刷新等。
下面分享几个例子 常用meta写法:
<META NAME=“ROBOTS” CONTENT=“NORCHIVE”>
以上的一段代码语义:限制了所有的搜索引擎建立你的网页快照。
<meta name=“robots” CONTENT=“INDEX,FOLLOW”>
以上的一段代码语义:可以索引本页,告诉搜索圆虚引擎蜘蛛可以顺着本页继续抓取别的链接
<META NAME=“ROBOTS” CONTENT=“NOINDEX,FOLLOW”>
以上的一段代码语义:不许索引本页,但是可以顺着本页抓取抓取别的链接
<META NAME=“ROBOTS” CONTENT=“INDEX,NOFOLLOW”>
以上的一段代码语义:可以索引本页,但是不许顺着本页抓取索引别的链接
<META NAME=“ROBOTS” CONTENT=“NOINDEX,NOFOLLOW”>
以上的一段代码语义:不许索引本页,也不许顺着本页抓取索引别的腔坦链接。
下面分享几个例子 常用meta写法:
<META NAME=“ROBOTS” CONTENT=“NORCHIVE”>
以上的一段代码语义:限制了所有的搜索引擎建立你的网页快照。
<meta name=“robots” CONTENT=“INDEX,FOLLOW”>
以上的一段代码语义:可以索引本页,告诉搜索圆虚引擎蜘蛛可以顺着本页继续抓取别的链接
<META NAME=“ROBOTS” CONTENT=“NOINDEX,FOLLOW”>
以上的一段代码语义:不许索引本页,但是可以顺着本页抓取抓取别的链接
<META NAME=“ROBOTS” CONTENT=“INDEX,NOFOLLOW”>
以上的一段代码语义:可以索引本页,但是不许顺着本页抓取索引别的链接
<META NAME=“ROBOTS” CONTENT=“NOINDEX,NOFOLLOW”>
以上的一段代码语义:不许索引本页,也不许顺着本页抓取索引别的腔坦链接。
博思aippt
2024-07-22 广告
2024-07-22 广告
博思AIPPT是基于ai制作PPT的智能在线工具,类似gamma生成ppt,它提供了4种AI制作PPT的方式,包括AI生成大纲、AI直接生成PPT、文本生成PPT、AI提炼文档生成PPT,一站式集成多种AI生成PPT的方式,可满足办公用户的...
点击进入详情页
本回答由博思aippt提供
展开全部
页面关键词
<meta name="keywords" content="your tags" />
页面描述
<meta name="description" content="150 words" />
搜索引擎索引方式
<meta name="robots" content="index,follow" />
<!--
all:文件将被检索,且页面上的链接可以被查询;
none:文件将不被检索,且页面上的链敬樱接不可以被查询;
index:文件将被检索;
follow:页面上的链接可以被查询;
noindex:文件将不被检索;
nofollow:页面上的链接不可以被查询。
-->
页面重定向和刷新
<meta http-equiv="refresh" content="0;url=" />
其他
<meta name="author" content="author name" /> <!-- 定义网页作者 -->
<meta name="google" content="index,follow" />
<meta name="googlebot" content="index,follow" />
<meta name="verify" content="index,follow" />
移动设备
<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">
<meta name="keywords" content="your tags" />
页面描述
<meta name="description" content="150 words" />
搜索引擎索引方式
<meta name="robots" content="index,follow" />
<!--
all:文件将被检索,且页面上的链接可以被查询;
none:文件将不被检索,且页面上的链敬樱接不可以被查询;
index:文件将被检索;
follow:页面上的链接可以被查询;
noindex:文件将不被检索;
nofollow:页面上的链接不可以被查询。
-->
页面重定向和刷新
<meta http-equiv="refresh" content="0;url=" />
其他
<meta name="author" content="author name" /> <!-- 定义网页作者 -->
<meta name="google" content="index,follow" />
<meta name="googlebot" content="index,follow" />
<meta name="verify" content="index,follow" />
移动设备
<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">
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询