• Let me congratulate you for the excellent plugin, I just have a small comment that is related to SEO:

    https://nimb.ws/nPgtm9

    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’.

    Regards

Viewing 1 replies (of 1 total)
  • Thread Starter llavillaccama

    (@llavillaccama)

    Change:

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

    For:

    $lost_pw_text = ' <span class="xoo-el-lostpw-tgr">' .
    					__( 'Lost your password?','easy-login-woocommerce' ).
    					'</span>';
Viewing 1 replies (of 1 total)
  • The topic ‘Links are not crawlable – Google page speed’ is closed to new replies.