• 16-08-2009, 08:34:14
    #1
    Arkadaşlar meta tag analizi yaparken türkçe karakter hatası aldım bende şu taglara bi bakayım dedım.Temamın header.php sini bi açarım meta taglarla alakalı bsey yok.ALL İN SEO eklentisini kullanıyorum ama bu meta tagları nereye kaydediyor.eklentiden tagları güncelllemiştim google 1.5 haftadır halen daha algılayamadı.
    İşte Header.php
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    
    <html xmlns="http://www.w3.org/1999/xhtml">
    
    <head profile="http://gmpg.org/xfn/11">
    <meta name="verify-v1" content="HIQkbIWcOW1Vu+WhFNtD+1IbWJsr/7ARhQYBGwkBOzk=" />
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    
    
    <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" />
    <meta name="revisit-after" content="1 day"/>
    
    
    <?php wp_get_archives('type=monthly&format=link'); ?>
    <?php 
    global $options;
    foreach ($options as $value) {
    if (get_settings( $value['id'] ) === FALSE) { $$value['id'] = $value['std']; } else { $$value['id'] = get_settings( $value['id'] ); } }
          ?>
    <link rel="stylesheet" href="<?php bloginfo('stylesheet_directory'); ?>/style.css" type="text/css" media="screen" />
    <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" />
    <link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" />
    <link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" />
    <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
    <!--[if IE 7]>	
    <link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo('stylesheet_directory'); ?>/iestyle.css" />
    <![endif]-->	
    <!--[if lt IE 7]>
    <link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo('stylesheet_directory'); ?>/ie6style.css" />
    <script defer type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/pngfix.js"></script>
    <![endif]-->
    <script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/jquery.js?ver=1.2.6"></script>
    <script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/superfish.js"></script>
    <script type="text/javascript">
    jQuery(function(){
    jQuery('ul.superfish').superfish();
    });
    </script>
    <?php wp_head(); ?>
    </head>
    
    <body>
    
    <div id="wrapper2">
    <?php if (get_option('artsee_foursixeight') == 'Enable') { ?>
    <?php include(TEMPLATEPATH . '/includes/468x60.php'); ?>
    <?php } else { echo ''; } ?>
    <div id="wrapper">
    <!--This controls pages navigation bar-->
    <div id="pages">
    <ul>
    <li><a href="http://www.fulloyuninndir.com/index.php">Anasayfa</a>
    <?php wp_list_pages("sort_order=$artsee_order_page&depth=1&exclude=$artsee_exclude_page&title_li="); ?>
    </ul>
    <img src="<?php bloginfo('template_directory'); ?>/images/pages-bg-right.gif" alt="pages bg right" style="float: right;" />
    <!--Begin Search Form-->
    <div class="search_bg">
    <div id="search">
    <form method="get" action="<?php bloginfo('home'); ?>" style="padding:0px 0px 0px 0px; margin:0px 0px 0px 0px">
      <input type="text"  name="s" value="<?php echo wp_specialchars($s, 1); ?>"/><input type="image" class="input" src="<?php bloginfo('stylesheet_directory'); ?>/images/search-button.gif" value="submit"/>
    </form>
    </div>
    </div>
    <!--Begin Search Form-->
    </div>
    <!--End pages navigation-->
    
    <!--This controls the categories navigation bar-->
    <div id="categories">
    <ul class="nav superfish"><?php wp_list_cats("sort_column=$artsee_sort_cat&sort_order=$artsee_order_cat&optioncount=0&depth=3&exclude=$artsee_exclude_cat"); ?></ul>
    </div>
    <!--End category navigation-->
  • 16-08-2009, 10:18:11
    #2
    AIO meta tagleri oluştururken, herhangi bir yere ekleme yapmaz. Bütün sayfanın ekran çıktısını, yazdırılmadan önce alıp, ilgili yerleri değiştirir, sonrasında WordPress sayfayı ekrana basar. Dolayısıyla, AIO'nun etki ettiği meta etiketlerine header.php üzerinden yaptığınız müdahalelerin bir faydası olmayacaktır. AIO içerisinde değişiklik yapmalısınız.
  • 16-08-2009, 10:39:08
    #3
    Peki benim header.php de eksik kod var mı meta tag acısından çünkü bi hafta once değiştım title index ayarlarımı google daha algılayamadı