• 25-05-2023, 16:50:16
    #1
    whmcsde pek çok sayfanın ingilizce, almanca gibi sayfaları index almış. bunları nasıl noindex yapabilirim?
  • 04-06-2023, 03:02:36
    #2
    Merhaba,

    robots.txt üzerinden engelleme yapabilirsiniz. Örnek Kod;

    User-agent: *
    Disallow: /*?cart.php=*
    Disallow: /*?index.php=*
    Disallow: /announcements.php?language=*
    Disallow: /download.php?language=*
    Disallow: /cart.php?gid=*
    Disallow: /clientarea.php
    Disallow: /clientarea.php?action=quotes&language=*
    Disallow: /clientarea.php?action=*
    Disallow: /clientarea.php?incorrect=true&language=*
    Disallow: /cart.php?language=*
    Disallow: /clientarea.php?incorrect=true&language=*
    Disallow: /clientarea.php?action=quotes&language=*
    Disallow: /clientarea.php?action=services
    Disallow: /cart.php?a=confproduct&i=*
    Disallow: /serverstatus.php?language=*
    Disallow: /announcements
    Disallow: /index.php?rp=*
    Disallow: /download.php
    Disallow: /serverstatus.php
    Disallow: /feeds/*
    Disallow: /?language=*
    Allow: /
  • 04-06-2023, 13:03:45
    #3
    YunusOzcelik adlı üyeden alıntı: mesajı görüntüle
    Merhaba,

    robots.txt üzerinden engelleme yapabilirsiniz. Örnek Kod;

    User-agent: *
    Disallow: /*?cart.php=*
    Disallow: /*?index.php=*
    Disallow: /announcements.php?language=*
    Disallow: /download.php?language=*
    Disallow: /cart.php?gid=*
    Disallow: /clientarea.php
    Disallow: /clientarea.php?action=quotes&language=*
    Disallow: /clientarea.php?action=*
    Disallow: /clientarea.php?incorrect=true&language=*
    Disallow: /cart.php?language=*
    Disallow: /clientarea.php?incorrect=true&language=*
    Disallow: /clientarea.php?action=quotes&language=*
    Disallow: /clientarea.php?action=services
    Disallow: /cart.php?a=confproduct&i=*
    Disallow: /serverstatus.php?language=*
    Disallow: /announcements
    Disallow: /index.php?rp=*
    Disallow: /download.php
    Disallow: /serverstatus.php
    Disallow: /feeds/*
    Disallow: /?language=*
    Allow: /
    templatesten head koduna noindex ekledim, yinede teşekkürler
  • 04-06-2023, 19:46:56
    #4
    mrbold adlı üyeden alıntı: mesajı görüntüle
    templatesten head koduna noindex ekledim, yinede teşekkürler
    O zaman komple sayfayı noindexler sin arkadaşın yazdığını yapmalısın.