网站优化

 找回密码
 立即注册
WordPress SEO 技巧:内镣?居呕?化
查看: 9955|回复: 38

WordPress SEO 技巧:内镣?居呕?化

SEO外包 发表于 2016-6-23 12:49:40 | 显示全部楼层 |阅读模式
上面的 filter 针对的都是主题开发时优化些使用率比较高的函数,基本上已经能满足我的要求了。


                                                               
}
最近在做优化关键词新网站,Google 刚开始逝琶?的时候发现归档页面的排名比文排名还高,猜测原因是归档页面获得的内链太多了,因此产生优化关键词把所seo的指向归档页面的链接全部加上 rel=nofollow 属性的想法。


要达到排名关键词目的,我们完全可以用 WordPress 强网站优化的 filter 来实现。打开主题的 functions.php ,在里面加上以下的代码:


            
return str_replace('<a href='http://www.chinaz.com/web/2011/0125/, '<a rel=&quot;nofollow&quot; href='http://www.chinaz.com/web/2011/0125/,  $text);
//给标签云里的链接加上 rel=&quot;nofollow&quot;

//给 the_tags() 生成的链接 加上 rel=&quot;nofollow&quot;
add_filter('the_tags', 'cis_nofollow_the_tag');
function cis_nofollow_the_tag($text) {
return str_replace('rel=&quot;tag&quot;', 'rel=&quot;tag nofollow&quot;', $text);
function cis_nofollow_wp_list_categories( $text ) {
}
return $text;
//给 wp_list_categories() 生成的链接加上 rel=&quot;nofollow&quot;
add_filter( 'wp_list_categories', 'cis_nofollow_wp_list_categories' );

$text = stripslashes($text);

$text = preg_replace_callback('|<a (.+?)>|i', 'wp_rel_nofollow_callback', $text);
}

//给 the_category() 生成的链接加上 rel=&quot;nofollow&quot;
add_filter( 'the_category', 'cis_nofollow_the_category' );
function cis_nofollow_the_category( $text ) {


$text = str_replace('rel=&quot;category tag&quot;', &quot;&quot;, $text);
$text = cis_nofollow_wp_list_categories($text);
function cis_nofollow_tag_cloud($text) {
return $text;

//给 comments_popup_link_attributes() 生成的链接加上 rel=&quot;nofollow&quot;
//给 the_author_post_link 生成的链接加上 rel=&quot;nofollow&quot;
(来源:bolo的博客
                                                                                
              


add_filter('the_author_posts_link', 'cis_nofollow_the_author_posts_link');
add_filter('wp_tag_cloud', 'cis_nofollow_tag_cloud');
function cis_nofollow_the_author_posts_link ($link) {
return str_replace('</a><a href='http://www.chinaz.com/web/2011/0125/, '<a rel=&quot;nofollow&quot; href='http://www.chinaz.com/web/2011/0125/,  $link);
}
add_filter('comments_popup_link_attributes', 'cis_nofollow_comments_popup_link_attributes');
function cis_nofollow_comments_popup_link_attributes () {
}
echo ' rel=&quot;nofollow&quot;';
}

            
回复

使用道具 举报

疙証屏 发表于 2016-7-8 10:29:58 | 显示全部楼层
楼主是网站优化界的高人
回复 支持 反对

使用道具 举报

蕴朗 发表于 2016-7-8 11:14:56 | 显示全部楼层
楼猪说的非常好
回复 支持 反对

使用道具 举报

窦燕珺 发表于 2016-7-8 18:51:06 | 显示全部楼层
很好哦,学到了不少SEO知识
回复 支持 反对

使用道具 举报

黎晓兰 发表于 2016-7-8 15:18:21 | 显示全部楼层
楼猪能帮我优化一下公司的网站吗?
回复 支持 反对

使用道具 举报

疙証屏 发表于 2016-7-8 18:38:30 | 显示全部楼层
现在找个会优化的真心难,还好找到了帝国网络
回复 支持 反对

使用道具 举报

网站优化公司 发表于 2016-10-10 23:52:54 | 显示全部楼层
好优化方案就是要顶
回复 支持 反对

使用道具 举报

湮玲 发表于 2016-10-11 05:34:09 | 显示全部楼层
顶顶帝国网络多好
回复 支持 反对

使用道具 举报

咽牢孟 发表于 2016-10-10 23:34:43 | 显示全部楼层
现在找个会优化的真心难,还好找到了帝国网络
回复 支持 反对

使用道具 举报

蕴朗 发表于 2016-10-11 03:40:51 | 显示全部楼层
和帝国网络合作两年多了,网站、优化都是交给他们
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|

GMT+8, 2024-5-4 09:27网络网站优化公司

网站优化公司© 2006-2024 wangzhanyouhua.net Search Engine Optimization By 网站搜索引擎优化公司

快速回复 返回顶部 返回列表