• Resolved Alexander S. Kunz

    (@antermoia)


    Folks,

    I get it that you want to sell the premium version of your product, but putting your “Zapier” integration ad RIGHT into the editor box with the “Publish” button is one step too much.

    If there’s no way to remove this, my days as a Yoast user are ending. This is obnoxious and completely unnecessary.

    Alexander.

Viewing 7 replies - 1 through 7 (of 7 total)
  • nomidua

    (@nomidua)

    Это просто ужасно, после обновления!

    Как убрать эту ужасную надпись “Connect Yoast SEO with Zapier“?

    https://joxi.ru/Vm6GPG7F3yXOW2?d=1

    neotrope

    (@neotrope)

    Now looking for replacement for Yoast for 2023, finally.

    One intrusion too much people.

    technabob

    (@technabob)

    This is really annoying – it sure would be nice if there was a way to disable this. Can it be turned off on Yoast Pro?

    Thread Starter Alexander S. Kunz

    (@antermoia)

    The way to disable it is to uninstall Yoast SEO. ??

    I was easily able to replace the few features that I used with other, completely unobtrustive plugins, replace them with features in other plugins that I was already using anyway (Jetpack Sitemaps) and some manual NOINDEX directives.

    TheViv

    (@octotoot)

    On another thread adding the following to your functions.php (use a child theme) worked.

    /**
     * Remove Yoast Zapier notice
     */
    add_action( 'init', 'webdezy_remove_yoast_zapier_free_publishbox_text' );
    function webdezy_remove_yoast_zapier_free_publishbox_text() {
    	if ( class_exists( 'Yoast\WP\SEO\Integrations\Third_Party\Zapier_Free' ) ) {
    		$zapier_free = YoastSEO()->classes->get( Yoast\WP\SEO\Integrations\Third_Party\Zapier_Free::class );
    		remove_action( 'wpseo_publishbox_misc_actions', [ $zapier_free, 'add_publishbox_text' ] );
    	}
    }
    Plugin Contributor Joost de Valk

    (@joostdevalk)

    Hey people, Joost here, founder of and currently interim CTO at Yoast.

    I agree that it’s too much, and in fact I’m not happy about it at all, so we’re taking it out entirely for the next release. Sorry for this. It’s a nuisance that shouldn’t have been released.

    @joostdevalk That’s really great to hear, thank you!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Zapier integration ad is TOO MUCH’ is closed to new replies.