WordPress无极速赛车官网插件pg麻将胡了中几十万外部链接自动添加nofollow标签
有些外部链接是没有加Nofollow标签,如果手动每个链接加入是很麻烦,在技术层面是有传递出去权重。可以直接找一些wordpress插件安装。**极速赛车官网****pg麻将胡了中几十万严格要求的话是需要在外部链接全部加上nofollow标签。当然目前一些wordpress主题设置有这个nofollow标签功能。当然我们也可以通过代码实现无插件添加方法。$$$$$极速赛车官网pg麻将胡了中几十万trong>$在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标签。有时内容会引用或分享一些外部链接地址,
- 最近发表
- 随机阅读
-
- favicon.ico图片在线制作PHP源码
- SEO优化文章内容的9个技巧
- 个人网站文章撰写建议及规范
- HTML5全民飞机大战网页小游戏源码
- WordPress多功能新闻积分商城主题LensNews2.2
- javascript网页mp3音乐播放器列表代码
- html+js简洁的音乐播放器,总有一款适合你
- HTML5表单元form(一)
- 圣诞节幽灵404页面代码
- 爱奇艺qsv/腾讯视频qlv/优酷视频kux格式转换MP4
- CSS3流体多列布局columns属性
- wppay免登录付费查看隐藏内容/付费资源下载
- WordPress上传文件尺寸超过php.ini限制解决方法
- 易优eyoucms模板源码安装教程
- 小米米家扫拖机器人 M40 S 国补后立打7折:从高价到低价,实惠与实用并存
- favicon.ico图片在线制作PHP源码
- B站视频下载软件工具推荐
- 打破国际垄断!碧水源推动医药膜国产化替代
- 站长搭建个人博客网站的N个理由
- CSS3变形效果transform
- 搜索
-
- 友情链接
-