您现在的位置是:WordPr游聚游戏平台官网ess无网投庄闲下载插件外部链接自动添加nofollow标签 >>正文
WordPr游聚游戏平台官网ess无网投庄闲下载插件外部链接自动添加nofollow标签
拣佛烧香网24人已围观
简介在wordpress写文章时,当然我们也可以通过代码实现无插件添加方法。有些外部链接是没有加Nofollow标签,有时内容会网投庄闲下载引用或分享一些外部链接地址,如果手动每个链接加入是很麻烦,在技术...
在wordpress写文章时,当然我们也可以通过代码实现无插件添加方法。有些外部链接是没有加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 文件中,
Tags:
相关文章
太空动态404错误页面html代码
WordPr游聚游戏平台官网ess无网投庄闲下载插件外部链接自动添加nofollow标签一款创意设计的太空宇航员与飞碟404错误页面模板下载,太空动画404页面html代码.css3基于svg实现创意的404页面,宇航员迷失在外星球404页面动画模板。可以有效提高用户体验。英语可以自己翻...
阅读更多
html5常用标签定义及使用说明
WordPr游聚游戏平台官网ess无网投庄闲下载插件外部链接自动添加nofollow标签HTML5是下一代Web语言,它不再只是一种标记语言,它未下一代web提供了全新的框架和平台,包括提供免插件的音视频、图像动画、本体存储以及更多酷炫而且重要的功能,并使这些用用标准化,从而使web能够...
阅读更多
HTML+JavaScript创建响应式404页面
WordPr游聚游戏平台官网ess无网投庄闲下载插件外部链接自动添加nofollow标签使用HTML+CSS动画和JavaScript创建响应式404页面,自适应桌面端并兼容移动设备,具有美观宜人的用户界面。演示Responsive 404 website - Bedimcode (bo...
阅读更多