WordPre征途国际下载链接ss无真人在线投注网插件外部链接自动添加nofollow标签
在wordpress写文章时,可以直接找一些wordpress插件安装。严格要求的话是需要在外部链接全部加上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主题设置有这个nofollow标签功能。在技术层面是有传递出去权重。
-
上一篇
-
下一篇
- 最近发表
- 随机阅读
-
- (dedecms)mysql数据库表前缀批量替换修改
- 申请/注册新域名需要注意哪些细节
- 卡通男女电筒404错误页面动画
- jQuery网页底部左侧mp3音乐播放器悬浮插件
- wordpress网站登录出现500Internal Server Error
- 个人网站dedecms设置URL绝对路径/地址
- css样式float浮动后,父元素塌陷解决方法
- wordpress拖拽图形验证码插件Fancy
- wordpress(大前端)DUX主题v5.0模板下载
- 个人网站被恶意镜像解决方法
- wordpress未能与站点联系致命错误,PHP修改被回滚
- 阿里云虚拟主机SSL证书部署(https配置)
- wordpress响应式瀑布流博客主题snow
- wordpress隐藏文章部分内容需要注册登录后可见
- 织梦dedecms tag伪静态提示信息,系统无此tag
- 下雪花背景404错误页面代码
- 织梦dede:arclist标签使用说明
- 织梦dedecms tag伪静态提示信息,系统无此tag
- JavaScript对象中的方法/如sort(参数)方法
- HTML5中CSS层叠样式表
- 搜索
-
- 友情链接
-