WordPre巅峰国际下载入口ss无在线网投app插件外部链接自动添加nofollow标签
当然目前一些wordpress主题设置有这个nofollow标签功能。有时内容会引用或分享一些外部链接地址,有些外部链接是没有加Nofollow标签,可以直接找一些wordpress插件安装。 在wordp巅峰国际下载入口ress写文章时,在线网投app当然我们也可以通过代码实现无插件添加方法。 添加到当前主题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;}
- 最近发表
- 随机阅读
-
- wordpress响应式瀑布流博客主题snow
- 个人博客主页如何做网站优化
- 帝国CMS列表页分页标题设置页码
- 个人网站有赞云支付接口申请方法
- WordPress博客分类目录内容不在首页显示方法
- wordrpess文章链接如何301重定向
- 华为新款智能手表WATCH 5将与Pura 80系列手机携手亮相,科技与时尚的完美融合
- 网站优化之百度快照更新分析
- 小米户外摄像头大升级:500万像素3K画质,高清看得见,199元带回家
- WordPress外链图片插件Featured Image from URL
- 2024龙年除夕跨年烟花html代码大全
- 2024黄色闪电404错误页面代码
- 飞牛fnOS系统虚拟机迎来v0.9.0更新,新增安装镜像支持,从此告别繁琐安装
- 圣诞节幽灵404页面代码
- 浏览器屏蔽广告插件广告终结者
- WordPress二次元动漫图片主题MX3.14
- 66toolkit在线查询工具箱v16.00英文版
- 2024龙年除夕跨年烟花html代码大全
- BTC Maintains $70K Despite Heightened GBTC Outflows, WIF Plummets Again (Market Watch)
- CSS文本样式text
- 搜索
-
- 友情链接
-