WordPress无征途国际下载链接插件外部链接自动添加nofollow标签
可以直接找一些wordpress插件安装。
在wordpress写文章时,这样所有的外部链接就会自动加上nofollow标签。在技术层征途国际下载链接面是有传递出去权重。严格要求的话是需要在外部链接全部加上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 文件中,有时内容会引用或分享一些外部链接地址,当然我们也征途国际下载链接可以通过代码实现无插件添加方法。当然目前一些wordpress主题设置有这个nofollow标签功能。如果手动每个链接加入是很麻烦,有些外部链接是没有加Nofollow标签,
-
上一篇
-
下一篇
- 最近发表
- 随机阅读
-
- 仿今日头条图片轮播js特效/焦点幻灯代码
- 个人网站程序语言HTML/ASP/PHP解析
- CSS表格table与列表list
- wordpress搬家后上传图片出现错误
- 首款鸿蒙AI智能手表HUAWEI WATCH 5发布,重绘智慧未来新图景
- 织梦dedecms tag伪静态提示信息,系统无此tag
- wordpress提示function.call
- 帝国CMS后台界面信息修改
- dedecms织梦5.7仿站视频教程(中级下部)
- WordPress评论头像无法显示 解决gravatar头像被屏蔽
- CSS表格table与列表list
- boke字母拼音是什么意思?
- 苹果酝酿智能家居新布局?'homeOS'商标申请引发热议
- DedeCMS个人网站常见漏洞有哪些
- CSS文本样式字体font
- 影响爬虫抓取网页的因素
- 帝国cms网站链接URL伪静态设置方法
- wordpress网站改版更换域名注意事项
- 苹果酝酿智能家居新布局?'homeOS'商标申请引发热议
- CSS3浏览器前缀和长度单位rem
- 搜索
-
- 友情链接
-