您现在的位置是:WordPre网上正规ag平台ss无Kaiyun体育登录入口插件外部链接自动添加nofollow标签 >>正文
WordPre网上正规ag平台ss无Kaiyun体育登录入口插件外部链接自动添加nofollow标签
升官发财网5147人已围观
简介严格要求的话是需要在外部链接全部加上nofollow标签。有些外部链接是没有加Nofollow标签,有时内容会引用或分享一些外部链接地址,当然目前一些worKaiyun体育登录入口dpress主题设置...
严格要求的话是需要在外部链接全部加上nofollow标签。有些外部链接是没有加Nofollow标签,有时内容会引用或分享一些外部链接地址,当然目前一些wor<网上正规ag平台strong>Kaiyun体育登录入口dpress主题设置有这个nofollow标签功能。如果手动每个链接加入是很麻烦,当然我们也可以通过代码实现无插件添加方法。这样所有的外部链接就会自动加上nofollow标签。可以直接找Kaiyun体育登录入口网上正规ag平台一些wordpress插件安装。
//文章自动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写文章时,在技术层面是有传递出去权重。
Tags:
相关文章
wordpress博客网站访问速度慢因素
WordPre网上正规ag平台ss无Kaiyun体育登录入口插件外部链接自动添加nofollow标签不知道站长有没有这样的体验,在访问网站的时候,很长时间才能打开。如果网站搞个什么活动,同一时间几十个人同时访问网站,网站就给挂了。时间就是金钱,网站访问速度直接关系到现在最热门的SEO优化知识,也是在...
阅读更多
WordPress主题wpdx响应式CMS/Blog双布局v3.6
WordPre网上正规ag平台ss无Kaiyun体育登录入口插件外部链接自动添加nofollow标签WordPress 博客/杂志/CMS主题wpdx是一款付费的主题,由WordPress大学 www.wpdaxue.com 进行销售。wpdx主题分为横向布局(主菜单在左边)和垂直布局(主菜单在上方...
阅读更多
百度搜索引擎搜索查询的表现形式
WordPre网上正规ag平台ss无Kaiyun体育登录入口插件外部链接自动添加nofollow标签http://www.baidu.com/baidu?word=seo&tn=ichuner_4_pg&ie=utf-8wd--查询的关键词(Keyword)pn--显示结果的页数(Page Numb...
阅读更多