WordPress无问鼎下载赛车彩票平台app财富入口苹果iOS插件外部链接自动添加nofollow标签
这样所有的外部链接就会自动加上nofollow标签。有时内容会引用或分享一些外部链接地址,在技术层面是有传递出去权重。有些外部链接是没有加Nofollow标签,当然我们也可以通过代码实现无插件添加方法。 在wordpress写文章时, 添加到当前主题Funcions.php 文件中,//文章自动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;}
- 最近发表
- 随机阅读
-
- dedecms仿站之index.htm(主页模板)标签介绍
- 纸张撕裂404错误页面动画效果
- 华为发布HUAWEI Pura 80系列 王者归位再次引领移动影像未来
- 优酷/爱奇艺/腾讯vip视频在线解析
- 微软Microsoft Edge Image Editor扩展如何关闭?
- 宝塔面板MySQL数据库自动重启设置
- 仿今日头条图片轮播js特效/焦点幻灯代码
- WordPress插件Simple 301 Redirects重定向v2.0.9
- 小米米家洗衣机Pro蓝氧新上市:洗净比高达1.27,仅需1367元起,省钱又实用!
- 仿今日头条图片轮播js特效/焦点幻灯代码
- 微软Microsoft Edge Image Editor扩展如何关闭?
- 个人网站分类目录内容管理系统源码下载
- 站长搭建个人博客网站的N个理由
- fiddler2抓包工具中文汉化版下载
- 微软Microsoft Edge Image Editor扩展如何关闭?
- 创意的404错误页面模板报错设计
- WordPress时光轴图片主题Scopic2.0
- css如何清除浮动clear与float
- jQuery实现全屏图片滑块焦点图动画
- 5月30日,全新雷神Aura AI智能拍摄眼镜预约开启,颠覆你的摄影体验!
- 搜索
-
- 友情链接
-