WordPress无kai云体育app手机下网投真人实体靠谱平台载插件外部链接自动添加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 文件中,
可以直接找一些w网投真人实体靠谱平台ordpress插件安装。kai云体育app手机下载如果手动每个链接加入是很麻烦,当然目前一些wordpress主题设置有这个nofollow标签功能。这样所有的外部链接就会自动加上nofollow标签。有些外部链在wordpress写文章时,有时内容会引用或分享一些外部链接地址,严格要求的话是需要在外部链接全部加上nofollow标签。
- 最近发表
- 随机阅读
-
- SEO如何分析一个网站
- css中position属性定位:absolute与relative
- 个人网站本地搭建Apache+PHP+MySQL环境
- 去掉织梦cms底部的Powered by DedeCms
- CSS盒模型内边距padding外边距margin
- SEO优化文章内容的9个技巧
- css中position属性定位:absolute与relative
- 大学生情人节520表白html源代码大全
- (dedecms)mysql数据库表前缀批量替换修改
- 个人域名IPC备案/网站备案注意事项
- 网站SEO内容优化注意事项
- wordpress网站登录出现500Internal Server Error
- 网站被IP频繁访问(阿里主机887timed out)
- 个人博客网站空间服务器选择
- 仿新浪微博个人主页html网站模板
- dedecms织梦仿站工具软件下载
- 个人网站是否需要做https协议
- JavaScript对象和数组(Object类型与Array类型)
- wppay免登录付费查看隐藏内容/付费资源下载
- JavaScript对象和数组(Object类型与Array类型)
- 搜索
-
- 友情链接
-