打开APP
userphoto
未登录

开通VIP,畅享免费电子书等14项超值服

开通VIP
WordPress header 自动添加关键词和描述

WordPress header决定了网站的Seo , 其中站名、网站描述 和 关键词,是SEO最重要的元素

缺少其中任何一个都对网站的收录速度有影响~此教程教大家如何在Header 添加关键词和描述..


wordpress SEO教程

添加方法


在Wordpress模板编辑header.php文件 , 在<title></title>后面添加以下代码即可实现

其中description / keywords 需要自己修改为你网站的..

<?phpif ( is_home ()){$description = "分享屋的个人博客,分享最新最热的动漫(二次元)资讯,丰富实用的电脑帮助,wordpress信息,建站技巧";$keywords = "vps,互联网,wordpress,动漫,二次元,博客,日本动漫";}else if ( is_single ()){if ( $post->post_excerpt){$description = $post->post_excerpt;} else {$description = mb_strimwidth(strip_tags(apply_filters('the_content',$post->post_content)),0,220);}$keywords = "";$tags = wp_get_post_tags($post->ID);foreach ($tags as $tag ) {$keywords = $keywords.$tag->name.","; }} else if ( is_category()) {$description = category_description();}?><meta name = "keywords" content="<?php echo $keywords; ?>" /><meta name= "description" content="<?php echo $description; ?> "/ > <link rel="shortcut icon" href="/favicon.ico" /><link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" /><?php	/* We add some JavaScript to pages with the comment form	 * to support sites with threaded comments (when in use).	 */	if ( is_singular() && get_option( 'thread_comments' ) )		wp_enqueue_script( 'comment-reply' ); 	/* Always have wp_head() just before the closing </head>	 * tag of your theme, or you will break many plugins, which	 * generally use this hook to add elements to <head> such	 * as styles, scripts, and meta tags.	 */	wp_enqueue_script("jquery");	wp_head();?>

本站仅提供存储服务,所有内容均由用户发布,如发现有害或侵权内容,请点击举报
打开APP,阅读全文并永久保存 查看更多类似文章
猜你喜欢
类似文章
【热】打开小程序,算一算2024你的财运
不用插件如何在wordpress中设置关键词和描述
WordPress使用经验独立的Description 和 Keywords
wordpress网站SEO代码优化技巧
4 Tips about how to optimize wordpress for seo | Sven's Blog
没事被瞎折腾(wordpress换主题记对SEO影响) – 叶子博客
wordpress 加载顺序a
更多类似文章 >>
生活服务
热点新闻
分享 收藏 导长图 关注 下载文章
绑定账号成功
后续可登录账号畅享VIP特权!
如果VIP功能使用有故障,
可点击这里联系客服!

联系客服