bugün siteye logo yaptım.yerleştirmek isterken gözüme takıldı.. noindex yazıyor.siteyi indexleme falan mı demek bu ? yazılarım ve resimler şu an için indexleniyor.

<!-- Basic Meta Data -->
  <meta name="copyright" content="Theme Design: Copyright Jestro LLC" />
  <meta http-equiv="imagetoolbar" content="no" />
  <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
  <?php if((is_single() || is_category() || is_page() || is_home()) && (!is_paged())){} else { ?>
    <meta name="robots" content="noindex,follow" />
  <?php } ?>