您现在的位置是:WordPress无麻将pg插件外部链接自动添加nofollow标签真人澳门投注网 >>正文
WordPress无麻将pg插件外部链接自动添加nofollow标签真人澳门投注网
炼石补天网25233人已围观
简介当然我们也可以通过代码实现无插件添加方法。当然目前一些wordpress主题设置有这个nofollow标签功能。//文章自动nofollowadd_filter( 'the_content&...
当然我们也可以通过代码实现无插件添加方法。当然目前一些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 文件中,可以直接找一些wordpress插件安装。在技术层麻将pg面是有传递出去权重。真人澳门投注网
在wordpress写文章时,如果手动每个链接加入是很麻烦,严格要求的话是需要在外部链接全部加上nofollow标签。这样所有的外部链接就会自动
Tags:
相关文章
html+js简洁的音乐播放器,总有一款适合你
WordPress无麻将pg插件外部链接自动添加nofollow标签真人澳门投注网经常在一些个人博客网站中看到各种各样的音乐播放器,它可以让你在阅读文章的同时欣赏唯美的音乐。HTML5标准的出现,使得在网页中嵌入音乐播放器变得十分简单,你可以直接在HTML页面中使用<audi...
阅读更多
boke字母拼音是什么意思?
WordPress无麻将pg插件外部链接自动添加nofollow标签真人澳门投注网boke字母拼音是什么意思?boke在互联网中文含义为“博客”即网络日志,英文为blog,后来博客衍生出了一句话博客,即时下流行的微博,微博的流行程度不用多说。boke.com域名是个极品双拼域名,运...
阅读更多
石头P20 Pro 上下水版,18500pa吸力再降2248元,真实力更实惠
WordPress无麻将pg插件外部链接自动添加nofollow标签真人澳门投注网标题:石头P20 Pro 上下水版:吸力18500Pa,真实力更实惠随着科技的进步,智能家居已经成为越来越多家庭的选择。其中,扫拖机器人作为一款集成了人工智能和机器人技术的产品,已经成为了家庭清洁的得...
阅读更多