WordPres真人ag平台开户s无问鼎下载链接入口安卓怎么下载插件外部链接自动添加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标签,有时内容问鼎下载链接入口安卓怎么下真人ag平台开户载会引用或分享一些外部链接地址,严格要求的话是需要在外部链接全部加上nofollow标签。这样所有的外部链接就会自动加上nofollow标签。当然目前一些wordpress主题设置有这个nofollow标签功能。
-
上一篇
-
下一篇
- 最近发表
- 随机阅读
-
- 呆错免费开源图床系统源码
- SEO优化文章内容的9个技巧
- Excel表格批量提取文字上的超链接
- jQuery粉色个性侧边悬浮音乐播放器插件
- php在线搜索音乐播放器源码
- js实现手机访问网页自动跳转到手机移动页面
- dedecms织梦5.7仿站视频教程(初级上部)
- WordPress二次元动漫图片主题MX3.14
- (dedecms)mysql数据库表前缀批量替换修改
- 个人博客html5雪花飘落代码JS特效下载
- wordpress瀑布流图片主题PhotoBroad模板2.0
- css样式float浮动后,父元素塌陷解决方法
- wordpress搬家后上传图片出现错误
- 通过PhpMyAdmin找回wordpress登录密码
- 66toolkit在线查询工具箱v16.00英文版
- 织梦dede:arclist标签使用说明
- WordPress上传文件自动实重命名代码
- SEO如何分析一个网站
- These Crypto Assets Dumped the Most as the Total Market Cap Shed Over $200B (Weekend Watch)
- 宝塔面板设置301重定向不保留URI参数问题
- 搜索
-
- 友情链接
-