WordPressag真人在线投注无问鼎下载入口苹果iOS官方版-问鼎下载入口苹果插件外部链接自动添加nofollow标签
有时内容会引用或分享一些外部链接地址, 在wordpress写文章时,严格要求的话是需要在外部链接全部加上nofollow标签。当然我们也可以通过代码实现无插件添加方法。有些外部链接是没有ag真人在线投注加Nofollow标签,问鼎下载入口苹果iOS官方版-问鼎下载入口苹果可以直接找一些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 文件中,
- 最近发表
- 随机阅读
-
- DOGE, WIF Emerge as Today's Top Performers, BTC Aims at $70K (Weekend Watch)
- JavaScript什么是正则表达式var
- CSS3浏览器前缀和长度单位rem
- web前端JavaScript介绍
- HTML5中CSS层叠样式表
- (dedecms)mysql数据库表前缀批量替换修改
- dedecms仿站之index.htm(主页模板)标签介绍
- jquery实现网站侧边栏社交分享按钮
- DOGE, WIF Emerge as Today's Top Performers, BTC Aims at $70K (Weekend Watch)
- CSS盒模型内边距padding外边距margin
- 去掉织梦cms底部的Powered by DedeCms
- Centos7 mysql自动重启(定时检测mysql运行状态)命令
- SEO网站优化之URL的写法
- 呆错免费开源图床系统源码
- WordPress提示缺少临时文件夹错误原因
- WordPress多功能免费主题Git(乐趣公园)下载
- HTML5表单元select(三)
- (dedecms)mysql数据库表前缀批量替换修改
- WordPress博客网站301重定向的两种方法
- web前端CSS传统布局position属性
- 搜索
-
- 友情链接
-