WordPress无科普经验:极速赛车最好的投正规网投ag平台真假注方法插件外部链接自动添加nofollow标签
有些外部链接是没有加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 文件中,这样所有的外部链接就会自动加上nofollow标签。在技术层科普经验:极速赛车最好的投注方法面是有传递出去权重。正规网投ag平台真假如果手动每个链接加入是很麻烦,
当然目前一些wordpress主题设置有这个nofollow标签功能。在wordpress写文章时,
- 最近发表
- 随机阅读
-
- wordpress提示function.call
- wordpress禁止加载图片属性srcset和sizes
- 常用SEO命令/站长工具使用
- wordpress主题猫ztmao模板源码分享
- AR眼镜市场风向标:雷鸟创新打破垄断,新品X3 Pro引领行业新潮流
- 66toolkit在线查询工具箱v16.00英文版
- CSS盒模型内边距padding外边距margin
- 常用SEO命令/站长工具使用
- TON Defies Market Sentiment With a Massive 23% Surge, BTC Slumps Toward $70K (Market Watch)
- wordpress简洁单栏个人博客模板
- wordpress用户头像无法(自定义)本地上传修改
- WordPress文章图片URL链接地址批量替换
- wordpress响应式瀑布流博客主题snow
- Crypto Markets Add $70 Billion Daily as Bitcoin (BTC) Soars Past $71K (Market Watch)
- dedecms仿站之list
- dreamweaver cs6中文版下载安装
- 电脑本地搭建dedecms/帝国cms个人网站教程
- wordrpess文章链接如何301重定向
- JavaScript语法构成/关键字保留字及变量
- wordpress隐藏文章部分内容需要注册登录后可见
- 搜索
-
- 友情链接
-