岳阳SEO优化将网站关键词排名推广到百度快照第1页
152-1580-3335

网站推广、网站建设专家!

专业、务实、高效

联 系

您现在的位置:岳阳网站优化 > 百度排名 > 非插件真现下效的网站优化SEO

非插件真现下效的网站优化SEO

非插件真现下效的网站优化SEO

WordPress有许多网站优化插件去协助停止搜索系统SEO。假如您没有念利用插件,上面那个下效的代码,将使您的专客对搜索系统愈加友爱。

将上面代码粘揭到您的functions.php文件:

  1. function basic_wp_搜索引擎优化() {  
  2.     global $page$paged$post;  
  3.     $default_keywords = 'wordpress, plugins, themes, design, dev, development, security, htaccess, apache, php, sql, html, css, jquery, javascript, tutorials'; // customize  
  4.     $output = '';  
  5.   
  6.     // description  
  7.     $搜索引擎优化_desc = get_post_meta($post->ID, 'mm_搜索引擎优化_desc', true);  
  8.     $description = get_bloginfo('description', 'display');  
  9.     $pagedata = get_post($post->ID);  
  10.     if (is_singular()) {  
  11.         if (!empty($搜索引擎优化_desc)) {  
  12.             $content = $搜索引擎优化_desc;  
  13.         } else if (!empty($pagedata)) {  
  14.             $content = apply_filters('the_excerpt_rss', $pagedata->post_content);  
  15.             $content = substr(trim(strip_tags($content)), 0, 155);  
  16.             $content = preg_replace('#\n#', ' ', $content);  
  17.             $content = preg_replace('#\s{2,}#', ' ', $content);  
  18.             $content = trim($content);  
  19.         }   
  20.     } else {  
  21.         $content = $description;      
  22.     }  
  23.     $output .= '<meta name="description" content="' . esc_attr($content) . '">' . "\n";  
  24.   
  25.     // keywords  
  26.     $keys = get_post_meta($post->ID, 'mm_搜索引擎优化_keywords', true);  
  27.     $cats = get_the_category();  
  28.     $tags = get_the_tags();  
  29.     if (empty($keys)) {  
  30.         if (!empty($cats)) foreach($cats as $cat$keys .= $cat->name . ', ';  
  31.         if (!empty($tags)) foreach($tags as $tag$keys .= $tag->name . ', ';  
  32.         $keys .= $default_keywords;  
  33.     }  
  34.     $output .= "\t\t" . '<meta name="keywords" content="' . esc_attr($keys) . '">' . "\n";  
  35.   
  36.     // robots  
  37.     if (is_category() || is_tag()) {  
  38.         $paged = (get_query_var('paged')) ? get_query_var('paged') : 1;  
  39.         if ($paged > 1) {  
  40.             $output .=  "\t\t" . '<meta name="robots" content="noindex,follow">' . "\n";  
  41.         } else {  
  42.             $output .=  "\t\t" . '<meta name="robots" content="index,follow">' . "\n";  
  43.         }  
  44.     } else if (is_home() || is_singular()) {  
  45.         $output .=  "\t\t" . '<meta name="robots" content="index,follow">' . "\n";  
  46.     } else {  
  47.         $output .= "\t\t" . '<meta name="robots" content="noindex,follow">' . "\n";  
  48.     }  
  49.   
  50.     // title  
  51.     $title_custom = get_post_meta($post->ID, 'mm_搜索引擎优化_title', true);  
  52.     $url = ltrim(esc_url($_SERVER['REQUEST_URI']), '/');  
  53.     $name = get_bloginfo('name', 'display');  
  54.     $title = trim(wp_title('', false));  
  55.     $cat = single_cat_title('', false);  
  56.     $tag = single_tag_title('', false);  
  57.     $search = get_search_query();  
  58.   
  59.     if (!empty($title_custom)) $title = $title_custom;  
  60.     if ($paged >= 2 || $page >= 2) $page_number = ' | ' . sprintf('Page %s', max($paged$page));  
  61.     else $page_number = '';  
  62.   
  63.     if (is_home() || is_front_page()) $搜索引擎优化_title = $name . ' | ' . $description;  
  64.     elseif (is_singular())            $搜索引擎优化_title = $title . ' | ' . $name;  
  65.     elseif (is_tag())                 $搜索引擎优化_title = 'Tag Archive: ' . $tag . ' | ' . $name;  
  66.     elseif (is_category())            $搜索引擎优化_title = 'Category Archive: ' . $cat . ' | ' . $name;  
  67.     elseif (is_archive())             $搜索引擎优化_title = 'Archive: ' . $title . ' | ' . $name;  
  68.     elseif (is_search())              $搜索引擎优化_title = 'Search: ' . $search . ' | ' . $name;  
  69.     elseif (is_404())                 $搜索引擎优化_title = '404 - Not Found: ' . $url . ' | ' . $name;  
  70.     else                              $搜索引擎优化_title = $name . ' | ' . $description;  
  71.   
  72.     $output .= "\t\t" . '<title>' . esc_attr($搜索引擎优化_title . $page_number) . '</title>' . "\n";  
  73.   
  74.     return $output;  
  75. }  

需修正一下$default_keywords 前面默许的枢纽字

利用办法:用上面代码:

  1. <?php echo basic_wp_搜索引擎优化(); ?>  

交换主题header.php模板

  1. <title></title>  

注:能够差别的主题有所区分。

文章滥觞:zmingcx/non-plug-in-for-efficient-搜索引擎优化-optimization.html

注:相干网站建立本领浏览请移步到建站教程频讲。

 

您可以通过以下方式在线洽谈:
网站策划 营销推广 投诉建议

相关信息

年夜数据对收集营销有哪些协助 年夜数据对收集营销有哪些协助
年夜数据对收集营销有哪些协助? 年夜数据时期下,无线收集的应战战机缘
The Robots meta标签nofollow,noindex值的做用 The Robots meta标签nofollow,noin
各人皆晓得robots.txt是为爬虫和谈,是针对搜刮引擎划定规矩设置的文件
将来几年SEO趋向的推测 将来几年SEO趋向的推测
登录/注册后可看年夜图 搜索引擎优化fuwu9942231636441.gif (3.13 KB,
五枢纽词圆里浅述研讨枢纽词的主要性 五枢纽词圆里浅述研讨枢纽词的主要
互联网开展的速率愈来愈快,许多站少换网站的频次也愈来愈快,辛辛劳苦
关于常用五网站优化搜刮引擎的优化些总结 关于常用五网站优化搜刮引擎的优化
关于SEOer,把握每枢纽词搜刮引擎的特性,能够是必建课,固然认知搜索
Google收买Postrank 凸隐社会化果素对SEO的主要性 Google收买Postrank 凸隐社会化果
谷歌收买交际收集阐发效劳PostRank。或许排名对部门人之是优化条消息,
浅析怎样让各种真本创文排名如假包换 浅析怎样让各种真本创文排名如假包
尾先:消息类文排名。 常常会正在各网站优化网站优化型流派网站,看到
网站URL优化时简单疏忽的三枢纽词小细节 网站URL优化时简单疏忽的三枢纽词
实在做SEO网站优化,正在掌握好团体的时分,网站需求来做好优化些细节
SEO专客写做:建立本人枢纽词品德牌的第优化要素 SEO专客写做:建立本人枢纽词品德
关于刚进修网站优化的伴侣去道,成立本人的SEO专客,天天对峙SEO文排名
css sprite死成东西利用教程 css sprite死成东西利用教程
登录/注册后可看年夜图 搜索引擎优化fuwu684301655081.png (146.79 KB,