• pineappledeficiency

    (@pineappledeficiency)


    Hey guys I’m using the sydney theme on https://martialartsnerd.com/. I managed to make the ‘shop’ link in my navigation menu no follow. But I can’t seem to find how to make the ‘VISIT OUR SHOP’ link into a no follow link. Any ideas how I can go about to do this?

    I used the ‘Sydney FP: Services type B’ widget on that section.

    Is it possible to make it into a no follow link? and how

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello there,

    Please try these steps:

    1. Install and activate the TC Custom JavaScript plugin
    2. Go To Appearance > Custom JavaScript
    3. Paste the following code into the provided box

    
    (function($){
    
      if( $('.widget_sydney_services_type_b .roll-button').length ) {
        $('.widget_sydney_services_type_b .roll-button').attr('rel', 'nofollow');
      }
    
    })(jQuery);
    

    4. Update

    Flush any applied cache before reloading your site as it blocks new code addition to take effect.

    Regards,
    Kharis

Viewing 1 replies (of 1 total)
  • The topic ‘Adding NoFollow links’ is closed to new replies.