Archived topic
lightweight social icons seo
7 replies · Started by johnaps on January 27, 2020
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/
Hi there,
that code is PHP - this article explains how to add it:
Thank you!!!
You're welcome