Merhabalar sitemde kullanmış olduğum metalarım hakkında ne kadar doğru ne kadar yalnış veya ne şekilde olması gerektiği konusunda fikir beyanında bulunursanız sevinirim.
Kod:
<title><?php if (is_single() || is_page() || is_archive()) { wp_title('',true); } else { bloginfo('name'); echo(' — '); bloginfo('description'); } ?></title>
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<?php if ( is_home()) { ?>
<meta name="description" content="<?php bloginfo('description'); ?>" />
<meta name="keywords" content="dizi izle, film izle, şarkı dinle, şarkı sözleri, tarifler, maç özetleri, vizyondaki filmler, sonuçlar, fragmanlar, videolar, indir, yükle, seyret" />
<?php } else { ?>
<meta name="description" content="<?php the_title(); ?>" />
<meta name="keywords" content="<?php the_title(); ?>" />
<?php } ?>
<?php if (is_page("arsiv")) { ?>
<meta name="robots" content="noindex,follow">
<?php } else { ?>
<meta name="robots" content="index,follow" />
<?php } ?>
<meta name="author" content="Lockam" />
<meta http-equiv="imagetoolbar" content="no" />
<meta http-equiv="content-language" content="tr-TR" />
<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="alternate" type="application/atom+xml" title="<?php bloginfo('name'); ?> Atom Feed" href="<?php bloginfo('atom_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />