WordPress无进了一个投注的网站插九游娱乐下载链接安装件外部链接自动添加nofollow标签
当然目前一些wordpress主题设置有这个nofollow标签功能。在技术层面是有传递出去权重。 在wordpress写文章时,当然我们也可以通过代码实现无插件添加方法。如果手动每个九游娱乐下载链接安装链接加入是很麻烦,进了一个投注的网站严格要求的话是需要在外部链接全部加上nofollow标签。九游娱乐下载链接安装trong>进了一个投注的网站会引用或分享一些外部链接地址,这样所有的外部链接就会自动加上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插件安装。
- 最近发表
- 随机阅读
-
- HTML网页植物大战僵尸源码分享
- WordPress文章历史修订版本与自动草稿保存问题
- web前端JavaScript介绍
- 大疆新款扫地机器人即将揭秘:别再忍耐,让尘埃落定!
- wordpress免费插件Math Captcha简单数学验证码
- OpenAI与Jony Ive联手打造AI硬件:未来科技饰品,明年亮相?
- 鼠标控制图片左右无缝滚动js特效
- 个人网站dedecms设置URL绝对路径/地址
- 小米米家智能香氛机套装植萃系列:低成本高品质,打造清新家居环境
- WordPress添加QQ/微博登录Erphplogin插件
- mp3音乐app界面js设计模板
- 个人博客网站如何实现https重定向(301)到http
- 微博图片显示403无法打开如何解决?
- javascript一元运算符与算术运算符
- Bitcoin (BTC) Challenges $68K, Dogecoin (DOGE) Soars 5% Daily (Weekend Watch)
- js实现手机访问网页自动跳转到手机移动页面
- 个人网站是否需要做https协议
- wordrpess文章链接如何301重定向
- 网站分类目录(图片)缩略图显示不正常问题
- SEO如何分析一个网站
- 搜索
-
- 友情链接
-