WordPress无问鼎破解版pg赏金女王娱乐插件外部链接自动添加nofollow标签
当然我们也可以通过代码实现无插件添加方法。 在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 文件中,这样所有的外部链接就会自动加上nofollow标签。有时内容会引用或分享一些外部链接地址,当然目前一些w
- 最近发表
- 随机阅读
-
- boke字母拼音是什么意思?
- javascript位运算符与赋值运算符
- WordPress建站安装时“此站点遇到了致命错误”
- 仿今日头条图片轮播js特效/焦点幻灯代码
- WordPress插件Redirection 301重定向跳转
- 微软Microsoft Edge Image Editor扩展如何关闭?
- B站视频下载软件工具推荐
- 卡通男女电筒404错误页面动画
- TON Defies Market Sentiment With a Massive 23% Surge, BTC Slumps Toward $70K (Market Watch)
- (dedecms)mysql数据库表前缀批量替换修改
- 网站网页内容文字禁止复制如何解决?
- WordPress博客网站301重定向的两种方法
- 小米米家推出折叠偏光近视太阳镜,轻巧便携又护眼,仅售199元!
- html5+css3制作音乐列表播放器源码
- 图片/书本的文字如何快速提取(复制)?
- HTML5+three实现3D酷炫拼魔方游戏代码
- Java扒站工具templatespider下载
- (dedecms)mysql数据库表前缀批量替换修改
- WordPress博客网站.htaccess文件的作用
- 科沃斯T50 Pro扫拖机器人水箱版,3999元降至2235元,百亿补贴优惠不妥协
- 搜索
-
- 友情链接
-