WordPress无问鼎下载链接插件外部链接自动添加nofollow标签pc28在哪玩
在wordpress写文章时, 添加到当前主题Funcions.php 文件中,如果手动每个链接加入是很麻烦,当然目前一些wordpress主题设置有这个nofollow标签功能。在技术层问pc28在哪玩鼎下载链接面是有传递出去权重。//文章自动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;}
- 最近发表
- 随机阅读
-
- WHOIS域名信息查询php源码
- 圣诞节幽灵404页面代码
- 网站优化之百度快照更新分析
- jquery图片无缝滚动代码T字形无缝滚动效果
- 圣诞节幽灵404页面代码
- 酷炫无比的无穷隧道3d特效
- CSS背景background样式属性设置
- 松下杭州新公司:家居科技巨擘揭秘10亿日元投资,智能家居新时代即将来临
- 个人博客网站如何实现https重定向(301)到http
- 宝塔面板设置301重定向不保留URI参数问题
- B站视频下载软件工具推荐
- jQuery弹出层页面社交分享代码
- 微博图片显示403无法打开如何解决?
- 网站网页内容文字禁止复制如何解决?
- WordPress网站外链添加GO跳转提示代码
- 织梦dedecms tag伪静态提示信息,系统无此tag
- wordpress M1主题(精仿唬嗅网v2.3)/新闻网站模板/cms模板
- jquery css3图片翻转3D动画切换特效代码
- jquery图片无缝滚动代码T字形无缝滚动效果
- js实现手机访问网页自动跳转到手机移动页面
- 搜索
-
- 友情链接
-