WordPress无赛车彩票平台app财富插件外部链接自动添加nofollow标签
有时内容会引用或分享一些外部链接地址,在技术层面是有传递出去权重。有些外部链接是没有加Nofollow标签,这样所有的外部链接就会自动加上nofollow标签。严格要求的话是需要在外部链接全部加上nofollow标签。赛车彩票平台app财富
//文章自动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 文件中,当然目前一些wordpress主题设置有这个nofollow标签功能。当然我们也可以通过代码实现无插件添加方法。**赛车彩票平台app财富****可以直接找一些wordpress插件安装。如果手动每个链接加入是很麻烦,
在wordpress写文章时,
- 最近发表
- 随机阅读
-
- 阿里云虚拟主机SSL证书部署(https配置)
- wordrpess文章链接如何301重定向
- WordPress二次元动漫图片主题MX3.14
- wordpress搭建网站不足之处/缺点
- CSS3变形效果transform
- CSS3过渡效果transition
- JavaScript语法构成/关键字保留字及变量
- 8款CSS3鼠标滑过图片动画特效代码
- 个人网站文章撰写建议及规范
- dedecms实现tag标签伪静态方法
- json在线工具箱优化版源码
- wordpress插件Bing URL Submissions网址自动提交到必应
- wordpress搭建网站不足之处/缺点
- fiddler2抓包工具中文汉化版下载
- 纯CSS实现超精美月兔404页面代码
- favicon.ico图片在线制作PHP源码
- dedecms仿站之list
- js实现手机访问网页自动跳转到手机移动页面
- WordPress文章图片URL链接地址批量替换
- 帝国cms如何实现文章内容代码高亮
- 搜索
-
- 友情链接
-