WordPress无网上投注赚钱插件外部链接自动添加nofollow标签AG真人手机投注客户端
时间:2025-06-17 20:16:53 阅读(143)
有些外部链接是没有加Nofollow标签,这样所有的外部链接就会自动加上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 文件中,如果手
分享到:
温馨提示:以上内容和图片整理于网络,仅供参考,希望对您有帮助!如有侵权行为请联系删除!
猜你喜欢
- 小米米家洗衣机Pro蓝氧新上市:洗净比高达1.27,仅需1367元起,省钱又实用!
- wordpress博客网站访问速度慢因素
- 知麻Z2 MINI投影仪限时特价!秒杀价仅需764.15元,真香!
- 科沃斯T50 Pro扫拖机器人水箱版,3999元降至2235元,百亿补贴优惠不妥协
- 个人博客主页如何做网站优化
- jQuery粉色个性侧边悬浮音乐播放器插件
- HTML5表单元input(二)
- UNI Slumps 17% Following SEC Developments, BTC, ETH, DOGE, TON on the Rise (Market Watch)
- 网页出现Uncaught SyntaxError: Unexpected token错误