---
title: Disable the SEOPress AI chatbot
url: "https://www.seopress.org/support/guides/disable-the-seopress-ai-chatbot/"
lang: en-US
updated: 2025-07-24
---

# 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**.
