WordPress无华体育官网app下载入口插件外部链接自动添加nofollow标签科普指南盘点: AG真人手机投注客户端
有些外部链接是没有加Nofollow标签,可以直接找一些wordpress插件安装。有时内容会引用或分享一些外部链接地址, 在wordpress写文章时,在技术层科普指南盘点: AG真人手机投注客户端>华体育官网app下载入口面是有传递出去权重。这样所有的外部链接就会自动加上nofollow标签。当然目前一些wordpress主题设置有这个nofollow标签功能。当然我们也可以通过代码实现无插件添加方法。 添加到当前主题Funcions.php 文件中,科普指南盘点: AG真人手机投注客户端//文章自动nofollowadd_filter( 'the_content', 'tin_seo_wl');function tin_seo_wl( $content ) { $regexp = "<a\s[^>]*href=(\"??)([^\" >]*?)\\1[^>]*>"; if(preg华体育官网app下载入口_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;}
- 最近发表
- 随机阅读
-
- DV单域名免费试用ssl证书申请收费
- css如何清除浮动clear与float
- web前端HTML超级链接属性
- WordPress主题wpdx响应式CMS/Blog双布局v3.6
- 通过PhpMyAdmin找回wordpress登录密码
- jQuery网页底部左侧mp3音乐播放器悬浮插件
- wordpress简洁单栏个人博客模板
- 小米户外摄像头大升级:500万像素3K画质,高清看得见,199元带回家
- 酷炫无比的无穷隧道3d特效
- 网站域名要不要申请使用SSL证书(https)
- wordpress博客网站QQ/微博快速登录插件Foxlogin
- These Crypto Assets Dumped the Most as the Total Market Cap Shed Over $200B (Weekend Watch)
- html5常用标签定义及使用说明
- 创意的404错误页面模板报错设计
- CSS文本样式text
- 仿新浪微博个人主页html网站模板
- fiddler2抓包工具中文汉化版下载
- wordpress禁用古腾堡区块内容编辑器方法
- 织梦DedeCMS图集发布图片调用外链方法
- 创意的404错误页面模板报错设计
- 搜索
-
- 友情链接
-