• Resolved diegoleft

    (@diegoleft)


    To solve the issue with SEO (google doesn’t read javascript links) I added this line of code. is not a good practice, but works for me.

    In the file class-column-clickable.php
    inside the function before_render_options()
    and bellow the list of add_render_attribute

    I just added:
    echo '<a class="element-click" style="display:none !important" href="'.$settings['column_link']['url'].'">'.$settings['column_link']['url'].'</a>';

    Should be great in the next updates of this plugin add a hidden < a > to avoid this patch.

    Best!

    • This topic was modified 5 years, 2 months ago by diegoleft.
    • This topic was modified 5 years, 2 months ago by diegoleft.
Viewing 1 replies (of 1 total)
  • Plugin Author Fernando Acosta

    (@amgnando)

    Hi,

    Since the last time I checked Elementor doesn’t has a filter to use actual link instead of JS workaround.

    That said, I’m pretty sure Google will not consider a hidden link as a good practice.

    I recommend you to add, inside the column, an element with the same link instead of a new hidden element.

Viewing 1 replies (of 1 total)
  • The topic ‘SEO: nasty solution’ is closed to new replies.