当前位置:首页 > 笔记 > seo > 正文内容

懂得生活网的head

3年前 (2022-10-24)seo6325

懂得生活网的head

<head>
<link rel="dns-prefetch" href="//www.n6z6.com" /><!--DNS预解析,加速访问-->
<link rel="dns-prefetch" href="//static.n6z6.com" /><!--DNS预解析,加速访问-->
<link rel="dns-prefetch" href="//oss.n6z6.com" /><!--DNS预解析,加速访问-->
<link rel="canonical" href="页面地址" /><!--权重页面地址-->
<meta name="robots" content="all" /><!--授权搜索引擎收录整个页面内容-->
<meta name="build" content="2019-05-28 16:19:16" /><!--页面创建时间-->
<meta property="og:type" content="article" /><!--页面类型-->
<meta property="og:site_name" content="www.n6z6.com 66生活网" /><!--网站名称-->
<meta property="og:title" content="文章标题" /><!--文章的标题-->
<meta property="og:description" content="文章简介" /><!--文章简介-->
<meta property="og:image" content="图片" /><!--图片地址-->
<meta property="og:url" content="页面地址" /><!--页面地址-->
<meta property="og:width" content="700" />
<meta property="og:height" content="400" />
<meta itemprop="name" content="文章标题" /><!--文章标题-->
<meta itemprop="description" content="文章简介" /><!--文章简介-->
<meta itemprop="image" content="图片地址" /><!--图片地址-->
<meta itemprop="url" content="页面地址" /><!--页面地址-->
<meta itemprop="thumbnailUrl" content="缩略图地址" /><!--缩略图地址-->
<meta itemprop="uploadDate" content="2019-05-28 16:19:16" /><!--更新时间-->
<meta name="mobile-agent" content="format=html5; url=手机页面地址" />
<meta name="mobile-agent" content="format=xhtml; url=手机页面地址"/>
<meta name="mobile-agent" content="format=wml; url=手机页面地址" />
<meta charset="utf-8" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="format-detection" content="telephone=no" /><!--手机上显示电话不拨号-->
</head>


扫描二维码推送至手机访问。

版权声明:本文由蓝博发布,如需转载请注明出处。

本文链接:https://www.blueboss.cn/p/932.shtml

标签: 懂得head

“懂得生活网的head” 的相关文章

SEO优化中rel=external,noopener和nofollow三个标签的作用详解

SEO优化中rel=external,noopener和nofollow三个标签的作用详解

有比较细心的SEO优化同道可能会发现有的网站在a标签上使用了rel="external",rel="noopener",rel="nofollow"及rel="noreferrer"这些单个的标签或某些组合,为了解决他们...

关于meta name=applicable-device  content=pc

关于meta name=applicable-device content=pc

关于<meta name="applicable-device"content="pc">百度可以通过基本html特征来判断是否适合无线端浏览:PC站:<meta name="applicable-device" cont...

代码meta http-equiv=”Cache-Control” content=”no-siteapp”啥意思 有什么作用?

代码meta http-equiv=”Cache-Control” content=”no-siteapp”啥意思 有什么作用?

代码<meta http-equiv=”Cache-Control” content=”no-siteapp”>啥意思 有什么作用?WordPress主题文件里面一句<meta http-equiv=”Cache-Control” content=”no-siteapp”>到...

详解 meta name=viewport content=initial-scale=1, maximum-scale=1, user-scalable=no, width=device-w

详解 meta name=viewport content=initial-scale=1, maximum-scale=1, user-scalable=no, width=device-w

详解 <meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width"><meta name=&quo...

head文件常用SEO优化之META标签优化详解

head文件常用SEO优化之META标签优化详解

之前对meta标签的理解只有<meta charset="UTF-8">和移动端适口<meta name="viewport" content="width=device-width,initial-s...