WordPress无九游游戏app插件外部链接自动添加nofollow标签金花三张牌免费版不充钱
有些外部链接是没有加Nofollow标签, 在wordpress写文章时,在技术层面是有传递出去权重。这样所有的外部链接就会自动加上nofollow标签。如果手动每个链接加入是很麻金花三张牌免费版不充钱烦,九游游戏app有时内容会引用或分享一些外部链接地址,当然我们也可以通过代码实现无插件添加方法。严格要求的话是需要在外部链接全部加上nofollow标签。 添加到当前主题Funcions.php 文件中,可以直接找一些wordpress插件安装。//文章自动nofollowadd_filter( 'the_content', 'tin_seo_wl');function tin_seo_wl( $content ) { $regexp = "<a\s[^>]*href=(\"??)([^\" >]*?)\\1[^>]*>"; if(preg九游游戏app_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;}
-
上一篇
-
下一篇
- 最近发表
- 随机阅读
-
- jquery酷炫的马赛克图片还原动画代码
- jQuery弹出层页面社交分享代码
- WordPress外链图片插件Featured Image from URL
- WordPress微博主题模板TleWeiboFor2.0
- These Crypto Assets Dumped the Most as the Total Market Cap Shed Over $200B (Weekend Watch)
- 黑色清爽大气wordpress博客主题,html静态模板
- HTML5实现人工智能中国象棋网页小游戏
- 面壁智能与易来联手打造:颠覆性AI家居中枢,纯端侧AI智慧屏引领未来家居新潮流
- wordpress仿微博个人博客主题tongleer
- 小米米家洗衣机Pro蓝氧新上市:洗净比高达1.27,仅需1367元起,省钱又实用!
- 微软Microsoft Edge Image Editor扩展如何关闭?
- 打破国际垄断!碧水源推动医药膜国产化替代
- 小米米家扫拖机器人 M40 S 国补后立打7折:从高价到低价,实惠与实用并存
- 科沃斯T50 Pro扫拖机器人水箱版,3999元降至2235元,百亿补贴优惠不妥协
- UNI Slumps 17% Following SEC Developments, BTC, ETH, DOGE, TON on the Rise (Market Watch)
- 40万m³/d!看上海城投水务泰和污水处理厂的领跑者标杆实践
- WordPress多功能免费主题Git(乐趣公园)下载
- 海信Vidda C3 Ultra投影仪震撼预售:革新光学技术,实现1.67倍变焦,三色激光引领,国补价仅8999元!
- html5+css3制作音乐列表播放器源码
- 微软Microsoft Edge Image Editor扩展如何关闭?
- 搜索
-
- 友情链接
-