Skip to content Skip to navigation
Back to the main support

Disable the SEOPress AI chatbot

To remove the chatbot tag from our settings page, simply add this line of code to your theme or child theme’s functions.php file:

wp_dequeue_script('seopress-pro-chatbot');

Since version 9.0, you can also use the dedicated option from your WordPress admin, SEO, Advanced settings page, Appearance tab, SEO Dashboard section.

Check Disable AI Live Chat and Save changes.