WordPress无九游娱乐下载链接插件外部链接自动添加nofollow标签真人澳门投注网
有时内容会引用或分享一些外部链接地址, 在wordpress写文章时,可以直接找一些wordpress插件安装。这样所有的外部链接就会自动加上nofollow标签。在技术层九游娱乐下载链接面是有传递出去权重。真人澳门投注网
//文章自动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 文件中,
- 最近发表
- 随机阅读
-
- 网站被IP频繁访问(阿里主机887timed out)
- 网站被IP频繁访问(阿里主机887timed out)
- HTML5 audio如何实现播放多个MP3音频
- WordPress无插件外部链接自动添加nofollow标签
- 个人网站dedecms设置URL绝对路径/地址
- HTML5表单元input(二)
- wordpress如何防止垃圾评论/回复
- css样式float浮动后,父元素塌陷解决方法
- SEO优化文章内容的9个技巧
- Excel表格批量提取文字上的超链接
- 利用excel分析IIS服务器日志
- CSS3变形效果transform
- javascript一元运算符与算术运算符
- wordpress简约清新范博客主题Pinghsu
- wordpress博客新闻杂志主题SimultLite
- wordpress主题导航菜单添加小图标
- 个人网站如何选择关键词
- dedecms仿站之index.htm(主页模板)标签介绍
- wordpress简约清新范博客主题Pinghsu
- 个人博客网站日志404状态码分析
- 搜索
-
- 友情链接
-