<meta name="description" content="<?php bloginfo('description'); ?>" />şimdi bu tekil yazıda da görünecek all in seo eklentisi kullandığım için bunu temadan silmem mi gerekir yoksa hep blog description hem page description görünmenin faydası var mıdır?
Description Silinmelimi?
5
●328
- 27-02-2010, 22:45:53Arkadaşlar temamın header php sinde şöyle bir kod var
- 27-02-2010, 23:21:17all in seo kullanıyorum başka silmem gereken kodlar varmıdır arkadaşlar teşekkür ederim yardımlarınız için
<html xmlns="http://www.w3.org/1999/xhtml"> <head profile="http://gmpg.org/xfn/11"> <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> <title><?php wp_title(' '); ?> <?php if(wp_title(' ', false)) { echo ' : '; } ?><?php bloginfo('name'); ?></title> <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <meta name="description" content="<?php bloginfo('description'); ?>" /> <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" /> <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" /> <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> <?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?> <?php wp_head(); ?>