WordPress无赛车冠军投注攻略插件外部链接自动添加nofollow标签真人在线投注网
这样所有的外部链接就会自动加上nofollow标签。可以直接找一些wordpress插件安装。在技术层面是有传递出去权重。有些外部链接是没有加Nofollow标签,当然我们也可赛车冠军投注攻略以通过代码实现无插件添加方法。真人在线投注网当然目前一些wordpress主题设置有这个nofollow标签功能。严格要求的话是需要在外部链接全部加上nofollow标签。
//文章自动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 文件中,
在wordpress写文章时,有时内容会引用或分享一些外部链接地址,如果手动每个链接加入是很麻烦,
- 最近发表
- 随机阅读
-
- 小米推出15周年纪念版智能手表:eSIM独立联网,自研玄戒T1芯片,仅售1299元,惊喜体验等你来!
- QQ空间心情说说日志类网站织梦模板(带手机端)
- dedecms添加文章时禁止自动提取关键字
- html5响应式时间轴页面模板大全
- 飞牛fnOS系统虚拟机迎来v0.9.0更新,新增安装镜像支持,从此告别繁琐安装
- AI加持电竞模式!iQOO新款智能手表799元起,运动健康好帮手
- 小米推出15周年纪念版智能手表:eSIM独立联网,自研玄戒T1芯片,仅售1299元,惊喜体验等你来!
- JavaScript实现页面跳转方法大全
- boke字母拼音是什么意思?
- wordpress(大前端)DUX主题v5.0模板下载
- BTC Maintains $70K Despite Heightened GBTC Outflows, WIF Plummets Again (Market Watch)
- favicon.ico图片在线制作PHP源码
- WordPress博客网站.htaccess文件的作用
- html5响应式时间轴页面模板大全
- 松下杭州新公司:家居科技巨擘揭秘10亿日元投资,智能家居新时代即将来临
- 飞牛fnOS系统虚拟机迎来v0.9.0更新,新增安装镜像支持,从此告别繁琐安装
- jquery实现网站侧边栏社交分享按钮
- 搜索引擎网址提交入口有哪些
- 海信Vidda C3 Ultra投影仪震撼预售:革新光学技术,实现1.67倍变焦,三色激光引领,国补价仅8999元!
- BTC Maintains $70K Despite Heightened GBTC Outflows, WIF Plummets Again (Market Watch)
- 搜索
-
- 友情链接
-