• Resolved llavillaccama

    (@llavillaccama)


    Hi Team, I have reported this problem in 2022 and they have not fixed it yet

    The plugin generates an ‘a’ tag that does not have a link assigned to it and this results in an 8 point decrease in google SEO rating.
    It would be great if you can change the ‘a’ tag to ‘span’.

    Is it difficult to change the code in this line?

    Change:

    $lost_pw_text = ‘ <a class=”xoo-el-lostpw-tgr”>’ . __( ‘Lost your password?’,’easy-login-woocommerce’ ). ‘</a>’;

    To:

    $lost_pw_text = ‘ <span class=”xoo-el-lostpw-tgr”>’ . __( ‘Lost your password?’,’easy-login-woocommerce’ ). ‘</span>’;

Viewing 1 replies (of 1 total)
  • Plugin Author xootix

    (@xootix)

    Hello,

    Thanks for reporting. I will be fixing it in the next update which will be available very soon.

Viewing 1 replies (of 1 total)
  • The topic ‘Links are not crawlable – Google page speed’ is closed to new replies.