WordPress无kai云体育app手机下网投真人实体靠谱平台载插件外部链接自动添加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 文件中,严格要求的话是需要在外部链接全部加上nofollow标签。
在wordpress写文章时,有些外部链接是没有加Nofollow标签,当然我们也可以通网投真人实体靠谱平台过代码实现无插件添加方法。kai云体育app手机下载
这样所有的外部链接就会自动加上nofollow标签。可以直接找一些wordpress插件安装。有时内容- 最近发表
- 随机阅读
-
- Favicon网站图标抓取API接口php源码
- 5月30日,全新雷神Aura AI智能拍摄眼镜预约开启,颠覆你的摄影体验!
- 小米米家扫拖机器人 M40 S 国补后立打7折:从高价到低价,实惠与实用并存
- 搜索引擎搜索关键词的标题与链接如何提取?
- 阿里云虚拟主机:网站木马查杀与数据自动备份
- wordpress M1主题(精仿唬嗅网v2.3)/新闻网站模板/cms模板
- JavaScript实现页面跳转方法大全
- 小米推出15周年纪念版智能手表:eSIM独立联网,自研玄戒T1芯片,仅售1299元,惊喜体验等你来!
- 大学生情人节520表白html源代码大全
- dedecms织梦5.7仿站视频教程(中级上部)
- 面壁智能与易来联手打造:颠覆性AI家居中枢,纯端侧AI智慧屏引领未来家居新潮流
- SEO优化文章内容的9个技巧
- dedecms漂亮美女图片网站模板v1.1
- WordPress评论头像无法显示 解决gravatar头像被屏蔽
- CSS颜色color与度量单位em
- WordPress主题特色图片(缩略图)不显示原因
- CSS通用/元素/ID/类/子/伪元素选择器
- 织梦dedecms修改文章,时间不变的方法
- wordpress提示function.call
- html5网页底部mp3音乐播放器代码
- 搜索
-
- 友情链接
-