• 17-01-2011, 08:48:55
    #1
    Merhaba arkadaşlar..

    Bir yazılmış tema aldım.. Ama sitemin plugins klosörünü google indexliyor ve herşey ortada buna bir çözüm var mı? Neden böyle oluyor?

    Örn: .com/wp-content/plugins/eklenti adı/ eklentinin içeriği komple görünüyor..

    Biraz araştırma yaptım ama plugins klosörüne index sayfası oluşturun denmiş ama zaten mevcuttur ? Çözüm bulamadım bana ne önerirsiniz ?

    NOT: O tema için yazılmış eklentileri indexliyor sadece.. Normail all seo pack gibi eklentileri değil.. Sadece tema için yazılmış eklentiler indexleniyor ve görünüyor.. Normalde görünmemesi mi lazım Biraz bilgi ve tavsiye istiyorum..

    Birde buradan siteme zarar verebilirler mi ? O sayfaları bulmaları insanların ne işine yarar sadece eklentiyi mi indirir yoksa siteme zarar verebilirler mi ?

    Teşekkürler şimdiden..
  • 17-01-2011, 11:07:52
    #2
    Üyeliği durduruldu
    robots.txt ile wp-content klasörünü engellersen indexlenmez.
  • 17-01-2011, 11:25:14
    #3
    Çok teşekkürler Mantıklı birşey...
  • 17-01-2011, 11:29:34
    #4
    Şu anda kendim de kullanıyorum. robots.txt dosyanızı açın ve verdiklerimi ekleyin. Faydasını siz görürsünüz.

    Alıntı
    Disallow: /wp-admin/
    Disallow: /wp-content/
    Disallow: /wp-includes/
    Disallow: /wp-config.php
    Disallow: /wp-login.php
    Disallow: /wp-pass.php
    Disallow: /wp-register.php
    Disallow: /wp-settings.php
    Disallow: /wp-includes
    Disallow: /comments
    Disallow: */comments
    Disallow: /comment
    Disallow: */comment
    Disallow: /comment-page-1
    Disallow: */comment-page-1
    Disallow: /*?*
    Disallow: /*?
    Disallow: /*ref*
    Disallow: /?id=
    Disallow: /*pg=*
    Disallow: /*pg=
    Disallow: /?pg=
    Disallow: ?pg=
    Disallow: /?pg
    Disallow: /*ref=*
    Disallow: /*ref
    Disallow: /?ref
    Disallow: ?ref
    Disallow: /?id
    Disallow: /page/*ref=
    Disallow: /page/?ref=
    Disallow: /page/?id=
    Disallow: /page/*ref=*
    Disallow: /page/?id
    Disallow: /page/*ref*
  • 17-01-2011, 11:29:38
    #5
    Ama ne yazık ki doğru olarak robot txt de nasıl engelleyeceğim bunun için anlatım yapabilir misiniz ?
  • 17-01-2011, 11:36:51
    #6
    Ah gogıl vah gogıl hayırlı bir yere index atmaz gogıl
  • 17-01-2011, 11:53:38
    #7
    marco_pait18 adlı üyeden alıntı: mesajı görüntüle
    Ama ne yazık ki doğru olarak robot txt de nasıl engelleyeceğim bunun için anlatım yapabilir misiniz ?
    robots.txt adı altında metin belgesi oluşturun.

    İçeriğine aynen şunları ekleyip

    Alıntı
    User-agent: Mediapartners-Google*
    Disallow:

    User-agent: ia_archiver
    Disallow:

    User-agent: Slurp
    Crawl-delay: 60

    User-agent: *
    Disallow: /wp-admin/
    Disallow: /wp-content/
    Disallow: /wp-includes/
    Disallow: /wp-config.php
    Disallow: /wp-login.php
    Disallow: /wp-pass.php
    Disallow: /wp-register.php
    Disallow: /wp-settings.php
    Disallow: /wp-includes
    Disallow: /comments
    Disallow: */comments
    Disallow: /comment
    Disallow: */comment
    Disallow: /comment-page-1
    Disallow: */comment-page-1
    Disallow: /*?*
    Disallow: /*?
    Disallow: /*ref*
    Disallow: /?id=
    Disallow: /*pg=*
    Disallow: /*pg=
    Disallow: /?pg=
    Disallow: ?pg=
    Disallow: /?pg
    Disallow: /*ref=*
    Disallow: /*ref
    Disallow: /?ref
    Disallow: ?ref
    Disallow: /?id
    Disallow: /page/*ref=
    Disallow: /page/?ref=
    Disallow: /page/?id=
    Disallow: /page/*ref=*
    Disallow: /page/?id
    Disallow: /page/*ref*

    Sitemap: http://www.siteadi.com/sitemap.xml

    ftp'de (puplic html) dosyaların yüklü olduğu ana dizine gönderin.
  • 17-01-2011, 15:03:48
    #8
    Teşekkürler değerli bilgileriniz için.. Yaptık bakalım sonuç ne olacak