• Resolved rickclick

    (@rickclick)


    Hello, im getting a SEO warning in Lighthouse saying “Links are not crawlable” on

    <a class="qlwapp-toggle" href="javascript:void(0);"
    
    

    after clicking the qlwapp-toggle button href changes to

    <a class="qlwapp-toggle" 
    
    

    The link is working but only after clicking the button, but lighthouse flags it as an error.

    any fix to this so lighthouse wont flag it?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support Martin Meza

    (@martinmeza0)

    Hello @rickclick ,

    First of all, sorry for the long wait!

    We are aware that Lighthouse is throwing this warning. The reason for the warning is that the link initially appears to be empty, but the href changes when the onClick event is triggered by the script. Unfortunately, we cannot change this behavior as it is a necessary part of the script’s functionality.

    i hope you are satisfied with this answer!

    • This reply was modified 1 year, 7 months ago by Martin Meza.
Viewing 1 replies (of 1 total)
  • The topic ‘Links are not crawlable’ is closed to new replies.