很多朋友相信都需要这个有利于seo的代码,在能代码直接实现的功能时候建议不使用插件来实现。因为all in one seo这个插件毛病很多,所以建议博友在主题的header.php文件<head></head>区域内添加一下代码:
- <? if (is_home()){
- $description = "第九部落,表达心灵深处的情感!绿水本无忧,因风皱面;青山原不老, 为雪白头。";
- $keywords = "第九部落,第九博客,夕阳鸿";
- } elseif (is_single()){
- if ($post->post_excerpt) {
- $description = $post->post_excerpt;
- } else {
- $description = substr(strip_tags($post->post_content),0,400);
- }
- $keywords = "";
- $tags = wp_get_post_tags($post->ID);
- foreach ($tags as $tag ) {
- $keywords = $keywords . $tag->name . ", ";
- }
- }
- elseif (is_category())
- {
- $description = single_cat_title('', false);
- $keywords = single_cat_title('', false);
- }
- elseif (is_tag())
- {
- $description = single_tag_title('', false);
- $keywords = single_tag_title('', false);
- }
- ?>
- <meta name="keywords" content="<?=$keywords?>" />
- <meta name="description" content="<?=$description?>" />
由于复制问题,使用前请用英文的双引号替代文中中文双引号,最后效果如下:
关键字: | 农民土地, 建设用地, 撤村, |
描述: | 新京报11月2日报道一场让农民“上楼”的行动,正在全国二十多个省市进行。 拆村并居,无数村庄正从中国广袤的土地上消失,无数农民正在“被上楼”。 各地目标相同:将农民的宅基地复垦,用增加的耕地,换取城镇建设用地指标。他们共同的政策依据是,城乡建设用地增减挂 |