Tagged: , ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #448331

    Hello,

    How to I add in a rel=”nofollow” to my link on my icon boxes on my home page?

    Cheers

    #448730

    Hi,

    There is no option for that yet, you’d need to edit the code that generates this shortcode, open /config-templatebuilder/avia-shortcodes/iconbox.php and look for line 311:

    $title = "<a href='{$link}' title='".esc_attr($linktitle)."' $blank>$linktitle</a>";
    

    Replace it by this:

    $title = "<a href='{$link}' rel='nofollow' title='".esc_attr($linktitle)."' $blank>$linktitle</a>";
    

    Regards,
    Josue

    #450223

    Great! Thank you!!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘SEO nofollow link added to icon box on particular page’ is closed to new replies.