WordPress无问鼎下在线网投app载安装app插件外部链接自动添加nofollow标签
当然我们也可以通过代码实现无插件添加方法。在技术层面是有传递出去权重。有些外部链接是没有加Nofollow标签,当然目前一些wordpress主题设置有这个nofollow标签功能。*****在线网投app*问鼎下载安装app有时内容会引用或分享一些外部链接地址, 在wordpress写文章时,可以直接找一些wordpress插件安装。如果手问鼎下在线网投app载安装app动每个链接加入是很麻烦, 添加到当前主题Funcions.php 文件中,严格要求的话是需要在外部链接全部加上nofollow标签。这样所有的外部链接就会自动加上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;}
-
上一篇
-
下一篇
- 最近发表
-
- wordpress个人网站category分类目录链接301跳转
- 泰达股份拟出售扬州万运100%股权聚焦生态环保主业
- dedecms织梦5.7仿站视频教程(初级下部)
- 35dir网站分类目录源码v2.2(纯净版)
- web前端HTML超级链接属性
- These Crypto Assets Dumped the Most as the Total Market Cap Shed Over $200B (Weekend Watch)
- javascript关系运算符与逻辑运算符
- 大疆新款扫地机器人即将揭秘:别再忍耐,让尘埃落定!
- DedeCMS织梦从入门到精通建站(仿站)视频教程全集
- html5+css3制作音乐列表播放器源码
- 随机阅读
-
- Crypto Markets in Retreat: BTC Losses $70K, WIF Plummets 11% Daily (Market Watch)
- jQuery粉色个性侧边悬浮音乐播放器插件
- 40万m³/d!看上海城投水务泰和污水处理厂的领跑者标杆实践
- (dedecms)mysql数据库表前缀批量替换修改
- BTC Maintains $70K Despite Heightened GBTC Outflows, WIF Plummets Again (Market Watch)
- dedecms漂亮美女图片网站模板v1.1
- favicon.ico图片在线制作PHP源码
- WordPress插件Ultimate Category Excluder排除分类文章
- web前端HTML超级链接属性
- 卡通男女电筒404错误页面动画
- wordpress禁用古腾堡区块内容编辑器方法
- WordPress插件Ultimate Category Excluder排除分类文章
- 搜索引擎的工作原理(三)
- HTML5 audio如何实现播放多个MP3音频
- 打破国际垄断!碧水源推动医药膜国产化替代
- 个人网站分类目录内容管理系统源码下载
- Lsky Pro兰空图床免费源码
- 纸张撕裂404错误页面动画效果
- 苹果酝酿智能家居新布局?'homeOS'商标申请引发热议
- js实现手机访问网页自动跳转到手机移动页面
- 搜索
-
- 友情链接
-