Support » Plugin: EU Cookie Law for GDPR/CCPA » Make information link nofollow

  • Resolved apasionados

    (@apasionados)


    Hi there,

    Thanks for this great plugin.

    Could you add the possibility to make the “more information” link NOFOLLOW. We are using a modified version of the plugin:

    Line 101: if ( eucookie_option('boxlinkblank') ) { $target = 'target="_blank" rel="nofollow" '; }

    but it would be great to have this as an option in the original plugin.

    https://wordpress.org/plugins/eu-cookie-law/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Marco Milesi

    (@milmor)

    Yes, i will look it and eventually add this option in the official release. Thanks!

    Thread Starter apasionados

    (@apasionados)

    Short update in case anybody else wants the “more information” link to be NOFOLLOW in version 2.9.2:

    In actual version you have to change two lines in the class-frontend.php file:

    Line 134:
    if ( eucookie_option('boxlinkblank') ) { $target = 'target="_blank" rel="nofollow" '; }

    Line 137:
    if ( eucookie_option('boxlinkblank') ) { $target = 'target="_blank" rel="nofollow" '; }

    Please note that these changes are lost when updating the plugin.

    Marco: It would be great if you could include the functionality in the plugin.

    Thanks for this great plugin.

    Plugin Author Marco Milesi

    (@milmor)

    Thank you. This could also be added without an option, because i don’t think that index the cookie page is essential for seo…

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Make information link nofollow’ is closed to new replies.