WordPress无北京k1赏金赚钱app0赛车下载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写文章时,如果手动
- 最近发表
- 随机阅读
-
- 个人博客网站空间服务器选择
- 烟雨开源图床系统源码v2.1下载
- 个人博客主页如何做网站优化
- WordPress提示缺少临时文件夹错误原因
- SEO如何分析网站
- json在线工具箱优化版源码
- WordPress图片主题Lovephoto2.0.2分享
- 松下杭州新公司:家居科技巨擘揭秘10亿日元投资,智能家居新时代即将来临
- OpenAI与Jony Ive联手打造AI硬件:未来科技饰品,明年亮相?
- 创意的分割线404错误页面代码
- wordrpess文章链接如何301重定向
- wordpress未能与站点联系致命错误,PHP修改被回滚
- 常用SEO命令/站长工具使用
- WordPress无插件外部链接自动添加nofollow标签
- json在线工具箱优化版源码
- CSS文本样式字体font
- 搜索引擎搜索关键词的标题与链接如何提取?
- 电脑本地搭建dedecms/帝国cms个人网站教程
- 经典90版html坦克大战小游戏代码
- CSS通用/元素/ID/类/子/伪元素选择器
- 搜索
-
- 友情链接
-