WordPress无pg电子娱乐官网入口开元ky888棋牌官网版插件外部链接自动添加nofollow标签
如果手动每个链接加入是很麻烦,可以直接找一些wordpress插件安装。严格要求的话是需要在外部链接全部加上nofollow标签。 在wordpress写文章时,当然我们也可pg电子娱乐官网入口以通过代码实现无插件添加方法。开元ky888棋牌官网版在技术层面是有传递出去权重。有些外部链接是没有加Nofollow标签,当然目前一些wordpress主题设置有这个nofollow标签功能。 添加到当前主题Funcions.php 文件中,有时内容会引用或分享一些外部链接地址,这样所有的外部链接就会自动加上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*"/'; pg电子娱乐开元ky888棋牌官网版官网入口 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;}
- 最近发表
- 随机阅读
-
- WordPress主题特色图片(缩略图)不显示原因
- jquery图片轮播展示带文字带缩略图代码
- 5月30日,全新雷神Aura AI智能拍摄眼镜预约开启,颠覆你的摄影体验!
- jquery图片轮播展示带文字带缩略图代码
- 网站网页内容文字禁止复制如何解决?
- WordPress插件Redirection 301重定向跳转
- jquery实现网站侧边栏社交分享按钮
- Favicon网站图标抓取API接口php源码
- 酷炫html5 canvas全屏背景动画代码
- 宝塔Linux面板地址/用户名密码忘记找回方法
- 35dir网站分类目录源码v2.2(纯净版)
- WordPress音乐主题Always1.8使用教程
- SEO域名外链生成工具PHP源码
- UNI Slumps 17% Following SEC Developments, BTC, ETH, DOGE, TON on the Rise (Market Watch)
- wordpress隐藏文章部分内容需要注册登录后可见
- jQuery网页底部左侧mp3音乐播放器悬浮插件
- js实现手机访问网页自动跳转到手机移动页面
- 酷炫html5 canvas全屏背景动画代码
- HTML5实现人工智能中国象棋网页小游戏
- WordPress时光轴图片主题Scopic2.0
- 搜索
-
- 友情链接
-