您现在的位置是:WordPr真人在线体育投注ess无手机网投插件外部链接自动添加nofollow标签 >>正文
WordPr真人在线体育投注ess无手机网投插件外部链接自动添加nofollow标签
豪奢放逸网782人已围观
简介严格要求的话是需要在外部链接全部加上nofollow标签。当然我们也可以通过代码实现无插件添加方法。在wordpress写文章时,有时内容会引用或分享一些外部链接地址,在技术层手机网投面是有传递出去权...
严格要求的话是需要在外部链接全部加上nofollow标签。当然我们也可以通过代码实现无插件添加方法。
在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标签。
Tags:
相关文章
dedecms漂亮美女图片网站模板v1.1
WordPr真人在线体育投注ess无手机网投插件外部链接自动添加nofollow标签本dedecms图片模板一套图集模型美图图片网模板(仿6188美图网),织梦模板由网上网友分享下载的,安装测试过程序遇到Fatal error: Call to a member function G...
阅读更多
SEO一些名词介绍/SEO常见术语
WordPr真人在线体育投注ess无手机网投插件外部链接自动添加nofollow标签SEO(Search Engine Optimization)搜索引擎优化SEM(Search Engine Marketing)搜索引擎营销1.竞价排名 ——顾名思义,通过竞价方式使得网站排名靠前2...
阅读更多
Bitcoin (BTC) Challenges $68K, Dogecoin (DOGE) Soars 5% Daily (Weekend Watch)
WordPr真人在线体育投注ess无手机网投插件外部链接自动添加nofollow标签Bitcoin had a controversial week in terms of price movements, as it slumped to a ten-day low and jum...
阅读更多