WordPress无赏金女王app下载官网官方在线网投插件外部链接自动添加nofollow标签
时间:2025-06-18 07:43:47 阅读(143)
可以直接找一些wordpress插件安装。如果手动每个链接加入是很麻烦,有时内容会引用或分享一些外部链接地址,这样所有的外部链接就会自动加上nofollow标签。有些外部链接是没有加Nofollo官方在线网投w标签,赏金女王app下载官网在技术层面是有传递出去权重。
在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 文件中,严格要求的话官方在线网投trong>赏金女王app下载官网是需要在外部链接全部加上nofollow标签。
分享到:
上一篇: PHP二维码在线制作生成网站源码
温馨提示:以上内容和图片整理于网络,仅供参考,希望对您有帮助!如有侵权行为请联系删除!
猜你喜欢
- wordpress响应式清新博客主题Lover
- json在线工具箱优化版源码
- 华为新款智能手表WATCH 5将与Pura 80系列手机携手亮相,科技与时尚的完美融合
- DV单域名免费试用ssl证书申请收费
- Bitcoin (BTC) Challenges $68K, Dogecoin (DOGE) Soars 5% Daily (Weekend Watch)
- WordPress博客分类目录内容不在首页显示方法
- 面壁智能与易来联手打造:颠覆性AI家居中枢,纯端侧AI智慧屏引领未来家居新潮流
- 石头P20 Pro 上下水版,18500pa吸力再降2248元,真实力更实惠
- WordPress插件Ultimate Category Excluder排除分类文章