WordPre赏金游app官网下载ss无hth网页版在线登录入口插件外部链接自动添加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主题设置有这个nofollow标签功能。严格要求的话是需赏金游app官网下载>hth网页版在线登录入口要在外部链接全部加上nofollow标签。有些外部链接是没有加Nofollow标签,如果手动每个链接加入是很麻烦,在技术层面是有传递出去权重。$$$$$- 最近发表
- 随机阅读
-
- wordpress禁止加载图片属性srcset和sizes
- 新浪微博主页侧边栏跟随页面滚动代码
- CSS3流体多列布局columns属性
- dedecms织梦5.7仿站视频教程(中级上部)
- HTML+JavaScript创建响应式404页面
- 35dir网站分类目录源码v2.2(纯净版)
- CSS3过渡效果transition
- PHPnow安装服务[apache
- 帝国CMS列表页分页标题设置页码
- 新年春节网页顶部两侧挂灯笼祝福代码
- wordpress搬家后上传图片出现错误
- 虚拟主机导入MySQL出现Unknown character set:utf8mb4
- WordPress评论头像无法显示 解决gravatar头像被屏蔽
- WordPress上传文件自动实重命名代码
- JavaScript实现页面跳转方法大全
- 搜索引擎的工作原理(四)
- dedecms织梦5.7仿站视频教程(初级下部)
- DedeCMS织梦从入门到精通建站(仿站)视频教程全集
- wordpress如何防止垃圾评论/回复
- mp3音乐app界面js设计模板
- 搜索
-
- 友情链接
-