setrox adlı üyeden alıntı: mesajı görüntüle
tag ve archive leri indexletmeyin (böyle tek kelimelik vs taglar, aynı title , aynı desc vs varsa)..home vs adında sayfalar varsa onlarıda indexletmeyin..bu tür şeylerden hit alamazsınız..aksine sizi duplicate sokar..

sorununa gelince tema kaynaklı olduğunu düşünüyorum..
hocam nofollow yaptim taglari seo platinum ile ve soyle birsey cikti

<meta name="robots" content="noindex,follow,noodp,noydir" />

nofollow olmasi gerekir mi?

--R10.NET; Flood Engellendi -->-> Yeni yazılan mesaj 11:59:27 -->-> Daha önceki mesaj 11:58:14 --

seowika adlı üyeden alıntı: mesajı görüntüle
Temanızın archive.php dosyasını açın ctrl+f yapın Tag Archive yazıp aratın. Sadece Tag Archive leri silin. Her etikette tag archive yazdığı için tekrar sorunu çıkıyor.

Sonradan hatırladım: Temanın ayar kısmı var ise genelde buradan da yapılabiliyor. Ayar kısmında Tag Archive bulursanız bunları da silerek düzeltebilirsiniz.
archive.php buldum ama neyi degistirmem gerektigini bilemedim hocam

<?php
get_header();
$date_format = get_option( 'date_format' );
if ( of_get_option( 'home_sidebar', '1' ) == "1" )
tech_show_sidebar( "l" );
?>

<div id="content" class="<?php echo (of_get_option( 'home_sidebar', '1' ) != "1" || of_get_option( 'sidebar_pos', '3-col' ) == '1-col' ) ? "wide" : "narrow"; ?>column">

<?php
if ( have_posts() ) {
tech_archive_title();
}
tech_nav_links();
if ( have_posts() ) {
while ( have_posts() ) {
the_post();
get_template_part( 'content', get_post_format() );
get_template_part( 'tech', 'ads' );
} //End While loop
} else {
?>
<h2 class="center"><?php _e( 'Not Found', 'techozoic' ) ?></h2>
<p class="center"><?php _e( 'Sorry, but you are looking for something that isn\'t here', 'techozoic' ) ?>.</p>
<?php }
tech_nav_links();
?>
</div>
<?php
if ( of_get_option( 'home_sidebar', '1' ) == "1" ) {
tech_show_sidebar( "r" );
}
get_footer();
?>