您现在的位置是:WordPress无加拿大PC28官网开奖结果查询插件外部链接自动添加nofollow标签 >>正文
WordPress无加拿大PC28官网开奖结果查询插件外部链接自动添加nofollow标签
俊杰廉悍网1人已围观
简介//文章自动nofollowadd_filter( 'the_content', 'tin_seo_wl');function tin_seo_wl( $con...
//文章自动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标签。
>加拿大PC28官网开奖结果查询如果手动每个链接加入是很麻烦,当然我们也可以通过代码实现无插件添加方法。当然目前一些wordpress主题设置有这个nofollow标签功能。在技术层面是有传递出去权重。Tags:
相关文章
天猫精灵:跨设备连接领跑行业,品类覆盖引领消费新潮
WordPress无加拿大PC28官网开奖结果查询插件外部链接自动添加nofollow标签天猫精灵:跨设备连接领跑行业,品类覆盖引领消费新潮随着物联网和人工智能技术的快速发展,智能家居市场正在以前所未有的速度扩张。在这个领域中,天猫精灵凭借其卓越的跨设备连接能力和丰富的品类覆盖,正在引领消...
阅读更多
wordpress主题导航菜单添加小图标
WordPress无加拿大PC28官网开奖结果查询插件外部链接自动添加nofollow标签wordpress头部导航添加图标字体的方法很多,最常见的是要安装插件。wordpress主题后台安装过插件会变的很卡,这里介绍WordPress主题导航菜单添加个性图标字体方法(适合一些响应式设计的...
阅读更多
WordPress插件Simple 301 Redirects重定向v2.0.9
WordPress无加拿大PC28官网开奖结果查询插件外部链接自动添加nofollow标签WordPress插件Simple 301 Redirects重定向插件,WordPress自定义指定URL 301重定向插件Simple 301 Redirects需要WordPress版本: 5....
阅读更多