WordPress无科普指南盘点: AG真人手机投问鼎pg电子娱乐平台下载地址注客户端插件外部链接自动添加nofollow标签
如果手动每个链接加入是很麻烦,在技术层面是有传递出去权重。 在wordpress写文章时,有些外部链接是没有加Nofollow标签,这样所有的外部链接就会自动加上nofoll问鼎pg电子娱乐平台下载地址ow标签。科普指南盘点: AG真人手机投注客户端
//文章自动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标签。
-
上一篇
-
下一篇
- 最近发表
- 随机阅读
-
- 太空动态404错误页面html代码
- html5响应式时间轴页面模板大全
- jquery实现网站侧边栏社交分享按钮
- 帝国CMS列表页分页标题设置页码
- php在线搜索音乐播放器源码
- 米家智能鱼缸,超值好价!远程投喂+半年免换水,养鱼新体验
- Crypto Markets Add $70 Billion Daily as Bitcoin (BTC) Soars Past $71K (Market Watch)
- Crypto Markets in Retreat: BTC Losses $70K, WIF Plummets 11% Daily (Market Watch)
- 织梦dedecms文章内容如何批量替换
- 个人网站如何选择关键词
- Crypto Markets Add $70 Billion Daily as Bitcoin (BTC) Soars Past $71K (Market Watch)
- 图片/书本的文字如何快速提取(复制)?
- QQ空间心情说说日志类网站织梦模板(带手机端)
- 大疆新款扫地机器人即将揭秘:别再忍耐,让尘埃落定!
- html5网页底部mp3音乐播放器代码
- WordPress添加QQ/微博登录Erphplogin插件
- 圆形滚动404动画页面特效
- WordPress动漫图片主题cxudy0.2下载
- 圆形滚动404动画页面特效
- 纸张撕裂404错误页面动画效果
- 搜索
-
- 友情链接
-