WordPress无南宫·NG体育插件外部链接自动添加nofollow标签pc28加拿大官网在线预测网址
严格要求的话是需要在外部链接全部加上nofollow标签。有时内容会引用或分享一些外部链接地址,当然我们也可以通过代码实现无插件添加方法。当然目前一些wordpress主题设置有这个nofollow标签功能。**南宫·NGpc28加拿大官网在线预测网址体育****这样所有的外部链接就会自动加上nofollow标签。有些外部链接是没有加Nofollow标签,如果手动每个链接加入是很麻烦,在技术层面是有传递出去权重。南宫·NG体育pc28加拿大官网在线预测网址可以直接找一些wordpress插件安装。 在wordpress写文章时, 添加到当前主题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;}
- 最近发表
- 随机阅读
-
- jquery实现网站侧边栏社交分享按钮
- PHP二维码在线制作生成网站源码
- 35dir网站分类目录源码v2.2(纯净版)
- HTML+JavaScript创建响应式404页面
- HTML+JavaScript创建响应式404页面
- 40万m³/d!看上海城投水务泰和污水处理厂的领跑者标杆实践
- HTML5+three实现3D酷炫拼魔方游戏代码
- Favicon网站图标抓取API接口php源码
- 天猫精灵:跨设备连接领跑行业,品类覆盖引领消费新潮
- BTC Maintains $70K Despite Heightened GBTC Outflows, WIF Plummets Again (Market Watch)
- WordPress插件Redirection 301重定向跳转
- 浏览器网页上的图片如何批量保存下载?
- 帝国cms7.5登录密码忘记多次登录失败被锁解决办法
- WordPress网站外链添加GO跳转提示代码
- 网站网页内容文字禁止复制如何解决?
- Lsky Pro兰空图床免费源码
- 小米米家智能香氛机套装植萃系列:低成本高品质,打造清新家居环境
- 卡通海底潜艇404页面动画特效
- WHOIS域名信息查询php源码
- WordPress插件Ultimate Category Excluder排除分类文章
- 搜索
-
- 友情链接
-