WordPress无极速赛车官网插件外部链接自动添加nofollow标签pc28加拿大开奖结果预测官网
在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标签,在技术极速赛车官网层面是有传递出去权重。pc28加拿大开奖结果预测官网当然我们也可以通过代码实现无插件添加方法。如果手动每个链接加入是很麻烦,有时内容会引用或分享一些外部链接地址,
-
上一篇
-
下一篇
- 最近发表
- 随机阅读
-
- 西部数码备案号取消接入通知
- 苹果智能家居新品或年底亮相:颠覆还是创新,拭目以待
- wordpress免费插件Math Captcha简单数学验证码
- wordpress评论者链接在新窗口打开
- Javascript植物大战僵尸小游戏LonelyStar版
- Bitcoin (BTC) Challenges $68K, Dogecoin (DOGE) Soars 5% Daily (Weekend Watch)
- 个人博客网站空间服务器选择
- 大学生情人节520表白html源代码大全
- Favicon网站图标抓取API接口php源码
- CSS3过渡效果transition
- wordpress/帝国cms配置https(SSL)无法登录后台
- html5 3D旋转木马幻灯片播放代码素材
- WordPress后台外观主题编辑器屏蔽&隐藏
- SEO域名外链生成工具PHP源码
- 个人网站被恶意镜像解决方法
- CSS背景background样式属性设置
- Java扒站工具templatespider下载
- css如何清除浮动clear与float
- WordPress上传文件自动实重命名代码
- Javascript函数/return返回值与arguments对象
- 搜索
-
- 友情链接
-