WordPress无pc2kai云体育app手机下载8官网在线插件外部链接自动添加nofollow标签
当然目前一些wordpress主题设置有这个nofollow标签功能。严格要求的话是需要在外部链接全部加上nofollow标签。
如果手动每个链接加入是很麻烦,在技术层pc28官网在线kai云体育app手机下载面是有传递出去权重。可以直接找一些wordpress插件安装。在wordpress写文章时,
//文章自动nofollowadd_filter( 'the_content', 'tin_seo_wl');function tin_seo_wl( $content ) { $regexp = "<a\s[^>]*href=(\"??)([^\" >]*?)\\1[^>]*>"; if(preg_match_all("/$regexp/siU", $content, $matches, PREG_SET_ORDER)) { if( !empty($matches) ) { $srcUrl = get_option('siteurl'); for ($i=0; $i < count($matches); $i++) { $tag = $matches[$i][0]; $tag2 = $matches[$i][0]; $url = $matches[$i][0]; $noFollow = ''; $pattern = '/target\s*=\s*"\s*_blank\s*"/'; preg_match($pattern, $tag2, $match, PREG_OFFSET_CAPTURE); if( count($match) < 1 ) $noFollow .= ' target="_blank" '; $pattern = '/rel\s*=\s*"\s*[n|d]ofollow\s*"/'; preg_match($pattern, $tag2, $match, PREG_OFFSET_CAPTURE); if( count($match) < 1 ) $noFollow .= ' rel="nofollow" '; $pos = strpos($url,$srcUrl); if ($pos === false) { $tag = rtrim ($tag,'>'); $tag .= $noFollow.'>'; $content = str_replace($tag2,$tag,$content); } } } } $content = str_replace(']]>', ']]>', $content); return $content;}
添加到当前主题Funcions.php 文件中,有些外部链接是没有加Nofollkai云体育app手机下载ow标签,pc28官网在线这样所有的外部链接就会自动加上nofollow标签。当然我们也可以通过代码实现无插件添加方法。有时内容会引用或分享一些外部链接地址,
-
上一篇
-
下一篇
- 最近发表
- 随机阅读
-
- CSS表格table与列表list
- 易优eyoucms模板源码安装教程
- Centos7 mysql自动重启(定时检测mysql运行状态)命令
- 织梦dedecms文章内容如何批量替换
- JavaScript实现页面跳转方法大全
- WordPress多功能新闻积分商城主题LensNews2.2
- 创意的404错误页面模板报错设计
- 小米新品米家毛球修剪器:超长续航,剃毛不误,仅售49.9元,实用又经济
- B站视频下载软件工具推荐
- 烟雨开源图床系统源码v2.1下载
- Helen响应式wordpress博客主题,个人博客网站模板/html模板
- 国外网站注册出现captcha verification failed怎么解决
- 利用excel分析IIS服务器日志
- dedecms漂亮美女图片网站模板v1.1
- 个人网站是否需要做https协议
- 织梦dedecms文章内容如何批量替换
- wordpress简洁单栏个人博客模板
- 海信Vidda C3 Ultra投影仪震撼预售:革新光学技术,实现1.67倍变焦,三色激光引领,国补价仅8999元!
- 小米米家扫拖机器人 M40 S 上市:升降导航、大吸力清洁新体验,2999元起,智能家居新选择!
- WordPress插件Ultimate Category Excluder排除分类文章
- 搜索
-
- 友情链接
-