Site logo

[Resolved] lightweight social icons seo

Home Forums Support [Resolved] lightweight social icons seo

Home Forums Support lightweight social icons seo

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1145572
    johnaps

    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.!?

    #1145900
    David
    Staff
    Customer Support

    Hi there,

    try this snippet:

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

    thank you! 🙂

    #1146658
    David
    Staff
    Customer Support

    You’re welcome

    #1860956
    Debbie

    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/

    #1861186
    David
    Staff
    Customer Support

    Hi there,

    that code is PHP – this article explains how to add it:

    https://docs.generatepress.com/article/adding-php/

    #1862745
    Debbie

    Thank you!!!

    #1863065
    David
    Staff
    Customer Support

    You’re welcome

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.