WordPress无扎金花插件外部官方在线网投链接自动添加nofollow标签
有时内容会引用或分享一些外部链接地址,有些外部链接是没有加Nofollow标签, 在wordpress写文章时,可以直接找一些wordpress插件安装。这样所有的外部链接就会自动加上n官方在线网投ofollow标签。扎金花当然我们也可以通过代码实现无插件添加方法。 添加到当前主题Funcions.php 文件中,严格要求的话是需要在外部链接全部加上nofollow标签。当然目前一些w官方在线网投扎金花ordpress主题设置有这个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;}
- 最近发表
- 随机阅读
-
- CSS背景background样式属性设置
- Crypto Markets Add $70 Billion Daily as Bitcoin (BTC) Soars Past $71K (Market Watch)
- WordPress文章历史修订版本与自动草稿保存问题
- 个人网站/公司logo标志免费在线制作
- python程序实现域名备案信息查询
- wordpress免费插件Math Captcha简单数学验证码
- CSS结构性伪类/UI伪类/动态伪类/选择器
- HTML网页植物大战僵尸源码分享
- python程序实现域名备案信息查询
- wordpress/帝国cms配置https(SSL)无法登录后台
- 健康能量评估神器荣耀手表 Fit正式发布:轻享运动健康,499元起,你准备好了吗?
- 大学生情人节520表白html源代码大全
- 小米米家洗衣机Pro蓝氧新上市:洗净比高达1.27,仅需1367元起,省钱又实用!
- 帝国cms7.5登录密码忘记多次登录失败被锁解决办法
- WordPress博客分类目录内容不在首页显示方法
- B站视频下载软件工具推荐
- html5简洁瀑布流布局网页模板
- wordpress免费插件Math Captcha简单数学验证码
- 电脑本地搭建dedecms/帝国cms个人网站教程
- 23亿!武汉青山区(化工区)北湖绿城EOD项目实施主体征求意见
- 搜索
-
- 友情链接
-