您现在的位置是:WordPr南宫·NG体育ess无电子爆分插件外部链接自动添加nofollow标签 >>正文
WordPr南宫·NG体育ess无电子爆分插件外部链接自动添加nofollow标签
拔十得五网2693人已围观
简介可以直接找一些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 文件中,严格要求的话是需要在外部链接全部加上nofollow标签。在技术层电子爆分面是有传递出去权重。南宫·NG体育如果手动每个链接加入是很麻烦,当然目前一些wordpress主题设置有这个nofollow标签功能。
在wordpress写文章时,**
Tags:
相关文章
dedecms上传图片302error错误解决方法
WordPr南宫·NG体育ess无电子爆分插件外部链接自动添加nofollow标签dedecms上传图片302error错误解决方法。在用织梦dedecms搭建网站后台发布文章上传图片时,会弹出了一个“302”,并且出现一个红色“error”的图片错误(如下图)。百度一下,找到了解...
阅读更多
JavaScript流程控制语句
WordPr南宫·NG体育ess无电子爆分插件外部链接自动添加nofollow标签ECMA-262规定了一组流程控制语句。语句定义了ECMAScript中的主要语法,语句通常由一个或者多个关键字来完成给定的任务。诸如:判断、循环、退出等。一、语句的定义在ECMAScript中,所有...
阅读更多
大旗发帖助手下载/使用教程
WordPr南宫·NG体育ess无电子爆分插件外部链接自动添加nofollow标签大旗发帖助手是一个多次粘贴复制工具,能够快速粘贴文本的编辑发帖助手,软件功能强大,可以多个自定义快捷键,能够自定义黏贴内容,当你每天重复大量相同文本录入的时候本软件可以减轻你的负担,让你快捷的输入文本...
阅读更多