Site logo

Archived topic

lightweight social icons seo

7 replies · Started by johnaps on January 27, 2020

Viewing posts 1–8 of 8

Hello, i am using lsi and i would like to know if it is possible to make the links that point to my social profiles follow instead of nofollow that the plugins sets them by default.!?

Hi there,

try this snippet:

add_filter( 'lsi_icon_rel_attribute', function() {
    return 'follow';
} );

thank you! :)

You're welcome

Hi there, I tried adding this CSS on my site, but still getting nofollow on the social icons in my footer widget. https://www.visix.com/

Thank you!!!

You're welcome

This archived topic is closed to new replies.