WordPress无极速赛车官网插件pg麻将胡了中几十万外部链接自动添加nofollow标签
当然我们也可以通过代码实现无插件添加方法。有时内容会引用或分享一些外部链接地址,
有些外部链接是没有加Nofollow标签,如果手动极速赛车官网每个链接加入是很麻烦,pg麻将胡了中几十万可以直接找一些wordpress插件安装。在wordpress写文章时,这样所有的外部链接就会自动加上nofollow标签。在技术极速赛车官网pg麻将胡了中几十万strong>层面是有传递出去权重。严格要求的话是需要在外部链接全部加上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标签功能。
- 最近发表
- 随机阅读
-
- OpenAI与Jony Ive联手打造AI硬件:未来科技饰品,明年亮相?
- wordpress评论者链接在新窗口打开
- html5响应式时间轴页面模板大全
- 40万m³/d!看上海城投水务泰和污水处理厂的领跑者标杆实践
- 图片/书本的文字如何快速提取(复制)?
- WordPress时光轴图片主题Scopic2.0
- 烟雨开源图床系统源码v2.1下载
- wordpress仿微博个人博客主题tongleer
- 小米新品米家毛球修剪器:超长续航,剃毛不误,仅售49.9元,实用又经济
- dedecms添加文章时禁止自动提取关键字
- QQ互联申请接入qq登录APPID与APPKey方法
- 米家智能鱼缸,超值好价!远程投喂+半年免换水,养鱼新体验
- wordpress主题导航菜单添加小图标
- qq音乐mp3带歌词播放器源码
- html5网页底部mp3音乐播放器代码
- 免费简单图床EasyImages2.0源码
- WordPress文章历史修订版本与自动草稿保存问题
- jQuery粉色个性侧边悬浮音乐播放器插件
- 鼠标经过文字显示隐藏图片css样式
- wordpress(大前端)DUX主题v5.0模板下载
- 搜索
-
- 友情链接
-