• User Attivo

    Aggiungere rel=nofollow su showpost

    Mi sono accorto che migliaia di showpost sono indicizzati e creano descrption duplicate, come rimediare? Non ho installato vbseo, ho optato per yabbseo, vorrei capire se posso intervenire direttamente sul template del showthread, diciamo "generico". Ho pensato anche di inserire un noindex nel template di showthread_showpost, può essere una buona idea?


  • Super User

    Per quello apri il template postbit_legacy e cerca

    
    <if condition="$show['postcount']">#<a href="showpost.php?$session[sessionurl]p=$post[postid]&amp;postcount=$post[postcount]" target="new" id="postcount$post[postid]" name="$post[postcount]"><strong>$post[postcount]</strong></a></if>
    
    

    Cambialo in

    
    <if condition="$show['postcount']">#<a href="showpost.php?$session[sessionurl]p=$post[postid]&amp;postcount=$post[postcount]" target="new" rel="nofollow" id="postcount$post[postid]" name="$post[postcount]"><strong>$post[postcount]</strong></a></if>