Okay
  Public Ticket #1303701
Nofollow Social Media Icons
Closed

Comments

  • digitalanders started the conversation

    Hello, I would like to know how I can set the social media icons that are used in the salient theme globally to nofollow? I previously asked you about setting all nectar buttons to nofollow and it works great!  You gave me this code: 

    jQuery( document ).ready(function() {
        jQuery('a.nectar-button').attr('rel','nofollow') ;
    });

    So it would be great to have another code that I can past below. 


    Thanks for support,

    All the best
    Martin

  • digitalanders replied

    Besides the Social Media Links, I noticed that I also need nofollow codes for the Nectar Slider and the banner elements (Plugin called Random Banner) I've  used on my page.

    Thanks for support. 

    Martin


  •  8,436
    Tahir replied

    Hey Again,

    Try using below and it will add it to all Anchor tags

    jQuery( document ).ready(function() {
        jQuery('a').attr('rel','nofollow') ;
    });

    Best


    ThemeNectar Support Team