您现在的位置是:WordPre北京k10赛车下载appss无澳门庄闲网站游戏插件外部链接自动添加nofollow标签 >>正文
WordPre北京k10赛车下载appss无澳门庄闲网站游戏插件外部链接自动添加nofollow标签
不厌其烦网8人已围观
简介当然我们也可以通过代码实现无插件添加方法。在wordpress写文章时,在技术层面是有传递出去权重。这样所有的外部链接就会自动加上nofollow标签。如果手动澳门庄闲网站游戏每个链接加入是很麻烦,可...
当然我们也可以通过代码实现无插件添加方法。
在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 文件中,
Tags:
相关文章
Lsky Pro兰空图床免费源码
WordPre北京k10赛车下载appss无澳门庄闲网站游戏插件外部链接自动添加nofollow标签Lsky Pro(兰空图床)开源版v2.1是一款功能丰富的在线图片上传和管理工具。你可以将它作为个人云相册,也可以用作写作贴图库。兰空图床始于2017年10月,最早的版本由ThinkPHP 5开发,后...
阅读更多
酷炫html5 canvas全屏背景动画代码
WordPre北京k10赛车下载appss无澳门庄闲网站游戏插件外部链接自动添加nofollow标签酷炫html5 canvas全屏背景动画特效演示,7种酷炫的全屏背景动画,html5背景动画。酷炫背景动画特效代码素材<!DOCTYPE html><html ><hea...
阅读更多
博客屋网址导航自适应主题php源码v1.0
WordPre北京k10赛车下载appss无澳门庄闲网站游戏插件外部链接自动添加nofollow标签博客屋网址导航自适应主题php源码v1.0是一个以PHP+MySQL进行开发的网址导航源码。模板源码后台开源无加密,可二次开发,前端响应式自适应多端屏幕。主题源码适合个人建站技术,个人博客论坛,个人日...
阅读更多