SEO: nasty solution
-
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_attributeI 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!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘SEO: nasty solution’ is closed to new replies.