您现在的位置是:WordPre赏金游app官网下载ss无hth网页版在线登录入口插件外部链接自动添加nofollow标签 >>正文
WordPre赏金游app官网下载ss无hth网页版在线登录入口插件外部链接自动添加nofollow标签
鸣冤叫屈网6人已围观
简介可以直接找一些wordpress插件安装。//文章自动nofollowadd_filter( 'the_content', 'tin_seo_wl');func...
可以直接找一些wordpress插件安装。
//文章自动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 文件中,有时内容会引用或分享一些外部链接地址,在技术层面是有传递出去权重。如果手动赏金游app官网下载>hth网页版在线登录入口每个链接加入是很麻烦,当然目前一些wordpress主题设置有这个nofollow标签功能。有些外部链接是没有加Nofollow标签,这样所有的外部链接就会自动加上nofollow标签。当然我们也赏金游app官网下载trong>hth网页版在线登录入口可以通过代码实现无插件添加方法。严格要求的话是需要在外部链接全部加上nofollow标签。
在wordpress写文章时,
Tags:
相关文章
html5网页底部mp3音乐播放器代码
WordPre赏金游app官网下载ss无hth网页版在线登录入口插件外部链接自动添加nofollow标签html5网页底部mp3音乐播放器代码.悬浮在网页底部的html5 mp3音乐播放器,支持列表歌曲选择和多首歌随机播放,带歌手头像和歌名显示效果。可以添加在个人网站的底部,歌曲可修改继续添加---在线...
阅读更多
DedeCMS Error Warning提示解决方法
WordPre赏金游app官网下载ss无hth网页版在线登录入口插件外部链接自动添加nofollow标签用dedecms建站的朋友都知道,有时候打开网站会出现如下信息(下图):DedeCMS Error Warning!Technical Support: http://bbs.dedecms.comE...
阅读更多
仿今日头条图片轮播js特效/焦点幻灯代码
WordPre赏金游app官网下载ss无hth网页版在线登录入口插件外部链接自动添加nofollow标签仿今日头条图片轮播js特效/焦点幻灯代码,jQuery仿今日头条图片轮播代码是一款新闻图片轮播切换代码1、html页面代码<!doctype html><html><he...
阅读更多