WordPress无征途国际app下载安装插件外部链接自动添加nofollow标签线上网投在澳门的合法性
有些外部链接是没有加Nofollow标签,当然目前一些wordpress主题设置有这个nofollow标签功能。如果手动每个链接加入是很麻烦,在技术层面是有传递出去权重。可以直接找一些wordpress插线上网投在澳门的合法性件安装。征途国际app下载安装当然我们也可以通过代码实现无插件添加方法。这样所有的外部链接就会自动加上nofollow标签。有时内容会引用或分享一些外部链接地址,**征途线上网投在澳门的合法性国际app下载安装
****//文章自动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 文件中,严格要求的话是需要在外部链接全部加上nofollow标签。
在wordpress写文章时,
- 最近发表
- 随机阅读
-
- html5 3D旋转木马幻灯片播放代码素材
- dedecms仿站之list
- wordpress博客纯代码去掉分类目录Category
- OpenAI与Jony Ive联手打造AI硬件:未来科技饰品,明年亮相?
- 网站优化之百度快照更新分析
- 织梦dedecms修改文章,时间不变的方法
- Crypto Markets Add $70 Billion Daily as Bitcoin (BTC) Soars Past $71K (Market Watch)
- wordpress博客网站访问速度慢因素
- wordpress仿微博个人博客主题tongleer
- 搜索引擎的工作原理(三)
- dedecms仿站article
- WordPress二次元动漫图片主题MX3.14
- wordpress网站隐藏内容付费阅读/下载插件foxpay
- dedecms仿站之list
- DOGE, WIF Emerge as Today's Top Performers, BTC Aims at $70K (Weekend Watch)
- 织梦dedecms修改文章,时间不变的方法
- 网站优化之百度快照更新分析
- wordpress时光轴博客主题webnus下载
- Microsoft office2007免费版下载
- 华为新款智能手表WATCH 5将与Pura 80系列手机携手亮相,科技与时尚的完美融合
- 搜索
-
- 友情链接
-