İyinet'e Hoşgeldiniz!

Türkiye'nin En Eski Webmaster Forum'una Hemen Kayıt Olun!

Kayıt Ol!

Eksik: author Hatası Yardım

maxiyesil

0
İyinet Üyesi
Katılım
13 Nisan 2008
Mesajlar
76
Reaction score
0
Arkadaşlar Google Webmasters Tools Aracında ''Eksik: author'' Diye Hata Alıyorum. Ne Yaptımsa Bu Soruna Bir Çözüm Bulamadım. Bu Sorundan Anlayan Varsa Yardım Eder misiniz Arkadaşlar.

Wordpress kullanıyorum
Grephane teması kullanıyorum
Yazılarda yazar görünüyor
Test et dediğimde ise 0 Hata gösteriyor

Not : Robots.txt dosyasında author sayfasını okumasını engelledim. Ama sonuçta yazıların yazarı belirli. Konu ekledikçe hata artıyor. Birde konu sayısı 140 hata sayısı 180.
 

KrmYlmz

0
İyinet Üyesi
Katılım
3 Kasım 2014
Mesajlar
274
Reaction score
0
Webmaster tools üzerinde hatalı authour tagı veya, standardı online olarak görebilirsiniz, kaynak üzerinden hatalı tagı tespit edip düzeltmeniz gerekir.
 

maxiyesil

0
İyinet Üyesi
Katılım
13 Nisan 2008
Mesajlar
76
Reaction score
0
Kodlar aşağıda arkadaşlar loop-single.php dosyası kodları bunlar. Graphene teması single.php dosyasını kullanmıyor single.php loopsingle.php dosyasını çağırıyor.

<?php global $graphene_settings; ?>

<?php /* Post navigation */ ?>
<?php graphene_post_nav(); ?>

<div id="post-<?php the_ID(); ?>" <?php post_class( 'clearfix post' ); ?>>
<?php do_action( 'graphene_before_post' ); ?>

<div class="entry clearfix">

<?php /* Post date */ ?>
<?php if ( stristr( graphene_post_date_setting( get_the_ID() ), 'icon' ) ) echo graphene_post_date(); ?>

<?php /* Post title */ ?>
<h1 class="post-title entry-title">
<?php if ( get_the_title() == '' ) { _e( '(No title)', 'graphene' ); } else { the_title(); } ?>
<?php do_action( 'graphene_post_title' ); ?>
</h1>

<?php graphene_entry_meta(); ?>

<?php /* Post content */ ?>
<div class="entry-content clearfix">
<?php do_action( 'graphene_before_post_content' ); ?>

<?php /* Social sharing buttons at top of post */ ?>
<?php if ( stripos( $graphene_settings['addthis_location'], 'top' ) !== false ) { graphene_addthis( get_the_ID() ); } ?>

<?php /* The full content */ ?>
<?php the_content(); ?>
<?php graphene_link_pages(); ?>
<?php do_action( 'graphene_after_post_content' ); ?>
</div>

<?php /* Post footer */ graphene_entry_footer(); ?>
</div>

</div>

<?php graphene_single_author_bio(); ?>

<?php /* For printing: the permalink */
if ( $graphene_settings['print_css'] ) {
echo graphene_print_only_text( '<span class="printonly url"><strong>' . __( 'Permanent link to this article:', 'graphene' ) . ' </strong><span>' . get_permalink() . '</span></span>' );
}
?>

<?php
/**
* Display Adsense advertising for single post pages
* See graphene_adsense() function in functions.php
*/
graphene_adsense(); ?>

<?php /* Get the comments template for single post pages */ ?>
<?php comments_template(); ?>
<?php do_action( 'graphene_loop_footer' ); ?>
 

KrmYlmz

0
İyinet Üyesi
Katılım
3 Kasım 2014
Mesajlar
274
Reaction score
0
Sitenizde yer alan hatalı meta taglarını bulup güncelleyebilirsiniz.

Eksik updated Hatası Çözüm

Kod:
PHP:
<div class="post-date">Tarih Sorgusu</div>
Bu kodu şöyle düzenleyin;
Kod:
PHP:
<div class="post-date updated">Tarih Sorgusu</div>
Eksik Author Hatası Çözüm
Kod:
PHP:
<div class="author">Yazar Sorgusu</div>
Değiştir >
Kod:
PHP:
<div class="author vcard"><span class="fn n">Tarih Sorgusu</span></div>
Eksik Entry-title Hatası Çözüm
Kod:
PHP:
<div class="post-title">Yazı Başlığı Sorgusu</div>
Değiştir ;

Kod:
PHP:
<div class="post-title entry-title">Yazı Başlığı Sorgusu</div>
 

Türkiye’nin ilk webmaster forum sitesi iyinet.com'da forum üyeleri tarafından yapılan tüm paylaşımlardan; Türk Ceza Kanunu’nun 20. Maddesinin, 5651 Sayılı Kanununun 4. maddesinin 2. fıkrasına göre, paylaşım yapan üyeler sorumludur.

Backlink ve Tanıtım Yazısı için iletişime geçmek için Skype Adresimiz: .cid.1580508955483fe5

Üst