Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Mykyta Synelnikov

    (@nsinelnikov)

    Hi @erolkumara

    You may add this line to your functions.php file in active theme:

    if ( function_exists( 'JB' ) ) { 
        remove_action( 'wp_footer', array( JB()->frontend()->templates(), 'output_structured_data' ) ); 
    }

    Let me know if that works,
    Best Regards!

    Thread Starter erolkumara

    (@erolkumara)

    Thanks.
    It works well

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘GOOGLE STRUCTURED DATA’ is closed to new replies.