Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #46314

    Christian
    Moderator

    You’re welcome Chris.

    #280994

    quicklink
    Participant

    Does the below code

    jQuery(function($){
    $(document).ready(function(){
    $(‘a’).attr(‘title’,”);
    });
    });

    placed in the custom javascript, only remove the “permalinks to” wording from the image or remove/disable it from the Alt tag for SEO as well?

    #281015

    Rad
    Moderator

    Hi Quicklink,

    It should not affect your site’s SEO. It only removes the title on the browser it is being rendered.

    Thanks!